px30: make partitions table more compatible for buildroot and debian
Change-Id: I5087eb0c53259c7c0ff3eeeb54ee000770aba421 Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
@ -16,7 +16,7 @@ export RK_BOOT_IMG=boot.img
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
export RK_KERNEL_ZIMG=kernel/arch/arm64/boot/Image.lz4
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-buildroot.txt
|
||||
export RK_PARAMETER=parameter.txt
|
||||
# Buildroot config
|
||||
export RK_CFG_BUILDROOT=rockchip_px30_64
|
||||
# Recovery config
|
||||
|
||||
@ -14,7 +14,7 @@ export RK_BOOT_IMG=boot.img
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
export RK_KERNEL_ZIMG=kernel/arch/arm64/boot/Image.lz4
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-buildroot.txt
|
||||
export RK_PARAMETER=parameter.txt
|
||||
# Buildroot config
|
||||
export RK_CFG_BUILDROOT=rockchip_px30_32
|
||||
# Recovery config
|
||||
|
||||
@ -16,7 +16,7 @@ export RK_BOOT_IMG=boot.img
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
export RK_KERNEL_ZIMG=kernel/arch/arm64/boot/Image.lz4
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-buildroot.txt
|
||||
export RK_PARAMETER=parameter.txt
|
||||
# Buildroot config
|
||||
export RK_CFG_BUILDROOT=rockchip_px30_64_open
|
||||
# Recovery config
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
FIRMWARE_VER: 8.1
|
||||
MACHINE_MODEL: PX30
|
||||
MACHINE_ID: 007
|
||||
MANUFACTURER: PX30
|
||||
MAGIC: 0x5041524B
|
||||
ATAG: 0x00200800
|
||||
MACHINE: px30
|
||||
CHECK_MASK: 0x80
|
||||
PWR_HLD: 0,0,A,0,1
|
||||
TYPE: GPT
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00020000@0x0003a000(oem),0x00700000@0x0005a000(rootfs),-@0x0075a000(userdata:grow)
|
||||
uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9
|
||||
@ -8,5 +8,5 @@ MACHINE: px30
|
||||
CHECK_MASK: 0x80
|
||||
PWR_HLD: 0,0,A,0,1
|
||||
TYPE: GPT
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00020000@0x0003a000(oem),0x00200000@0x0005a000(rootfs),-@0x0025a000(userdata:grow)
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00020000@0x0003a000(oem),0x00c00000@0x0005a000(rootfs),-@0x00c5a000(userdata:grow)
|
||||
uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9
|
||||
Reference in New Issue
Block a user