Use same IP address in all page
This commit is contained in:
parent
c751e1d121
commit
89d516b03d
2 changed files with 8 additions and 8 deletions
|
@ -68,10 +68,10 @@ sudo mv u-boot-armbian-2013.01-spi.bin /usr/lib/linux-u-boot-next-helios4_*/u-bo
|
||||||
***C. Custom U-Boot SPI Image***
|
***C. Custom U-Boot SPI Image***
|
||||||
|
|
||||||
Upload the U-Boot SPI binary that you built on your PC to Helios4 and rename it as **u-boot.flash**.
|
Upload the U-Boot SPI binary that you built on your PC to Helios4 and rename it as **u-boot.flash**.
|
||||||
For example, if the Helios4 IP address is 10.10.0.10 the command would be:
|
For example, if the Helios4 IP address is 10.10.10.1 the command would be:
|
||||||
|
|
||||||
```
|
```
|
||||||
scp u-boot-spl.kwb root@10.10.0.10:/usr/lib/linux-u-boot-next-helios4_*/u-boot.flash
|
scp u-boot-spl.kwb root@10.10.10.1:/usr/lib/linux-u-boot-next-helios4_*/u-boot.flash
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
@ -163,10 +163,10 @@ Booting from SPI flash
|
||||||
|
|
||||||
1) Upload the U-Boot SPI binary to /boot folder on Helios4 and rename it as **u-boot-spi.bin**.
|
1) Upload the U-Boot SPI binary to /boot folder on Helios4 and rename it as **u-boot-spi.bin**.
|
||||||
|
|
||||||
For example, if the Helios4 IP address is 10.10.0.10 the command would be:
|
For example, if the Helios4 IP address is 10.10.10.1 the command would be:
|
||||||
|
|
||||||
```
|
```
|
||||||
scp u-boot-spl.kwb root@10.10.0.10:/boot/u-boot-spi.bin
|
scp u-boot-spl.kwb root@10.10.10.1:/boot/u-boot-spi.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
2) Switch to Helios4 serial console, login then reboot the system
|
2) Switch to Helios4 serial console, login then reboot the system
|
||||||
|
|
|
@ -213,13 +213,13 @@ sudo sync
|
||||||
1) Upload the U-Boot SPI binary that you built on your PC to Helios4 and rename it as **u-boot.mmc**.
|
1) Upload the U-Boot SPI binary that you built on your PC to Helios4 and rename it as **u-boot.mmc**.
|
||||||
|
|
||||||
```
|
```
|
||||||
scp u-boot-spl.kwb root@10.10.0.10:/usr/lib/linux-u-boot-next-helios4_*/u-boot.mmc
|
scp u-boot-spl.kwb root@10.10.10.1:/usr/lib/linux-u-boot-next-helios4_*/u-boot.mmc
|
||||||
```
|
```
|
||||||
|
|
||||||
2) SSH to Helios4
|
2) SSH to Helios4
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh root@10.10.0.10
|
ssh root@10.10.10.1
|
||||||
```
|
```
|
||||||
|
|
||||||
3) Run **nand-sata-install** utility
|
3) Run **nand-sata-install** utility
|
||||||
|
@ -244,13 +244,13 @@ sudo nand-sata-install
|
||||||
1) Transfer U-Boot image into home folder in Helios4 using scp
|
1) Transfer U-Boot image into home folder in Helios4 using scp
|
||||||
|
|
||||||
```
|
```
|
||||||
scp u-boot-spl.kwb root@10.10.0.10:~/
|
scp u-boot-spl.kwb root@10.10.10.1:~/
|
||||||
```
|
```
|
||||||
|
|
||||||
2) SSH to Helios4
|
2) SSH to Helios4
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh root@10.10.0.10
|
ssh root@10.10.10.1
|
||||||
```
|
```
|
||||||
|
|
||||||
3) Write U-Boot image (u-boot-spl.kwb) to SD Card device (/dev/mmcblk0) and reboot
|
3) Write U-Boot image (u-boot-spl.kwb) to SD Card device (/dev/mmcblk0) and reboot
|
||||||
|
|
Loading…
Reference in a new issue