Fix ota_setup command readme
This commit is contained in:
parent
1baa607aaf
commit
3b0ebd1f46
|
@ -669,18 +669,8 @@ int do_ota_setup(cmd_tbl_t* cmdtp, int flag, int argc,
|
||||||
}
|
}
|
||||||
|
|
||||||
U_BOOT_CMD(ota_setup, 1, 0, do_ota_setup,
|
U_BOOT_CMD(ota_setup, 1, 0, do_ota_setup,
|
||||||
"netease OTA command:",
|
"netease OTA setup command:",
|
||||||
"<command> <parmeters>\n"
|
" - run ota command to setup system\n"
|
||||||
" erase <partiton name>\n"
|
|
||||||
" - erase mtd partiton\n"
|
|
||||||
" read <boot/rootfs>\n"
|
|
||||||
" - read ota image form UDISK file system\n"
|
|
||||||
" upgrade <boot/rootfs/all> [0/1(skip verify chksum)]\n"
|
|
||||||
" - read ota image form UDISK file system and upgrade nand partiton\n"
|
|
||||||
" prepare\n"
|
|
||||||
" - set ota opeartion from current system\n"
|
|
||||||
" show_params\n"
|
|
||||||
" - show ota params information\n"
|
|
||||||
" - *********************************************");
|
" - *********************************************");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue