<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi James,</div><div><br></div><div>Did you automate this? I would like to get 4.8 binaries up on the website and also add&nbsp;FTDI-support into the kernel and this would save me and others some work.</div><div><br></div><div>Kind Regards, Rickard.</div><br><div><div>22 nov 2010 kl. 17.10 skrev James Records:</div><br class="Apple-interchange-newline"><blockquote type="cite">Oh, one more note, I had to change the mk-mini.conf to work, here is what the end result was for that file:<div><br></div><div><div>WARNINGS=yes</div><div>PIPE=-pipe</div><div>STATIC=</div><div>DEBUG=</div><div><br></div><div>
KERBEROS=no</div><div>KERBEROS5=no</div><div>AFS=no</div><div>TCP_WRAPPERS=no</div><div><br></div><div><br></div><div>J</div><br><div class="gmail_quote">On Mon, Nov 22, 2010 at 8:08 AM, James Records <span dir="ltr">&lt;<a href="mailto:james.records@gmail.com">james.records@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">Hey all,<div><br></div><div>I eventually got this working, here's a short&nbsp;synapses&nbsp;of what I had to do to get this to work:</div>
<div><br></div><div>You'll need to download src.tgz and sys.tgz as well as base48.tgz etc48.tgz, comp48.tgz, man48.tgz, misc48.tgz into a directory then do the following:</div>
<div><br></div><div>I do this from within the flashboot directory, but it could be done wherever you see fit.</div><div><br></div><div>WORKDIR=sandbox</div><div>mkdir -p&nbsp;${WORKDIR}</div><div>for i in base etc comp man misc; do tar zxpf ${i}48.tgz -C ${WORKDIR}; echo "extracting ${i}.48.tgz to ${WORKDIR}"; &nbsp;done</div>

<div>tar zxpf src.tar.gz -C ${WORKDIR}/usr/src</div><div><div>tar zxpf sys.tar.gz -C ${WORKDIR}/usr/src</div></div><div><div>rm -rf ${CWD}/${WORKDIR}/dev-orig</div><div>mv ${CWD}/${WORKDIR}/dev ${CWD}/${WORKDIR}/dev-orig</div>

<div>mkdir ${CWD}/${WORKDIR}/dev</div><div>mount_mfs -o nosuid -s 32768 /dev/sd0b ${CWD}/${WORKDIR}/dev</div><div>cp -p ${CWD}/${WORKDIR}/dev-orig/MAKEDEV ${CWD}/${WORKDIR}/dev/MAKEDEV</div><div>cd ${CWD}/${WORKDIR}/dev</div>

<div>./MAKEDEV all</div></div><div>cp -p ${CWD}/mk-mini.conf ${CWD}/${WORKDIR}/mk-mini.conf</div><div><br></div><div># Dump yourself into a chroot.</div><div>/usr/sbin/chroot ${CWD}/${WORKDIR} /bin/ksh</div><div><br></div>

<div>at this point I just export the MAKECONF=/mk-mini.conf &nbsp;and follow the steps from man release.</div><div><br></div><div>When complete I exit out of the chroot environment, and change the build-bindinst.sh to point to this sandbox dir instead of flash-dist.</div>

<div><br></div><div>There are a bunch of patches out there, but I saw a note from Theo saying he didn't really like the idea and as disk space is cheap now, this process takes about 2GB of total space to get to work, but at least for me its not an issue. &nbsp;I'm going to attempt to automate this so that I can pull down current from within the chroot and just change the DESTDIR from the build-bininst.sh to point to different chroots so I can have different versions. &nbsp;If I get this automated well enough I'll post it back here.</div>

<div><br></div><font color="#888888"><div>J</div></font><div><div></div><div class="h5"><div><br></div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Mon, Nov 22, 2010 at 12:53 AM, Rickard Dahlstrand <span dir="ltr">&lt;<a href="mailto:rd@tilde.se" target="_blank">rd@tilde.se</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I haven't started looking into this yet, but if anyone has, I would be grateful for any help.<br>
<br>
Kind Regards, Rickard.<br>
<br>
22 nov 2010 kl. 07.51 skrev Jakob Schlyter:<br>
<div><div></div><div><br>
&gt; anyone successfully building Flashboot for 4.8?<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; jakob<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; flashboot mailing list<br>
&gt; <a href="mailto:flashboot@mindrot.org" target="_blank">flashboot@mindrot.org</a><br>
&gt; <a href="https://lists.mindrot.org/mailman/listinfo/flashboot" target="_blank">https://lists.mindrot.org/mailman/listinfo/flashboot</a><br>
<br>
_______________________________________________<br>
flashboot mailing list<br>
<a href="mailto:flashboot@mindrot.org" target="_blank">flashboot@mindrot.org</a><br>
<a href="https://lists.mindrot.org/mailman/listinfo/flashboot" target="_blank">https://lists.mindrot.org/mailman/listinfo/flashboot</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br></body></html>