mirror of
https://github.com/brain-hackers/boot4u
synced 2025-11-04 14:38:35 +09:00
4b5601c73809452e02f9c77c594e48fc7a3b05a5
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
Description
Languages
Assembly
75.6%
Python
18.7%
Makefile
5.7%