<BeginSec> <SectorLen> should match the offset and size of the partition you want to dump. Author: abutkov Time: 12/24/2018 19:36
Metin, also you may first use PL key to see currently stored partition list (start size name) to pick the one you wish to backup with RLAuthor: metind Time: 12/24/2018 21:53
I want to get copy from board of rootfs part. So where can i check beginsec and sectorlen to use with upgrade_tool rl ....Author: penguin Time: 12/26/2018 17:43
Hi, @metind, as mentioned by @abutkov , use `pl` to show the partition table:
```
$ upgrade_tool pl
upgrade_tool_v1.34 pl
Partition Info(gpt):
NO LBA Size Name
01 0x00004000 0x00002000 uboot
02 0x00006000 0x00002000 trust
03 0x0000a000 0x00010000 boot
04 0x0002a000 0x00010000 backup
05 0x0005a000 0x01cc4fdf rootfs
```Author: penguin Time: 12/26/2018 17:46
After dumping the image from the board, you can mount it by:
sudo mount rootfs.img /mnt
you can also use some tools to shrink the size of filesystem.
Please google it.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)