-
-
Notifications
You must be signed in to change notification settings - Fork 771
Update Microbit v2 README #2738
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
Conversation
To manually inform Tockloader of the board configuration: | ||
```bash | ||
$ tockloader --openocd --board microbit_v2 --bundle-apps install app.tab | ||
$ tockloader install --openocd --board microbit_v2 --bundle-apps app.tab | ||
``` | ||
|
||
> `--bundle-apps` seems to be needed due to an [openocd issue](https://github.com/tock/tockloader/issues/67) | ||
> `--bundle-apps` seems to be needed due to an [openocd issue](https://github.com/tock/tockloader/issues/67). | ||
|
||
> If you are using an older version of Tockloader, add `--page-size 512` at the end of the command. | ||
> | ||
> ```bash | ||
> $ tockloader ... --page-size 512 | ||
> ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bradjc Is there a way to manually specify minimum app size for Tockloader? Or should I leave --bundle-apps
here? It matters for people not on the newest Tockloader update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
I think this should be good to go with the tockloader update
✌️ brghena can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
👎 Rejected by label |
bors r+ |
Pull Request Overview
Cleans up the section on installing apps and correctly orders arguments to Tockloader so the command works.
Also fixes small spelling/grammar issues.
Testing Strategy
Tested on hardware.
TODO or Help Wanted
Waiting on the resolution of tock/tockloader#72. We might want to change the recommended argument to be a minimum app size instead.
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.