[U-Boot-Users] question about netconsole

2008-03-18 Thread bott
I'd like to use netconsole to have the possibility of upgrading the firmware store on a flash, which has u-boot as bootloader which loads and runs linux. I plan to use tftp to transfer the new firmware images to the board, so what I'd like to know if there is any problem using netconsole and

Re: [U-Boot-Users] ramdisk booting problem

2008-02-29 Thread bott
Quoting Markus Klotzbücher <[EMAIL PROTECTED]>: > Dear Ottavio, > > [EMAIL PROTECTED] writes: > >> this is what I suspect, but I don't have any idea how I can check it. >> I mean, how can I see where the decompressed image is put? I tried >> giving a look at lib/inflate.c to check how gunzip() wor

Re: [U-Boot-Users] ramdisk booting problem

2008-02-28 Thread bott
Quoting Markus Klotzbücher <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] writes: > >> I am trying to boot linux with a ramdisk on a board based on TI dm6446. >> >> I am facing a weird problem: it correctly boots images smaller than >> 2.5MB, while bugger ones stop boot after image decompression, before

[U-Boot-Users] ramdisk booting problem

2008-02-28 Thread bott
Hi, I am trying to boot linux with a ramdisk on a board based on TI dm6446. I am facing a weird problem: it correctly boots images smaller than 2.5MB, while bugger ones stop boot after image decompression, before the kernel boots. I'm not able to find out the reason why it hangs. Do you hav