Update README / merge Python requirements

This commit is contained in:
Takumi Sueda 2022-02-21 06:35:35 +09:00
parent 4b5601c738
commit 08ad49b627
2 changed files with 14 additions and 2 deletions

View File

@ -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
```

View File

@ -1 +1,2 @@
pyelftools
pillow