Fix instructions
This commit is contained in:
parent
9050deab88
commit
43d3389a69
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -33,12 +33,23 @@ set ipaddr 192.168.1.1
|
||||||
set serverip 192.168.1.2
|
set serverip 192.168.1.2
|
||||||
ping ${serverip}
|
ping ${serverip}
|
||||||
sf probe
|
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 erase 0x00180000 +$filesize
|
||||||
sf write 0x84000000 0x00180000 $filesize
|
sf write 0x84000000 0x00180000 $filesize
|
||||||
bootipq
|
bootipq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Compile
|
||||||
|
|
||||||
|
```
|
||||||
|
make menuconfig
|
||||||
|
scripts/diffconfig.sh > ../wpj428/config
|
||||||
|
make download
|
||||||
|
make -j $(nproc)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Logs
|
## Logs
|
||||||
|
|
||||||
uboot logs:
|
uboot logs:
|
||||||
|
@ -121,3 +132,4 @@ eth0
|
||||||
## Sources
|
## 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)
|
- [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
|
||||||
|
|
Loading…
Reference in a new issue