We need to have possibility of booting kernel on Raspbery Pi. Because we will not have display driver soon, we need another approach – have serial port connected to get all output from booter and then from our kernel. We bought small FTDI 3.3V chip to have connected it to GPIO pins on one side and to USB port of my Mac on another side. Also need to install FTDIUSBSerialDriver_v2_2_18 for Mac.

  1. Raspberry Pi itself:

fig1

  1. Any SD card with some RPi distro to boot:

fig1

  1. FTDI board to have serial port:

fig1

  1. Way of connecting FTDI to GPIO pins:

fig4

When connecting FTDI board remember that RX from FTDI should be connected to TX on Raspberry Pi, and TX on FTDI to RX on RPi, plus you need one wire for Ground.

  1. When everything is connected you can see the boot process of linux by using screen command (you should specify speed 115200):
1
# screen /dev/tty.usbserial-A501JR90 115200

FILES: