Difference between revisions of "Motherboard Upgrade Firmware"

From Wiki for Dragino Project
Jump to: navigation, search
(Upgrade firmware via Redboot)
(Upgrade firmware via Redboot)
Line 2: Line 2:
  
 
=Upgrade firmware via Redboot=
 
=Upgrade firmware via Redboot=
*Copy openwrt-atheros-vmlinux.lzma and openwrt-atheros-root.squashfs to your tftp server
+
*Copy openwrt-atheros-vmlinux.lzma and openwrt-atheros-root.squashfs to your tftp server, defautl tftp server set in Redboot is 192.168.255.100. so you would better set your tftp server address to 192.168.255.100 or you have to change the Redboot tftp server ip via ip_addr command.
 
*[Motherboard_Redboot|Access Redboot via Telnet]
 
*[Motherboard_Redboot|Access Redboot via Telnet]
 
*run below commands to flash  
 
*run below commands to flash  

Revision as of 02:32, 23 March 2011

There are several methods to flash the firmware of a Dragino MS12.

Upgrade firmware via Redboot

  • Copy openwrt-atheros-vmlinux.lzma and openwrt-atheros-root.squashfs to your tftp server, defautl tftp server set in Redboot is 192.168.255.100. so you would better set your tftp server address to 192.168.255.100 or you have to change the Redboot tftp server ip via ip_addr command.
  • [Motherboard_Redboot|Access Redboot via Telnet]
  • run below commands to flash
RedBoot> fis init
RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma
RedBoot> fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7
RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs
RedBoot> fis create rootfs
RedBoot> reset