mirror of
https://github.com/brain-hackers/boot4u
synced 2025-11-05 15:08:37 +09:00
Update README / merge Python requirements
This commit is contained in:
15
README.md
15
README.md
@@ -1,11 +1,22 @@
|
|||||||
# boot4u
|
# boot4u
|
||||||
U-Boot loader for PW-x1
|
U-Boot loader for PW-x1
|
||||||
|
|
||||||
|
# Preparation
|
||||||
|
|
||||||
|
1. Install requirements
|
||||||
|
|
||||||
|
```shellsession
|
||||||
|
$ apt install gcc-arm-linux-gnueabihf
|
||||||
|
$ pip3 install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Put image.jpg in this directory
|
||||||
|
|
||||||
|
- The size must be 480x854 (rotate the picture 90 deg clockwise)
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
apt install gcc-arm-linux-gnueabihf
|
|
||||||
pip3 install pyelftools
|
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
pyelftools
|
||||||
pillow
|
pillow
|
||||||
|
|||||||
Reference in New Issue
Block a user