Difference between revisions of "Motherboard Upgrade Firmware"
From Wiki for Dragino Project
(→Upgrade firmware via Redboot) |
(→Upgrade firmware via Redboot) |
||
Line 6: | Line 6: | ||
*run below commands to flash | *run below commands to flash | ||
RedBoot> fis init | RedBoot> fis init | ||
− | |||
− | |||
− | |||
− | |||
RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma | RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma | ||
− | |||
− | |||
RedBoot> fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7 | RedBoot> fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7 | ||
− | |||
− | |||
− | |||
− | |||
RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs | RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs | ||
− | |||
− | |||
RedBoot> fis create rootfs | RedBoot> fis create rootfs | ||
− | |||
− | |||
− | |||
− | |||
RedBoot> reset | RedBoot> reset |
Revision as of 02:26, 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
- [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