Fix instructions

This commit is contained in:
Quentin 2021-03-22 10:10:49 +01:00
parent 9050deab88
commit 43d3389a69

View file

@ -33,12 +33,23 @@ set ipaddr 192.168.1.1
set serverip 192.168.1.2
ping ${serverip}
sf probe
tftpboot 0x84000000 openwrt-ipq40xx-compex_wpj428-squashfs-sysupgrade.bin
tftpboot 0x84000000 openwrt-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin
sf erase 0x00180000 +$filesize
sf write 0x84000000 0x00180000 $filesize
bootipq
```
## Compile
```
make menuconfig
scripts/diffconfig.sh > ../wpj428/config
make download
make -j $(nproc)
```
## Logs
uboot logs:
@ -121,3 +132,4 @@ eth0
## Sources
- [All the commits in OpenWRT about the WPJ428](https://git.openwrt.org/?p=openwrt%2Fopenwrt.git&a=search&h=HEAD&st=commit&s=WPJ428)
- https://openwrt.org/docs/guide-developer/build-system/use-buildsystem