version 1.106, 2018/11/06 22:36:39
|
version 1.107, 2018/11/06 22:42:38
|
Line 113 Once you get to the releasedir, self-bui
|
Line 113 Once you get to the releasedir, self-bui
|
|
|
## Preparing a uSD card |
## Preparing a uSD card |
|
|
Once you have rpi.img.gz (or rpi_inst), put it on a uSD card using gunzip and dd, for example: |
Once you have rpi.img.gz (or rpi_inst for earmv6 boards), put it on a uSD card using gunzip and dd, for example: |
|
|
- gunzip rpi.img.gz |
- gunzip rpi.img.gz |
- dd if=rpi.img of=/dev/disk1 |
- dd if=rpi.img of=/dev/disk1 |
Line 146 build.sh (and hence the FTP site) also c
|
Line 146 build.sh (and hence the FTP site) also c
|
|
|
\todo Verify that the above is accurate and sufficient. |
\todo Verify that the above is accurate and sufficient. |
|
|
|
The rpi_inst.img.gz image will only work for systems that use earmv6hf kernels (so not RPI2/3). See [this port-arm message](https://mail-index.netbsd.org/port-arm/2017/08/18/msg004374.html) for details. |
|
|
## Installation via ebijun's image |
## Installation via ebijun's image |
|
|
As an alternative to the standard installation images, Jun Ebihara |
As an alternative to the standard installation images, Jun Ebihara |