GithubHelp home page GithubHelp logo

Comments (13)

tslater avatar tslater commented on September 1, 2024

It looks like they're pulling in the whole object from here (line 67 from settings.js):

    knownApps: {
        "deep_update_2014_06": "binaries/deep_update_2014_06.bin",
        "cc3000": {
            'core': "binaries/cc3000-patch-programmer.bin"
        },
        "cc3000_1_14": {
            'core': "binaries/cc3000-patch-programmer_1_14.bin"
        },
        "tinker": 
        {
            'core': "binaries/core_tinker.bin",
            'photon': "binaries/photon_tinker.bin"
        },
        "voodoo": "binaries/voodoospark.bin"
    },

Is "cc3000" not available for photon yet? Either way, the tinker isn't working.

from particle-cli.

kennethlimcp avatar kennethlimcp commented on September 1, 2024

@tslater ,

the Photon uses a Broadcom Wifi module and the CC3000 is used in the Core. We made this "smart" identification so that users don't perform what you are exactly doing.. Which is to flash the binary not meant for that particular device.

Let us know what issues you are facing and we can help you further.

from particle-cli.

tslater avatar tslater commented on September 1, 2024

I should be able to flash the tinker but I can't. The cli is trying to use the whole object as the string path.

from particle-cli.

kennethlimcp avatar kennethlimcp commented on September 1, 2024

@tslater , ok the new version got out few hours ago. I will check and send in a PR when i test it.

Thanks for reporting!

from particle-cli.

tslater avatar tslater commented on September 1, 2024

of course!

from particle-cli.

kennethlimcp avatar kennethlimcp commented on September 1, 2024

Meanwhile, you can do this:

download: https://github.com/spark/particle-cli/blob/master/binaries/photon_tinker.bin

particle flash --usb photon_tinker.bin

If it doesn't work for this version, rollback using npm install -g [email protected]

from particle-cli.

UnidentifiedContributor avatar UnidentifiedContributor commented on September 1, 2024

Hey @tslater, it looks like I published an incomplete update to the way DFU functions. Sorry about that!

I'll post an update and close this issue when I fix it. Thanks!

from particle-cli.

UnidentifiedContributor avatar UnidentifiedContributor commented on September 1, 2024

@tslater what command are you using exactly when you flash?

from particle-cli.

tslater avatar tslater commented on September 1, 2024

particle flash --factory tinker

from particle-cli.

UnidentifiedContributor avatar UnidentifiedContributor commented on September 1, 2024

@tslater if you use particle flash <device name> tinker it will prompt you for the device type (select Photon), and use the Cloud to flash tinker remotely 😸

from particle-cli.

tslater avatar tslater commented on September 1, 2024

ok thanks!

from particle-cli.

UnidentifiedContributor avatar UnidentifiedContributor commented on September 1, 2024

@tslater absolutely! and thank you for the bug report! I'm working on fixing this issue now 😄

from particle-cli.

UnidentifiedContributor avatar UnidentifiedContributor commented on September 1, 2024

ok, this has been fixed in v1.5.19 (59f2edc)

thanks again @tslater 😸 I really appreciate it!

from particle-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.