f9ad317507
Lichee RV Dock is a RISC-V Linux development kits with high integration, small size and affordable price designed for opensource developer. https://wiki.sipeed.com/hardware/en/lichee/RV/Dock.html Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Tested-by: Indrek Kruusa <indrek.kruusa@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
301 B
INI
20 lines
301 B
INI
# Minimal SD card image for the sipeed Lichee RV dock
|
|
|
|
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
|
|
}
|
|
}
|