<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
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>
</BODY>
</HTML>