--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2018/11/07 00:56:20 1.108 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2018/11/07 01:10:59 1.109 @@ -52,10 +52,10 @@ Initial, limited, Raspberry Pi support w # CPU types - RPI1 uses "earmv6hf". - - RPI0 uses "\todo". + - RPI0 uses "earmv6hf". + - RPI0W uses "earmv6hf". - RPI2 uses "earmv7hf". - RPI3 uses "earmv7hf". - - RPI0W uses "\todo". Note that one can run a build of earmv6hf on the 2 and 3. There will still be a kernel7, built to use the 2/3 hardware, but with the armv6 instruction set. @@ -126,7 +126,7 @@ The standard approach is to use a USB ke By default the rpi.img is set to use the HDMI output. If you wish to use a serial console, mount the FAT32 partition on another system and edit cmdline.txt and remove '"console=fb"'. - - Most (all?) USB-to-TTL serial adapters have wires for Tx, Rx and ground, and not RTS/CTS or other flow control lines. Thus, your terminal program (or terminal) must be configured to not require flow control; a symptom of misconfiguration 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 have wires for TX, RX and ground, and not RTS/CTS or other flow control lines. Thus, your terminal program (or terminal) must be configured to not require flow control; a symptom of misconfiguration 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 minicom, run "minicom -s" and set hardware flow control to "no".