Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/hal and photon changes #156

Open
m-mcgowan opened this issue Mar 5, 2015 · 1 comment
Open

feature/hal and photon changes #156

m-mcgowan opened this issue Mar 5, 2015 · 1 comment

Comments

@m-mcgowan
Copy link
Contributor

Here's a braindump of how the photon differs to the core regarding the surfaces touched by spark-cli:

  • USB vendor ID: 0x1D50
  • DFU product ID: 0x607F
  • USB Serial product ID: 0x607D

In the hal/feature branch the text that is output when the user identifies the device is changed to:
Your device id is 320020001847333531323135

The DFU addresses have changed:

device public key:

  • dfu-util -d 2b04:d006 -a 1 -s 1250:294

device private key:

  • dfu-util -d 2b04:d006 -a 1 -s 34:612
  • cloud public key:
  • dfu-util -d 2b04:d006 -a 1 -s 2082:294

server address info:

  • dfu-util -d 2b04:d006 -a 1 -s 2466:128
    (It's still possible to write the combined server public key and server address info, as was done for the core.)

The text when identifying the device ID over serial has changed slightly:
Your device id is 2c001b001947333531323135

..aaand that's it. at least what I can think of so far. I'll add comments below if there's more. 🔦

@KarbonDallas
Copy link
Contributor

SO helpful, thank you @m-mcgowan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants