Skip to content

bootlin/spear_usbloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spear_usbload is a tool to boot a SPEAr SOC over USB.
It is distributed under GPLv2 license.

It loads a ddr_driver (a binary that initializes the DDR) and then loads a
firmware (typically U-Boot).

Those binaries must be in uImage format.

1) Compilation

spear_usbload depends on libusb.
Compilation can be done using
./autogen.sh
./configure
make

2) Installation
make install

3) Boot over USB
Set jumpers or switches on your board to enable the USB boot.
Connect the board to your host using USB.
Check if the SOC is available
spear_usbload -s

Load over USB
spear_usbload -d /path/ddr_driver.img -f /path/firmware.img

About

USB boot image loader for SPEAr SOC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published