286628bcc2
Lichee RV - Nezha CM is a compute module with modular design, equipped with Allwinner D1 chip (based on T-Head XuanTie C906 core), 512MB DDR3 RAM. Board support is based on the nezha defconfig already available in buildroot. https://wiki.sipeed.com/hardware/en/lichee/RV/RV.html https://linux-sunxi.org/Sipeed_Lichee_RV Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Reviewed-by: Indrek Kruusa <indrek.kruusa@gmail.com> Tested-by: Indrek Kruusa <indrek.kruusa@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
296 B
INI
20 lines
296 B
INI
# Minimal SD card image for the sipeed Lichee RV
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
in-partition-table = false
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
offset = 8K
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
bootable = "true"
|
|
offset = 1M
|
|
}
|
|
}
|