Mailinglist Archive: opensuse-arm (74 mails)

< Previous Next >
Re: [opensuse-arm] kiwi build
Hi,

Feb-02 03:10:53 <1> : Set boot space to: 64M

Our /boot is 64MB (I think that was one of the odd constraints we had
from omap)

yes do you remember our session with Dirk :) 64M seems to be a must have.
If you like to give it a test with another size check the code in

/usr/share/kiwi/modules/KIWIBoot.pm:__getBootSize

...
# on arm it's required to have a maximum of 64MB for the boot part
if ($arch =~ /arm/) {
$gotMB = 64;
}

I would love to get rid of this but so far it seems required

cp: writing `/tmp/kiwiloop.4KkehU/boot/boot.scr': No space left on device
cp: failed to extend `/tmp/kiwiloop.4KkehU/boot/boot.scr': No space left on
device
cp: writing `/tmp/kiwiloop.4KkehU/boot/linux.vmx': No space left on device

*urks*

-rw-r--r-- 1 root root 33M Feb 2 04:10
initrd-vmxboot-suse-SLES12.armv7l-2.7.1.gz

This beast is already 33MB.

So by keeping it in /boot twice, we exceed the 64MB we have available. Any
ideas? In the long run, we should definitely redesign the whole bootstrapping
process. Having FAT partitions is just insane.

I added a patch to kiwi which only leaves the uboot variant on /boot
commit: 0387c5660cf82d734d6650475bec19e681142e81 from master

Hope this helps

Regards,
Marcus
--
Public Key available
gpg --keyserver gpg-keyserver.de --recv-keys 0xCCE3C6A2
-------------------------------------------------------
Marcus Schäfer (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstrasse 5
FAX: 0911-740 53 479 D-90409 Nürnberg
GF: Jeff Hawn,Jennifer Guild, Felix Imendörffer
HRB: 21284 (AG Nürnberg) Germany
http://www.suse.de
-------------------------------------------------------
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-arm+owner@xxxxxxxxxxxx

< Previous Next >
Follow Ups