version 1.23, 2014/12/17 08:01:34
|
version 1.24, 2015/01/05 17:34:34
|
Line 81 This page attempts to document and coord
|
Line 81 This page attempts to document and coord
|
- [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) |
- [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) |
- Copy all files except 'kernel*.img' into /boot and reboot |
- Copy all files except 'kernel*.img' into /boot and reboot |
|
|
|
# Wireless Networking |
|
- A Realtek 802.11n USB adaptor configures as urtwn(4). |
|
- Configured with wpa_supplicant in /etc/rc.conf - |
|
|
|
ifconfig_urtwn0=dhcp |
|
dhcpcd=YES |
|
dhcpcd_flags="-q -b" |
|
wpa_supplicant=YES |
|
wpa_supplicant_flags="-B -i urtwn0 -c /etc/wpa_supplicant.conf" |
|
|
|
|
# Additional links |
# Additional links |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
|
|