Re: [ARMedslack] A few questions on kirkwood initrd

2010-11-07 Thread Claudio Cavalera
Hello, I'm the cause of this thread's revival. I aim to be the first armed slacker without the serial cable. :-) I've patched the uboot with these commands on the dockstar: cd /tmp wget http://plugapps.com/os/pogoplug/uboot/install_uboot_mtd0.sh chmod +x install_uboot_mtd0.sh ./install_uboot_mtd0

Re: [ARMedslack] A few questions on kirkwood initrd

2010-11-07 Thread Stuart Winter
> setenv bootargs console=ttyS0,115200 nodhcp kbd=uk nic=auto:eth0:dhcp > root=/dev/ram rw;bootm 0x0080 0x0110;reset Obviously best to take out "nodhcp", although it still worked with it in: setenv bootargs console=ttyS0,115200 kbd=uk nic=auto:eth0:dhcp root=/dev/ram rw;bootm 0x008

Re: [ARMedslack] A few questions on kirkwood initrd

2010-11-07 Thread Stuart Winter
[..] > Though I am using a serial cable, it's theoretically possible to do > this without the serial cable by using the fw_envset commands to alter > the mtd3 u-Boot from within the DockStar' stock Linux install in NAND. > Though the armedslack installer initrd startup scripts look like they > sho

Re: [ARMedslack] ARM GCC Native compiling...

2010-11-07 Thread Carlo Caione
On Nov 5, 2010, at 11:13 AM, Stuart Winter wrote: [cut] > After you've looked at the gcc.SlackBuild script, perhaps you could build > your compiler natively on armedslack? I can't think of any reason it > won't work, off the top of my head. Oh yes, good idea I'll let you know... thank you