On 5/10/06, hangtoo [off-list ref] wrote:
I try to make a new uRamdisk for my bubinga board(linux-2.6.14,PPC405EP).
actully I just copy the most of the files in the board,and compiled busyb=
ox with ppc tools.
but when I use the new uRamdisk for a try,it just showed up this errors(a=
s follow),then reboot,back and forth...
**************************************************
RAMDISK: incomplete write (-28 !=3D 32768) 4194304
I'm pretty sure this tells me that your ramdisk is not big enough.
Take a look at
http://www.vanemery.com/Linux/Ramdisk/ramdisk.html
If you are using LILO like in the example listed at the link above,
you need to make sure your ramdisk_size parameter is big enough.
That's what my gues is.
-stv