Sign in
android-kvm
/
buildroot
/
74bef5945f48fea2a863a456fa21271d136ed189
/
.
/
board
/
friendlyarm
/
nanopi-neo
/
genimage.cfg
blob: 6d57dd908826533ed6a14971ba3ab2b04b1e701f [
file
] [
log
] [
blame
]
# Minimal SD card image for the NanoPi NEO.
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"
offset
=
1M
}
}