Flash different images using Linux_Upgrade_Tool
Attention
Pre-requisites
- You need to have the Linux_Upgrade_Tool on your host machine.
Download Linux_Upgrade_Tool.
You need to load the rk3399_loader_v1.xx.xxx.bin file to the board. This file can be generated by compiling the u-boot for the board. [Check the u-boot development guide](../linux-development-guide/u-boot.md)
./upgrade_tool db rk3399_loader_v1.xx.xxx.bin
Partition |
Offset |
---|---|
uboot |
0x04000 |
trust |
0x06000 |
misc |
0x08000 |
boot (bootable) |
0x0a000 |
recovery |
0x4a000 |
backup |
0x5a000 |
userdata |
0x6a000 |
rootfs (grow) |
0xea000 |
You can use the above table to flash different images using
Linux_Upgrade_Tool
or Windows RKDevTool
./upgrade_tool wl <offset> <image name>
# Example
./upgrade_tool wl 0x4000 idbloader.img