1.4 KiB
Debug port
To debug the board we have two options,
- UART
- JTAG
Below are the details on how to use these interfaces.
UART debug port
With v0.2 (DVT) of BeagleV Ahead board you have BeagleBone Black style header pins but due to some unknown reason it's not compatible with the usual FTDI debug cable like this. To make the connection, you can use FTDI module like this to only make the connections listed below:
- Connect
TXDpin of FTDI module toRXpin of BeagleV Ahead. - Connect
RXDpin of FTDI module toTXpin of BeagleV Ahead. - Connect
GNDpin of FTDI module toGNDpin of BeagleV Ahead.
After making the connections, you can use serial communication tools like tio to see the boot log and get access to the shell. Using tio is very simple, you just have to know the serial port of the FTDI module. To identify the serial port of your FTDI module you can see this simple guide. Now execute the command below to make the connection:
[lorforlinux@fedora ~] $ tio /dev/ttyUSB0
I am using Linux and serial port for my FTDI module is thus I used /dev/ttyUSB0 as port name you may have different name so please update the command accordingly.