Advanced firmware upload options

Manual U-boot TFTP flashing

These instructions are for Rambutan board

U-Boot 2016.01-00029-gbcf8fc0 (May 31 2016 - 16:06:17 +0300)

=========================================
Caraboot v3.1-dev (QCA9557, NAND) U-Boot
http://www.8devices.com/
-----------------------------------------
DRAM:  128 MiB
NAND:  128 MiB
*** Warning - bad CRC, using default environment

Net:   eth0, eth1
Hit <ESC> key to stop autoboot:  0 
Hit <ESC> key to stop autoboot:  0
ath> INTERRUPT>
ath> <INTERRUPT>
ath> <INTERRUPT>
setenv ipaddr 192.168.1.1; setenv serverip 192.168.1.100
 ath> tftpboot 80060000 openwrt-8devices-v2.9-ar71xx-nand-rambutan-squashfs-nand-factory.ubi
Using eth0 device
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename 'openwrt-8devices-v2.9-ar71xx-nand-rambutan-squashfs-nand-factory.ubi'.
Load address: 0x80060000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #####################################################
         5.6 MiB/s
done
Bytes transferred = 4587520 (460000 hex)
ath> 
ath> nand erase.part ubi; nand write 80060000 ubi ${filesize}

NAND erase.part: device 0 offset 0x600000, size 0x7a00000
Erasing at 0x7fe0000 -- 100% complete.
OK

NAND write: device 0 offset 0x600000, size 0x460000
 4587520 bytes written: OK
ath> 

* Flashing is done, you can reset the board

reset