Skip to content

brain-hackers/boot4u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot4u

U-Boot loader for PW-x1

Build

apt install gcc-arm-linux-gnueabihf
pip3 install pyelftools
make

Run

  • Create a directory /path/to/sd/APP/foo
  • Create index.din touch /path/to/sd/APP/foo/index.din
  • Copy and rename the raw executable cp AppMain.bin /path/to/sd/APP/foo/AppMain.bin