Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Block Diagram

...

Visual features overview

...

Please see below the features overview of the connector side of the HummingBoard Pro AM64x ( TI AM64x SOM assembled ).

...

Software Setup

Cable setup and prerequisites

...

1. Downloading the buildroot image

Downlaod Download the Buildroot image by running the following command on your Linux/Windows PC

...

2. Write the image to on an SD card

Code Block
 xz -dc microsd-3e15611.img.xz | dd of=/dev/sdX bs=4M conv=fsync status=progress

...

Please insert the micro USB into your device, then you can refer to Serial Connection for installing the necessary serial connection software in Linux/Windows.

Once you have installed the necessary serial connection software, you should be able to see the following:

...

Test CanBUS communication

1. Enable device can0 (for ex) :

Code Block
can_num=can0
ip link set $can_num up type can bitrate xxxxxx

...

3. Print all data received by the CAN interface to “can_test” file (for ex) :

Code Block
touch /tmp/can_test
candump $can_num >> /tmp/can_test &

4. Send data to the bus by executing (for ex) :

Code Block
cansend $can_num "123#1234"

5. Check the received data by opening “can_test” file :

...

The following is an example of testing RS485 communication :

1. Configure the RS485 device as follows:

Code Block
device=ttyS5
rs485conf /dev/$device -e 1 -o 0 -a 1 

...

Code Block
echo "OK" > /dev/$device &

4. Check the received data by opening “rs485_test” file:

...

Install to eMMC

More Features

<coming soon>

List Of Supported OS

OS

Image RemovedImage Added

AM64X Buildroot

...