U-Boot loader for PW-x1
Go to file
2022-02-21 06:29:21 +09:00
.gitignore Ready for use 2021-10-14 01:23:15 +09:00
extract.py Ready for use 2021-10-14 01:23:15 +09:00
img2c.py Show image.jpg when switching fb address 2022-02-21 06:29:21 +09:00
m4_loader.S add stop LPTMR 2022-02-19 22:47:16 +09:00
main.S Show image.jpg when switching fb address 2022-02-21 06:29:21 +09:00
Makefile Show image.jpg when switching fb address 2022-02-21 06:29:21 +09:00
README.md Ready for use 2021-10-14 01:23:15 +09:00
requirements.txt Show image.jpg when switching fb address 2022-02-21 06:29:21 +09:00

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