version 1.54, 2017/10/14 14:54:58
|
version 1.55, 2017/10/14 15:06:30
|
Line 48 Initial, limited, Raspberry Pi support w
|
Line 48 Initial, limited, Raspberry Pi support w
|
- The 'evbarm-earmv6hf/binary/gzimg/' directory contains an rpi.img file that can be used as a single image for both boards. |
- The 'evbarm-earmv6hf/binary/gzimg/' directory contains an rpi.img file that can be used as a single image for both boards. |
- The 'evbarm-earmv7hf/binary/gzimg/' directory, as of August 6th 2015, contains an armv7.img file that is optimized for Raspberry Pi 2. |
- The 'evbarm-earmv7hf/binary/gzimg/' directory, as of August 6th 2015, contains an armv7.img file that is optimized for Raspberry Pi 2. |
- The stable build directory will be under netbsd-7/YYYYMMDDHHMMZ/ (for example, http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201412161700Z/evbarm-earmv6hf/binary/gzimg/) |
- The stable build directory will be under netbsd-7/YYYYMMDDHHMMZ/ (for example, http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201412161700Z/evbarm-earmv6hf/binary/gzimg/) |
- The HEAD/current directory build will be under HEAD/YYYYMMDDHHMMZ/ (for example, http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201508062150Z/evbarm-earmv7hf/binary/gzimg/) |
- The HEAD/current directory build will be under HEAD/YYYYMMDDHHMMZ/ (for example, http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-7/201508062150Z/evbarm-earminstv7hf/binary/gzimg/) |
- You can build your own version of these images using (for example) './build.sh -m evbarm -a earmv6hf -u release', or './build.sh -m evbarm -a earmv7hf -u release' |
- You can build your own version of these images using (for example) './build.sh -m evbarm -a earmv6hf -u release', or './build.sh -m evbarm -a earmv7hf -u release' |
- <i>gunzip and dd</i> this img to your sd card. For example, |
- <i>gunzip and dd</i> this img to your sd card. For example, |
|
|
Line 74 Initial, limited, Raspberry Pi support w
|
Line 74 Initial, limited, Raspberry Pi support w
|
- Also for after the sysinst is done and the system reboots |
- Also for after the sysinst is done and the system reboots |
- sysinst started! |
- sysinst started! |
|
|
|
## Installation via ebijun's image |
|
|
|
Jun Ebihara provides an install image for Raspberry Pi that includes |
|
packages. It is based on NetBSD-current. This image is typically |
|
updated every few weeks. |
|
|
|
- https://github.com/ebijun/NetBSD/blob/master/RPI/RPIimage/Image/README |
|
|
## Updating the kernel |
## Updating the kernel |
|
|
- Build a new kernel, e.g. using build.sh. It will tell you where the ELF version of the kernel is, e.g. |
- Build a new kernel, e.g. using build.sh. It will tell you where the ELF version of the kernel is, e.g. |