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

Some docs improvements for a mac #56

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Conversation

zmanian
Copy link

@zmanian zmanian commented Apr 1, 2020

Imrpovements to docs to flash a USB Armory on a mac

``` console
$ # NOTE this depends on arm-none-eabi-gcc and other C build tools
$ ARCH=arm CROSS_COMPILE=arm-none-eabi- make
```

On Mac, you need to work around two things.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also consider writing a small Dockerfile for building U-Boot as well?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option is extracting the u-boot image from a pre-compiled Debian image. I'm checking if that works right now; if it works I'll send a PR to this branch to document that as a simpler alternative.

README: document how to get a pre-compiled u-boot
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

Successfully merging this pull request may close these issues.

None yet

4 participants