Difference between revisions of "EBC Exercise 40 Running buster on AI"

From eLinux.org
Jump to: navigation, search
(Initial info)
 
m (more details)
Line 9: Line 9:
  
 
[[File:Screenshot from 2019-06-04 15-41-10.png]]
 
[[File:Screenshot from 2019-06-04 15-41-10.png]]
 +
 +
Click on '''buster-iot''' and you'll see:
 +
 +
[[File:Screenshot from 2019-06-04 15-44-27.png]]
 +
 +
Download the one that starts with '''am57xx''' and ends with '''.img.xz'''.  Flash to an 8G SD card usig https://www.balena.io/etcher/.
 +
 +
Next clone
 +
 +
git clone https://github.com/jadonk/beaglebone-ai.git
 +
cd beaglebone-ai/SW/u-boot
 +
./build.sh  # Took XX minutes
 +
This will download the correct compiler and ...
  
 
{{YoderFoot}}
 
{{YoderFoot}}

Revision as of 12:54, 4 June 2019

thumb‎ Embedded Linux Class by Mark A. Yoder


Here are instructions on how to install a current image on the BeagleBone AI.

Download

Go to https://rcn-ee.com/rootfs/bb.org/testing/ and click on the most current date. You'll see something like:

Screenshot from 2019-06-04 15-41-10.png

Click on buster-iot and you'll see:

Screenshot from 2019-06-04 15-44-27.png

Download the one that starts with am57xx and ends with .img.xz. Flash to an 8G SD card usig https://www.balena.io/etcher/.

Next clone

git clone https://github.com/jadonk/beaglebone-ai.git
cd beaglebone-ai/SW/u-boot
./build.sh  # Took XX minutes

This will download the correct compiler and ...




thumb‎ Embedded Linux Class by Mark A. Yoder