version 1.91, 2018/11/06 13:59:57
|
version 1.92, 2018/11/06 14:08:48
|
Line 12 Initial, limited, Raspberry Pi support w
|
Line 12 Initial, limited, Raspberry Pi support w
|
|
|
# What works (and what doesn't yet) |
# What works (and what doesn't yet) |
|
|
|
\todo Add information on Pi Zero and Pi Zero W. |
|
|
## NetBSD 7 and NetBSD 8 |
## NetBSD 7 and NetBSD 8 |
|
|
- RaspberryPi 1, 2, 3 (except Pi 3 builtin WiFi and bluetooth) |
- RaspberryPi 1, 2, 3 (except Pi 3 builtin WiFi and bluetooth) |
Line 43 Initial, limited, Raspberry Pi support w
|
Line 45 Initial, limited, Raspberry Pi support w
|
# CPU types |
# CPU types |
|
|
- Raspberry Pi 1 uses "earmv6hf". |
- Raspberry Pi 1 uses "earmv6hf". |
- Raspberry Pi 0 uses "\todo". |
- Raspberry Pi Zero uses "\todo". |
- Raspberry Pi 2 uses "earmv7hf". |
- Raspberry Pi 2 uses "earmv7hf". |
- Raspberry Pi 3 uses "earmv7hf". |
- Raspberry Pi 3 uses "earmv7hf". |
- Raspberry Pi 0W uses "\todo". |
- Raspberry Pi Zero W uses "\todo". |
|
|
Note that one can run earmv6hf code on the 2 and 3. See also |
Note that one can run earmv6hf code on the 2 and 3. See also |
[[NetBSD/aarch64|aarch64]] for running the Pi 2/3 in 64-bit mode. |
[[NetBSD/aarch64|aarch64]] for running the Pi 2/3 in 64-bit mode. |
Line 250 New firmware should pass all of the foll
|
Line 252 New firmware should pass all of the foll
|
- Serial/framebuffer console |
- Serial/framebuffer console |
- CPU frequency scaling |
- CPU frequency scaling |
|
|
Tests shoudl be run on all of `rpi[0123]`. |
Tests should be run on all of `rpi[0123]`. |
|
|