Re: guruplug notes

2010-05-24 Thread Clint Adams
On Mon, May 24, 2010 at 04:42:15PM +0100, Martin Michlmayr wrote: > Ok. Do you have a link where people can download a working U-Boot > from? I'd like to document this. The binary I generated can be fetched from http://people.debian.org/~schizo/guruplug/u-boot.kwb-42f7128c1a4b3bfcb97a12df0c764ef

Re: guruplug notes

2010-05-24 Thread Daniel Kahn Gillmor
On 05/24/2010 11:31 AM, Daniel Kahn Gillmor wrote: > I'm currently still booting the device from the kernel/initrd over tftp. > I hope to followup with tbm's suggestion of the new flash-kernel to get > it back to an all-local boot sometime in the next few days. I've put the kernel and two variant

Re: guruplug notes

2010-05-24 Thread Daniel Kahn Gillmor
On 05/24/2010 11:43 AM, Martin Michlmayr wrote: > However, UBI/UBIFS is currently compiled into the Kirkwood kernel, so > you don't need an initramfs at all. Hum, interesting. the kernel binary package i built had Depends: initramfs-tools | linux-initramfs-tool i think, so it hadn't even occu

Re: guruplug notes

2010-05-24 Thread Clint Adams
On Mon, May 24, 2010 at 04:18:14PM +0100, Stuart Winter wrote: > Do you have a URL for a binary of this or was it built from source? It was built from commit 42f7128c1a4b3bfcb97a12df0c764efe439b5bbd of git://git.denx.de/u-boot-marvell.git (the "testing" branch). -- To UNSUBSCRIBE, email to debi

Re: guruplug notes

2010-05-24 Thread Martin Michlmayr
* Daniel Kahn Gillmor [2010-05-24 11:06]: > Note also http://bugs.debian.org/582858 , which i just filed about > initramfs-tools and a ubifs root while trying to make a slimmer initramfs. I saw this, and it would be nice to get this fixed. However, UBI/UBIFS is currently compiled into the Kirkwo

Re: guruplug notes

2010-05-24 Thread Martin Michlmayr
* Clint Adams [2010-05-24 14:49]: > setenv mainlineLinux yes > > setenv arcNumber 2659 > > saveenv > > reset > > I tried this with the stock U-Boot and it made no difference. Ok. Do you have a link where people can download a working U-Boot from? I'd like to document this. -- Martin Michlmay

Re: guruplug notes

2010-05-24 Thread Stuart Winter
> Upgrading to U-Boot 2010.03-01266-g42f7128 fixes this particular > problem. Do you have a URL for a binary of this or was it built from source? -- To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archiv

Re: guruplug notes

2010-05-24 Thread Daniel Kahn Gillmor
On 05/23/2010 07:36 PM, Daniel Kahn Gillmor wrote: > More notes on the way when i sort anything else out. Thanks primarily to a really stupid keyboard slipup, i now have a guruplug running entirely debian code (with the exception of uboot, which is running 2010.03-01266-g42f7128, compiled by Clint

Re: guruplug notes

2010-05-24 Thread Daniel Kahn Gillmor
On 05/24/2010 09:27 AM, Martin Michlmayr wrote: > * Daniel Kahn Gillmor [2010-05-23 19:36]: >> and generated a uBoot-friendly kernel and initramfs (thanks to Clint >> Adams for helping me cargo-cult this): > > fwiw, I've just uploaded a new version of flash-kernel that will do > this for you. Gr

Re: guruplug notes

2010-05-24 Thread Clint Adams
On Mon, May 24, 2010 at 02:27:24PM +0100, Martin Michlmayr wrote: > setenv mainlineLinux yes > setenv arcNumber 2659 > saveenv > reset I tried this with the stock U-Boot and it made no difference. -- To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: guruplug notes

2010-05-24 Thread Martin Michlmayr
* Daniel Kahn Gillmor [2010-05-23 19:36]: > So i built the kernel package from 2.6.32-13 like this as a regular user: fwiw, 2.6.32-13 is in the Debian archive for armel now. > and generated a uBoot-friendly kernel and initramfs (thanks to Clint > Adams for helping me cargo-cult this): fwiw, I'v