mirror of
https://github.com/brain-hackers/boot4u
synced 2024-12-21 19:50:06 +09:00
U-Boot loader for PW-x1
3de439eb6f
U-boot size calculation fix |
||
---|---|---|
.gitignore | ||
extract.py | ||
main.S | ||
Makefile | ||
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