--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2016/08/03 16:11:39 1.46 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2017/03/30 15:53:47 1.47 @@ -26,7 +26,7 @@ Initial, limited, Raspberry Pi support w edit cmdline.txt and remove '"console=fb"' - - Most (all?) USB-to-TTL serial adapters only connect Tx, Rx and ground, and do not connect any flow control lines. An effect of missing flow control is that you see console output, but cannot type anything. If so, adjust your serial console application's flow control settings to "none". + - Most (all?) USB-to-TTL serial adapters only connect Tx, Rx and ground, and do not connect any flow control lines. An effect of missing flow control is that you see console output, but cannot type anything. If so, adjust your serial console application's flow control settings to "none". In Kermit, the command is "set flow none". @@ -113,7 +113,7 @@ Copy all files except `kernel*.img` into /Users/feyrer/work/NetBSD/cvs/src-current/obj.evbarm-Darwin-XXX/sys/arch/evbarm/compile/RPI2/netbsd ... - - Besides the "netbsd" kernel in ELF format, there is also a "netbsd.bin" kernel that is in a format that the Raspberry can boot. + - 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) - reboot