Motherboard Upgrade Firmware

From Wiki for Dragino Project
Revision as of 02:22, 23 March 2011 by Edwin (Talk | contribs) (Created page with "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 t...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
  • [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