add device milkv-duos-glibc-arm64-sd
Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
7
device/milkv-duos-glibc-arm64-sd/boardconfig.sh
Normal file
7
device/milkv-duos-glibc-arm64-sd/boardconfig.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export MV_BOARD=milkv-duos-glibc-arm64-sd
|
||||
export MV_VENDOR=milkv
|
||||
export MV_BUILD_ENV=envsetup_milkv.sh
|
||||
export MV_BOARD_LINK=sg2000_milkv_duos_glibc_arm64_sd
|
||||
|
||||
33
device/milkv-duos-glibc-arm64-sd/genimage.cfg
Normal file
33
device/milkv-duos-glibc-arm64-sd/genimage.cfg
Normal file
@ -0,0 +1,33 @@
|
||||
image boot.vfat {
|
||||
vfat {
|
||||
label = "boot"
|
||||
files = {
|
||||
"fip.bin",
|
||||
"rawimages/boot.sd",
|
||||
}
|
||||
}
|
||||
size = 128M
|
||||
}
|
||||
|
||||
image rootfs.ext4 {
|
||||
ext4 {
|
||||
label = "rootfs"
|
||||
}
|
||||
size = 768M
|
||||
}
|
||||
|
||||
image milkv-duos-glibc-arm64-sd.img {
|
||||
hdimage {
|
||||
}
|
||||
|
||||
partition boot {
|
||||
partition-type = 0xC
|
||||
bootable = "true"
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user