Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 314 Bytes

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