From adrian.puerner at googlemail.com Mon Dec 10 10:29:44 2012 From: adrian.puerner at googlemail.com (Adrian Puerner) Date: Mon, 10 Dec 2012 00:29:44 +0100 Subject: [flashboot] PCENGINE, Alix2D3, Release 5.2 Message-ID: Hey there, this is my first mail to a list ever so just excuse any format or human errors. Im running the 5.2 Release with a self compiled Kernel from your PCENGINES file on a Alix2D3 board. Im reviving my old flashboot release 4.4 setup wich i used to connect 18 branch-offices to their HQ. Worked like a charm btw, big thanks to your project! first i had to do some adjustments, dont know if some of them were intentional: --- build-release-injail.sh Wed May 30 11:35:38 2012 +++ /flashboot-master/build-release-injail.sh Fri Dec 7 01:37:56 2012 @@ -1,6 +1,6 @@ #!/bin/sh -export BUILDCONF=/mk-mini.conf +export MAKECONF=/mk-mini.conf cd /usr/src also: --- build-kernel.sh Wed May 30 11:35:38 2012 +++ /flashboot-master/build-kernel.sh Mon Dec 10 01:20:37 2012 @@ -43,7 +43,7 @@ cp -p ${CWD}/${WORKDIR}/dev-orig/MAKEDEV ${CWD}/${WORKDIR}/dev/MAKEDEV cd ${CWD}/${WORKDIR}/dev ./MAKEDEV all -cp -p ${CWD}/$1 ${CWD}/${WORKDIR}/ +#cp -p ${CWD}/$1 ${CWD}/${WORKDIR}/ cp -p ${CWD}/Makefile ${CWD}/${WORKDIR}/ cp -p ${CWD}/build-kernel-injail.sh ${CWD}/${WORKDIR}/ cp -p ${CWD}/list ${CWD}/${WORKDIR}/ you were overwriting the kernel config you adjusted the MINIROOTSIZE before?! i was able to get up to a 58mb ramdisks on that board without failure at startup. please tell me if you are interested in any dmesg/kernelconfig/whatever listings for your configs. greets adrian From jakob at kirei.se Tue Dec 11 18:35:31 2012 From: jakob at kirei.se (Jakob Schlyter) Date: Tue, 11 Dec 2012 08:35:31 +0100 Subject: [flashboot] PCENGINE, Alix2D3, Release 5.2 In-Reply-To: References: Message-ID: Please report these issues to https://github.com/openbsd/flashboot, and we'll take care of them as soon as possible. jakob