version 1.93, 2018/11/06 14:10:38
|
version 1.94, 2018/11/06 17:18:38
|
Line 84 Getting sources and building a release w
|
Line 84 Getting sources and building a release w
|
- ./build.sh -m evbarm -a earmv7hf -u release |
- ./build.sh -m evbarm -a earmv7hf -u release |
- ./build.sh -m earmv7hf-el -u release |
- ./build.sh -m earmv7hf-el -u release |
|
|
Consider setting RELEASEMACHINEDIR if you wish to build multiple MACHINE_ARCH values on the same system; see build.sh. |
Consider setting RELEASEMACHINEDIR if you wish to build multiple MACHINE_ARCH values for a MACHINE; see build.sh. Use something like "evbarm-earmv7hf", so that 1) earvm6 and earmv7 don't collide and 2) anita will recognize it as a type of evbarm. |
|
|
### NetBSD autobuild HTTPS/FTP servers |
### NetBSD autobuild HTTPS/FTP servers |
|
|
Line 257 New firmware should pass all of the foll
|
Line 257 New firmware should pass all of the foll
|
- CPU frequency scaling |
- CPU frequency scaling |
|
|
Tests should be run on all of `rpi[0123]`. |
Tests should be run on all of `rpi[0123]`. |
|
|
|
## Testing with anita and qemu |
|
|
|
anita has support for evbarm. Install qemu and dtb-arm-vexpress from pkgsrc. Note that the release subdirectory should be evbarm-earmv6hf or evbarm-earmv7hf. |
|
|
|
\todo Explain how to select various RPI models to emulate. |
|
\todo Explain about how DTB works. |