--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2017/03/30 15:53:47 1.47 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2017/10/08 23:14:07 1.50 @@ -2,7 +2,7 @@ This page attempts to document and coordinate efforts towards NetBSD/evbarm on [Raspberry Pi](http://www.raspberrypi.org). All board variants are supported. -Initial, limited, Raspberry Pi support was introduced in NetBSD 6.0. NetBSD 7.0 adds complete support for the board, along with introducing support for the quad-core Raspberry Pi 2 board. +Initial, limited, Raspberry Pi support was introduced in NetBSD 6.0. NetBSD 7.0 adds complete support for the board, along with introducing support for the quad-core Raspberry Pi 2 board. Raspberry Pi 3 support was added for NetBSD 8, and backported to NetBSD 7 in July of 2017. [[images/raspberrypi.jpg]] @@ -11,7 +11,7 @@ Initial, limited, Raspberry Pi support w ([Raspberry Pi image](http://www.flickr.com/photos/42325803@N07/8118758647/) by Christopher Lee used under CC-By-2.0 license) # Installation - - The automatic nightly builds on [nyftp.netbsd.org](http://nyftp.netbsd.org/pub/NetBSD-daily/) provide image files that can be used for installation. The Raspberry Pi and Pi 2 ports will be part of the NetBSD 7 release. + - The automatic nightly builds on [nyftp.netbsd.org](http://nyftp.netbsd.org/pub/NetBSD-daily/) provide image files that can be used for installation. The Raspberry Pi and Pi 2 ports are part of the NetBSD 7 release. - 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 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/) @@ -114,7 +114,7 @@ Copy all files except `kernel*.img` into ... - Besides the "netbsd" kernel in ELF format, there is also a "netbsd.bin" kernel that is in a format that the Raspberry can boot. - - Depending on your hardware version, copy this either to /boot/kernel.img (old/V1 hardware) or to /boot/kernel7.img (new/V2 hardware) + - Depending on your hardware version, copy this either to /boot/kernel.img (First generation Pi, Pi Zero hardware) or to /boot/kernel7.img (Pi 2, Pi 3 hardware) - reboot # Wireless Networking @@ -160,7 +160,11 @@ $ retroarch-joyconfig -o gamepad.cfg $ retroarch --appendconfig gamepad.cfg -L /usr/pkg/lib/libretro/gambatte_libretro.so game.gbc """]] -# What works (NetBSD 7.0+) +# What works + +## NetBSD 7 before July, 2017 + + - RaspberryPi 1, and 2 (including SMP) - multi-user boot with root on SD card - serial or graphics console (with EDID query / parsing) - DMA controller driver and sdhc(4) support @@ -173,7 +177,15 @@ $ retroarch --appendconfig gamepad.cfg - - USB (host) - dwctwo(4) - USB Ethernet - usmsc(4) - X windows. - - RaspberryPi 2 SMP + +## NetBSD 7 after July, 2017 and NetBSD 8 + + - Raspberry Pi 3 (including wifi and SMP) + +## NetBSD current + + - Raspberry Pi 3 bluetooth + - Raspberry Pi 3 new SD host controller driver # What needs work - USB (host); isochronous transfers.