update readme

This commit is contained in:
Christian Zimmermann 2020-10-11 22:17:09 +02:00
parent 1132ab2b4b
commit 3c38d31874

View file

@ -40,7 +40,7 @@ make CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- ARCH=arm mt7623n_bpir2_defconfi
make CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- ARCH=arm
dd if=u-boot.bin of=/dev/mmcblk0 bs=1k seek=320
```
maybe you have to patch `scripts/dtc/dtc-lexer.l`; simply replace by `<this_repo>/u-boot/dtc-lexer.l`.
maybe you have to patch `scripts/dtc/dtc-lexer.l`; apply the corresponding patch
## boot-partition:
@ -84,7 +84,7 @@ rmdir boot.setup root.setup
If you did no mistake so far (...) this should be the easiest part:
There are two possibilities:
* Use the provided image [name], dd it to your root partition, boot into this root and update and customaize the system
* dd the image to a temporary partition, boot into it, and setup the root partition using pacstrap (you dont need the linux or linux-firmware package, you already cared about these parts in the previous section)
* Use the provided image [name], dd it to your root partition, boot into this root and update and customaize the system (you have to re-upload the kernel modules, see previous section)
* dd the image to a temporary partition, boot into it, and setup the root partition using pacstrap (you dont need the linux or linux-firmware package, you already cared about these parts in the previous section); alternatively use the `setup.sh` script
... !!!