--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2017/10/21 23:52:26 1.59 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2017/10/21 23:54:22 1.60 @@ -87,18 +87,19 @@ NetBSD provides nightly builds on [nyftp Once you have rpi.img.gz, put it on a uSD card using gunzip and dd, for examples - - dd if=rpi.img of=/dev/disk1 + - gunzip rpi.img.gz + - dd if=rpi.i7mg of=/dev/disk1 ### Serial Console By default the rpi.img is set to use the HDMI output. If you wish to use a serial console, first mount the FAT32 partition and then 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". + In Kermit, the command is "set flow none". - In minicom, run "minicom -s" and set hardware flow control to "no" + In minicom, run "minicom -s" and set hardware flow control to "no" ### Installation with sshramdisk image