<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I will have a look at this later. <div><br></div><div>My first guess (wild speculation) is the uImage isn't where you expect it to be (usb 2). For instance, maybe it's in /boot/uImage instead of /uImage. </div><div><br></div><div>Since you have a module and can use the console, you can find the uImage file using u-boot commands like usb start, usb info and fatls. </div><div><br></div><div>Just wondering - </div><div>Why do we still use fatload on new Dreamplugs? The SolidRun CuBox people use ext2load (<a href="http://www.solid-run.com/mw/index.php/Setup_USB_boot">http://www.solid-run.com/mw/index.php/Setup_USB_boot</a>).Couldn't you have one great big ext2 partition then, instead of one little FAT partition and one ext2 partition?</div><div><br></div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Nick Hardiman</div><div><a href="mailto:nick@internetmachines.co.uk">nick@internetmachines.co.uk</a></div><div><div><div>@intmachines</div></div><div><br></div></div></span><br class="Apple-interchange-newline">

</div>

<br><div><div>On 16 Feb 2013, at 19:46, dww <<a href="mailto:dworthem@msn.com">dworthem@msn.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">


  <meta http-equiv="Content-Type" content="text/html; CHARSET=UTF-8">
  <meta name="GENERATOR" content="GtkHTML/3.18.3">

<div>
Nick<br>
<br>
Thanks for your response.<br>
<br>
<blockquote type="CITE">
<pre>When did you last update your repository?  The 3 -> 4 bug was fixed
months ago.
</pre>
</blockquote>
<br>
I obtained from git clone <a href="https://github.com/NickDaly/freedom-maker.git">https://github.com/NickDaly/freedom-maker.git</a> about 2 or 3 weeks ago.<br>
<br>
<blockquote type="CITE">
<pre>>
> What did I need to do to not get the "signatures couldn't be verified"
> error? I doubt setting noauth=true is the best thing to do.

I just let it fail and then restarted the build, as that always seems to
work for me.  Never really looked into why.  I assume there's some sort
of timing bug WRT signature validation that causes it to fail once.
</pre>
</blockquote>
<br>
That did not work, I had to set "noauth=true" in fbx-base.conf. I am using the alpha of gNewSense 3.0 which is based on Debian Squeeze. Does this problem have something to do with the mix of Squeeze and Wheezy.  Anyway I think this is of interest to fix as many users may not want or be able to always update to a different version of Debian at least not in the short therm.<br>
<br>
<br>
<blockquote type="CITE">
<pre>> Is this where the newer U-Boot version is needed? My DreamPlug has
> U-Boot version 2011.  6(Oct 15, 2011-02:02:08) as from Global Scale
> Technologies.

Yup, that's where we need the new uboot version.  Any pre-0.1 release
should work on the GlobalScale uboot, but anything after needs the newer
uboot.
</pre>
</blockquote>
<br>
I updated U-Boot to 2012-04-01 and did a setenv for the boot args as directed in the freedom box README file.<br>
<br>
But I get an error that it U-Boot cannot find a kernel image ( I show printenv output first). Any help would be appreciated.<br>
<br>
Marvell>> printenv<br>
baudrate=115200<br>
bootargs=console=ttyS0, 115200 root=/dev/sda2 rootdelay=10<br>
bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm   0x6400000 0x6900000;<br>
bootdelay=3<br>
ethact=egiga0<br>
filesize=2FDEC<br>
stderr=serial<br>
stdin=serial<br>
stdout=serial<br>
x_bootargs=console=ttyS0, 115200<br>
x_bootargs_root=root=/dev/sda2 rootdelay=10<br>
x_bootcmd=root=/dev/sda2 rootdelay=10<br>
x_bootcmd_ethernet=ping 192.168.2.1<br>
x_bootcmd_initrd=fatload usb 2 0x6900000 uInitrd<br>
x_bootcmd_kernel=fatload usb 2 0x6400000 uImage<br>
x_bootcmd_root=root=/dev/sda2 rootdelay=10<br>
x_bootcmd_usb=usb start<br>
<br>
Environment size: 652/4092 bytes<br>
Marvell>> boot<br>
(Re)start USB...<br>
USB:   Register 10011 NbrPorts 1<br>
USB EHCI 1.00<br>
scanning bus for devices... 6 USB Device(s) found<br>
       scanning bus for storage devices... Device NOT ready<br>
   Request Sense returned 02 3A 00<br>
2 Storage Device(s) found<br>
<br>
** Invalid boot device **<br>
<br>
** Invalid boot device **<br>
Wrong Image Format for bootm command<br>
ERROR: can't get kernel image!<br>
<br>
Dennis<br>
<br>
<br>
</div>

_______________________________________________<br>Freedombox-discuss mailing list<br><a href="mailto:Freedombox-discuss@lists.alioth.debian.org">Freedombox-discuss@lists.alioth.debian.org</a><br>http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss</blockquote></div><br></div></body></html>