version 1.59, 2017/10/21 23:52:26
|
version 1.60, 2017/10/21 23:54:22
|
Line 87 NetBSD provides nightly builds on [nyftp
|
Line 87 NetBSD provides nightly builds on [nyftp
|
|
|
Once you have rpi.img.gz, put it on a uSD card using gunzip and dd, for examples |
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 |
### 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 |
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"'. |
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 |
### Installation with sshramdisk image |
|
|