From: "Jörg Krause" <joerg.krause@embedded.rocks>
To: buildroot@busybox.net
Subject: [Buildroot] Need help with genimage
Date: Sun, 08 Jan 2017 12:58:51 +0100 [thread overview]
Message-ID: <1483876731.4757.1.camel@embedded.rocks> (raw)
Hi,
I am trying to add support for the Banana Pro board to Buildroot. The
Banana is similiar to the Orange Pi, so I am using a genimage.cfg based
on the Pi for creating the sd card image:
image boot.vfat {
vfat {
files = {
"zImage",
"sun7i-a20-bananapro.dtb",
"boot.scr"
}
}
size = 10M
}
image sdcard.img {
hdimage {
}
partition u-boot {
in-partition-table = "no"
image = "u-boot-sunxi-with-spl.bin"
offset = 8192
size = 1040384 # 1MB - 8192
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 512M
}
}
I am able to generate the sd card image and copy it to the sd card
using Suses imagewriter. The board boots fine. However, the rootfs size
is not 512MB as expected:
# df -hT
Filesystem???????????Type????????????Size??????Used Available Use%
Mounted on
/dev/root????????????ext4???????????38.7M?????37.9M?????????0 100% /
devtmpfs?????????????devtmpfs??????501.9M?????????0????501.9M???0% /dev
tmpfs????????????????tmpfs?????????502.4M?????????0????502.4M???0%
/dev/shm
tmpfs????????????????tmpfs?????????502.4M??????3.9M????498.4M???1% /tmp
tmpfs????????????????tmpfs?????????502.4M?????24.0K????502.4M???0% /run
I am not able to create any file larger file on the filesystem nor
start some programs.
What am I missing here? Can somebody enlighten me please :-)
Best regards,
J?rg Krause
next reply other threads:[~2017-01-08 11:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-08 11:58 Jörg Krause [this message]
2017-01-08 17:45 ` [Buildroot] Need help with genimage Baruch Siach
2017-01-08 18:32 ` Jörg Krause
2017-01-08 19:02 ` Baruch Siach
2017-01-08 19:07 ` Jörg Krause
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483876731.4757.1.camel@embedded.rocks \
--to=joerg.krause@embedded.rocks \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.