version 1.131, 2020/10/15 19:27:27
|
version 1.132, 2020/10/15 19:44:53
|
Line 18 The HOWTO is written for what works on f
|
Line 18 The HOWTO is written for what works on f
|
|
|
"Works" is primarily relative to the earmv6hf-el and earmv7hf-el CPU targets (32-bit). |
"Works" is primarily relative to the earmv6hf-el and earmv7hf-el CPU targets (32-bit). |
|
|
## NetBSD 7 and NetBSD 8 |
## NetBSD 8 |
|
|
- RPI1, RPI2, RPI2-1.2, RPI3, RPI3+ (except RPI3 builtin WiFi and bluetooth) |
- RPI1, RPI2, RPI2-1.2, RPI3, RPI3+ (except RPI3 builtin WiFi and bluetooth) |
- RPI0 and RPI0W are expected to work (without WiFi, and one needs fdt files \todo where from?) |
- RPI0 and RPI0W are expected to work (without WiFi, and one needs fdt files \todo where from?) |
Line 119 Consider setting RELEASEMACHINEDIR if yo
|
Line 119 Consider setting RELEASEMACHINEDIR if yo
|
|
|
### NetBSD autobuild HTTPS/FTP servers |
### NetBSD autobuild HTTPS/FTP servers |
|
|
NetBSD provides nightly builds on [nycdn.netbsd.org](https://nycdn.netbsd.org/pub/NetBSD-daily/). The next directory level is the branch being built (netbsd-7, netbsd-8, HEAD, and more), plus optionally things like compiler type. It is followed by date/time, e.g. "HEAD/201811051650Z"; once a build is complete the symlink "latest" is adjusted to point to it. The next level is "${MACHINE}-${MACHINE_ARCH}", e.g. "evbarm-earmv7hf", and multiple combinations are provided. |
NetBSD provides nightly builds on [nycdn.netbsd.org](https://nycdn.netbsd.org/pub/NetBSD-daily/). The next directory level is the branch being built (netbsd-8, netbsd-9, HEAD, and more), plus optionally things like compiler type. It is followed by date/time, e.g. "HEAD/201811051650Z"; once a build is complete the symlink "latest" is adjusted to point to it. The next level is "${MACHINE}-${MACHINE_ARCH}", e.g. "evbarm-earmv7hf", and multiple combinations are provided. |
|
|
An example URL, arguably the standard approach for first-time NetBSD/RPI users, is <https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-8/latest/evbarm-earmv7hf/binary/gzimg/> |
An example URL, arguably the standard approach for first-time NetBSD/RPI users, is <https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-8/latest/evbarm-earmv7hf/binary/gzimg/> |
|
|
Line 270 The aarch64 kernel can run aarch32 binar
|
Line 270 The aarch64 kernel can run aarch32 binar
|
|
|
## Video playback |
## Video playback |
|
|
Accelerated video playback is supported in NetBSD 7 with the [OMXPlayer](http://pkgsrc.se/multimedia/omxplayer) application and through GStreamer with the [omx](http://pkgsrc.se/multimedia/gst-plugins1-omx) plugin. |
Accelerated video playback is supported with the [OMXPlayer](http://pkgsrc.se/multimedia/omxplayer) application and through GStreamer with the [omx](http://pkgsrc.se/multimedia/gst-plugins1-omx) plugin. |
|
|
## OpenGL ES |
## OpenGL ES |
|
|
Accelerated OpenGL ES is supported in NetBSD 7. The GL ES client libraries are included with the [misc/raspberrypi-userland](http://pkgsrc.se/misc/raspberrypi-userland) package. |
Accelerated OpenGL ES is supported. The GL ES client libraries are included with the [misc/raspberrypi-userland](http://pkgsrc.se/misc/raspberrypi-userland) package. |
|
|
## Quake 3 |
## Quake 3 |
|
|