mirror of
https://github.com/brain-hackers/boot4u
synced 2024-12-22 20:20:05 +09:00
505 B
505 B
boot4u
U-Boot loader for PW-x1
Preparation
-
Install requirements
$ apt install gcc-arm-linux-gnueabihf $ pip3 install -r requirements.txt
-
Put image.jpg in this directory
- The size must be 480x854 (rotate the picture 90 deg clockwise)
Build
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