Thanks!
can i ask more details?
If i have 2module
A module setted kernal and rootfs and all the things
B module is empty
i should command as below with A module??
but -K means Partition name or number specified in flash.xml or flash.cfg.
so how can i copy all from A module?
$ sudo ./flash.sh -r -k APP -G backup.img mmcblk0p1
After get the backup.img
just copy as below
$ sudo cp backup.img bootloader/system.img
Finally
should i command as below?
in my case i have to remove -r option i think
and -k option???
$ sudo ./flash.sh -r -k APP mmcblk0p1
Thanks for helping me!