MTD=mtdparts=physmap-flash:384K(Boot_firmware),1792K@0x00060000(kernel),[COLOR="Red"]6784K[/COLOR]@0x[COLOR="Red"]1400000[/COLOR](App),[COLOR="Red"]15360[/COLOR]K@0x220000(ROOT_FS),2944K@0x[COLOR="Red"]1120000[/COLOR](Device),1M@0x2100000(CONFIG),30M@0x02200000(User),64M@0(All),[COLOR="Red"]6784[/COLOR]K@0x[COLOR="Red"]1400000[/COLOR](APP_ORG),[COLOR="Red"]6784[/COLOR]K@0x[COLOR="Red"]1400000[/COLOR](APP_BAK)
updt_img=vfd READ;tftp 0x80000000 root.img;protect off a0220000 +$filesize;erase a0220000 +$filesize;cp.b 80000000 a0220000 $filesize;protect on a0220000 +$filesize;mtd_update;vfd COMPLETE
updt_dev=vfd READ;tftp 0x80000000 device.img;protect off [COLOR="Red"]a1120000[/COLOR] +$filesize;erase [COLOR="Red"]a1120000[/COLOR] +$filesize;cp.b 80000000 [COLOR="Red"]a1120000[/COLOR] $filesize;protect on [COLOR="Red"]a1120000[/COLOR] +$filesize;mtd_update;vfd COMPLETE
updt_app=vfd READ;tftp 0x80000000 app.img;protect off [COLOR="Red"]a1400000[/COLOR] +$filesize;erase [COLOR="Red"]a1400000[/COLOR] +$filesize;cp.b 80000000 [COLOR="Red"]a1400000[/COLOR] $filesize;protect on [COLOR="Red"]a1400000[/COLOR] +$filesize;mtd_update;vfd COMPLETE