update readme
This commit is contained in:
parent
1132ab2b4b
commit
3c38d31874
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
... !!!
|
||||
|
|
Loading…
Reference in a new issue