From 89d516b03d7fc75f72e0797ac6a666486f1fe450 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Thu, 28 Feb 2019 14:43:08 +0800 Subject: [PATCH] Use same IP address in all page --- docs/spi.md | 8 ++++---- docs/uboot.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/spi.md b/docs/spi.md index a3b44ac..da965f4 100644 --- a/docs/spi.md +++ b/docs/spi.md @@ -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*** 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 @@ -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**. -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 diff --git a/docs/uboot.md b/docs/uboot.md index 5502c02..7e88d49 100644 --- a/docs/uboot.md +++ b/docs/uboot.md @@ -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**. ``` -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 ``` -ssh root@10.10.0.10 +ssh root@10.10.10.1 ``` 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 ``` -scp u-boot-spl.kwb root@10.10.0.10:~/ +scp u-boot-spl.kwb root@10.10.10.1:~/ ``` 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