I have created a ramdisk image that is 34M uncompressed and a little under 13M compressed. When booting the kernel has trouble reading the ramdisk. I get the following error:
RAMDISK: gzip image found at block 0 ... more errors with 'attempt to access beyond...' follow.. |
I do finally get a bash (ash) prompt. However, none of the commands work.
My bootargs=
mem=96M console=ttyS0,115200n8 root=/dev/ram0 rw
initrd=0x82000000,34816K ip=off video=davincifb:vid0=720x567x16,2500K:vid1=720x5
76x16,2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_
enc_mngr.ch0_mode=davinci_enc_mngr.ch0_mode=ntsc v4l2_video_capture=device:MT9T0
31 vpfe_capture.interface=1
What could be the problem.
Thank you.