This produce a generic sdcard image using armv7 GENERIC kernel that
just need some u-boot (or none if the board have u-boot or a SPI flash
for example).
Details
- Reviewers
imp gjb - Group Reviewers
releng - Commits
- rS336848: release: arm: Add a GENERIC sdcard image
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18278 Build 18003: arc lint + arc unit
Event Timeline
In the releng side, what is required (both on re@ and end-user point of view) to use the image?
In particular, I'm curious what re@ needs to do specifically to generate GENERICSD images.
Just install u-boot on the image, I have a script that I need to finish call u-boot-install that will take care of that. (https://gist.github.com/evadot/1bcad7c4c1e5cc7f9a692f4d19ab5421)
In particular, I'm curious what re@ needs to do specifically to generate GENERICSD images.
What do you mean ?
For example, the build script wrapper uses a coded list in what kernels to build, which relies on a configuration file existing (see https://svnweb.freebsd.org/base/user/gjb/thermite/builds-12.conf?revision=335326&view=markup for example). Do we just need to add GENERIC64 to the list and create a 12-armv7-GENERIC64-{snap,release}.conf?