diff --git a/iopsys-econet/README.md b/iopsys-econet/README.md index f1eefb2a4e2fb45f167d782c5d06fe986f457237..8d66895e9014ff7314848a74c8d11672ea839103 100644 --- a/iopsys-econet/README.md +++ b/iopsys-econet/README.md @@ -32,7 +32,7 @@ Connect UART console cp ./bin/targets/iopsys-econet/en7562/iopboot.bin ~/tftp; cp ./bin/targets/iopsys-econet/en7562/ubilinux ~/tftp; -cp ./bin/targets/iopsys-econet/en7562/root.jffs2-nand-2048-128k ~/tftp; +cp ./bin/targets/iopsys-econet/en7562/ubi_root.bin ~/tftp; [...] Log into uboot console @@ -44,10 +44,10 @@ ECNT> tftpboot ubilinux ECNT> flash erase 0x100000 0xA00000 ECNT> flash write 0x100000 ${filesize} ${loadaddr} ECNT> flash write 0x600000 ${filesize} ${loadaddr} -ECNT> tftpboot root.jffs2-nand-2048-128k +ECNT> tftpboot ubi_root.bin ECNT> flash erase 0xb00000 0x8C00000 ECNT> flash write 0xb00000 ${filesize} ${loadaddr} -ECNT> flash write 0x5100000 ${filesize} ${loadaddr} +ECNT> setenv rootfstype ubifs; saveenv ECNT> reset Network configuration @@ -85,12 +85,12 @@ Flashing an IOPSYSWRT OS image To flash an image from **linux console**, type in this command: ``` -scp ./bin/targets/iopsys-econet/en7562/last.itb root@<board>:/tmp +scp ./bin/targets/iopsys-econet/en7562/last-ubifs.itb root@<board>:/tmp ``` -and on the \<board\> (ssh \<board\>) +and on the \<board\> (ssh \<board\>) ``` [...] -root@iopsys:~# sysupgrade /tmp/last.itb +root@iopsys:~# sysupgrade /tmp/last-ubifs.itb ``` Board recovery