mirror of
https://github.com/brain-hackers/boot4u
synced 2024-12-22 12:10:06 +09:00
Update README / merge Python requirements
This commit is contained in:
parent
4b5601c738
commit
08ad49b627
15
README.md
15
README.md
@ -1,11 +1,22 @@
|
||||
# boot4u
|
||||
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
|
||||
|
||||
```sh
|
||||
apt install gcc-arm-linux-gnueabihf
|
||||
pip3 install pyelftools
|
||||
make
|
||||
```
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
pyelftools
|
||||
pillow
|
||||
|
Loading…
Reference in New Issue
Block a user