Hello Everyone,
From past month, My dockstar is unable to boot into debian(pogoplug boots) because I had upgraded kernel using apt-get. I had posted in jeff's forum but could not follow up due to lack of time.
I have tried regenerating image using these commands:
these commands completed without errors and generated two image. Still I can't boot. I have got the serial cable with me but I was not able to solder it correctly, so didn't get any output via minicom.
So asking all for your help, what should I do?
From past month, My dockstar is unable to boot into debian(pogoplug boots) because I had upgraded kernel using apt-get. I had posted in jeff's forum but could not follow up due to lack of time.
I have tried regenerating image using these commands:
Code:
/mnt/usr/bin/mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-2.6.32-5 -d /mnt/boot/vmlinuz-2.6.32-5-kirkwood /mnt/boot/uImage
/mnt/usr/bin/mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs -d /mnt/boot/initrd.img-2.6.32-5-kirkwood /mnt/boot/uInitrd
these commands completed without errors and generated two image. Still I can't boot. I have got the serial cable with me but I was not able to solder it correctly, so didn't get any output via minicom.
So asking all for your help, what should I do?