Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Introduction

The following guide will give you a technical overview about the SOM and by the end of it you should be able to build a Buildroot image from sources.

Image Download

Writing the Image to an SD card

Use the following commands for writing the image to the SD card:

umount /media/<relevant directory>
unxz microsd-<commit-hash>.img.xz 
sudo dd if=microsd-<commit-hash>.img of=/dev/sdX bs=4M conv=fsync

Build From Sources

To build from sources, please follow these steps:

Clone the sources and build the image

1. Please run the following commands:

git clone https://github.com/SolidRun/ti_am64x_build.git
cd ti_am64x_build

2. Please run the following command in order to check for required tools, clone and build the image

./runme.sh

Please Note :

The number on the image name represents the commit hash.

  • No labels