History log of /rkbin/tools/gpt2env (Results 1 – 1 of 1)
Revision Date Author Comments
# f31d5990 23-Nov-2021 Joseph Chen <chenjh@rock-chips.com>

tools: add gpt2env

This tool generates the gpt table with env format which
can be used in U-Boot by command:
gpt write mmc 0 $partitions
gpt verify mmc 0 $partitions

Usage:
./tools/gpt2e

tools: add gpt2env

This tool generates the gpt table with env format which
can be used in U-Boot by command:
gpt write mmc 0 $partitions
gpt verify mmc 0 $partitions

Usage:
./tools/gpt2env -i parameter.txt -o gpt_env.txt

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib7ec33ac3d19fa8a1874c1b20526516b0d9f6006

show more ...