-
Notifications
You must be signed in to change notification settings - Fork 464
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
Microbit:V2 Deployment and an Issue. #183
Comments
I figured out I was in the wrong directory. From the following directory: Microbit_v1 I can make the firmware but when I try to install it with: Here is the build log:
I get a notification on my MacBook:
DAPLink Firmware - see https://daplink.ioBuild ID: v0257-gc782a5ba (gcc)
|
I just figured it out: Micro:bit V2 is using the nRF52833 chip. Micro:bit V1 is based on the nRF51822 chip. In the following directory there is the platform specified: Where can I get the correct blessed platform files for the nRF52833 chip? |
The blessed repo says:
You can always try my Zephyr-based OpenHaystack firmware. The BBC micro:bit v2 is one of the devices I tested it on. |
I try it out! Will follow your guide to flash the firmware. Is there anything I need to watch out for? It will run with the stock OpenHaystack software right? Thank you |
If you encounter some issues, please open an issue in my repository, I'm happy to help there.
It works with OpenHaystack's macOS application, yes. |
I get this: Just a question, what is west? I see a west.yml file, how do I use it? Is west a pre-requisit? |
Could you upload a pre-build firmware for the V2 that I could use to play around with OpenHaystack? |
Please install the requirements: |
There's also a Microbit_v2 firmware which works. #84 |
Im trying to deploy it on a Microbit:v2.
The public key is supposed to be 28 digits. I just generated a 28 digit string such as:
MIGeMA0GCSqGSIb3DQEBAQUAA4GM
Is that okay what public/private key should I generate and where should I store the private key or is the public key just a term for a 28 digit identifier in this case?Firmware: I cd into the offline-finding directory and I run make, I get
../blessed/examples/Makefile.common:6: *** PLATFORM is not defined. Stop.
How do I configure it for the Microbit:v2? I see in the git repo "blessed" and I figured I have to configure blessed for the Microbit:v2 right?The text was updated successfully, but these errors were encountered: