U-Boot loader for PW-x1
Go to file
Chiharu Shirasaka 3de439eb6f
Merge pull request #1 from brain-hackers/u-boot_sizefix
U-boot size calculation fix
2022-01-23 04:39:37 +09:00
.gitignore Ready for use 2021-10-14 01:23:15 +09:00
Makefile Ready for use 2021-10-14 01:23:15 +09:00
README.md Ready for use 2021-10-14 01:23:15 +09:00
extract.py Ready for use 2021-10-14 01:23:15 +09:00
main.S fix branch condition for non multiple of 4Byte size 2022-01-23 04:28:21 +09:00

README.md

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