remove lite version for duo and duo256m

This commit is contained in:
carbon
2024-03-26 10:10:03 +08:00
parent 619e6e279f
commit 79f138542b
8 changed files with 0 additions and 1070 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
export MV_BOARD=milkv-duo-lite
export MV_BOARD_CPU=cv1800b
export MV_VENDOR=milkv
export MV_BUILD_ENV=milkvsetup.sh
export MV_BOARD_LINK=cv1800b_milkv_duo_sd

View File

@ -1,38 +0,0 @@
image boot.vfat {
vfat {
label = "boot"
files = {
"fip.bin",
"rawimages/boot.sd",
}
}
size = 128M
}
image rootfs.ext4 {
ext4 {
label = "rootfs"
}
size = 768M
}
image milkv-duo-lite.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
partition empty {
partition-type-uuid = 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f
size = 256M
}
}

View File

@ -1 +0,0 @@
../milkv-duo/overlay

View File

@ -1,8 +0,0 @@
#!/bin/bash
export MV_BOARD=milkv-duo256m-lite
export MV_BOARD_CPU=cv1812cp
export MV_VENDOR=milkv
export MV_BUILD_ENV=milkvsetup.sh
export MV_BOARD_LINK=cv1812cp_milkv_duo256m_sd

View File

@ -1,33 +0,0 @@
image boot.vfat {
vfat {
label = "boot"
files = {
"fip.bin",
"rawimages/boot.sd",
}
}
size = 128M
}
image rootfs.ext4 {
ext4 {
label = "rootfs"
}
size = 768M
}
image milkv-duo256m-lite.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}

View File

@ -1 +0,0 @@
../milkv-duo256m/overlay