correction...
This commit is contained in:
parent
2d8474f6af
commit
18bd7fb7a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ cp -f u-boot/mt7623n_bpir2_defconfig ${u-boot-dir}/configs
|
|||
cd ${u-boot-dir}
|
||||
make CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- ARCH=arm mt7623n_bpir2_defconfig
|
||||
make CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- ARCH=arm
|
||||
dd if=${u-boot-dir}/u-boot.bin of=/dev/${sdcard} bs=1k seek=320
|
||||
dd if=u-boot.bin of=/dev/${sdcard} bs=1k seek=320
|
||||
```
|
||||
maybe you have to patch `${u-boot-dir}/scripts/dtc/dtc-lexer.l`; simply replace by `u-boot/dtc-lexer.l`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue