Update x1 README

This commit is contained in:
Takumi Sueda 2021-03-04 02:19:24 +09:00
parent c997a68459
commit beb13f7943
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CROSS_COMPILE:=arm-linux-gnueabi- CROSS_COMPILE:=arm-linux-gnueabihf-
AS:=$(CROSS_COMPILE)as AS:=$(CROSS_COMPILE)as
.PHONY: .PHONY:

View File

@ -6,6 +6,7 @@
#### Build #### Build
```sh ```sh
apt install gcc-arm-linux-gnueabihf
pip3 install pyelftools pip3 install pyelftools
make all make all
``` ```