Initializing ramdisk

2009-10-07 Thread Tivy, Robert
Hi Folks, A colleague is trying to increase the size of his ramdisk from 16MB to 24MB, and one of the steps he's taken is to increase the size for 'initrd' in bootargs: bootargs=console=ttyS0,115200n8 root=/dev/ram initrd=0x8090,24M init=/bin/ash lpj=5000 mem=80M bootcmd=bootm 0x8070

RE: Initializing ramdisk

2009-10-07 Thread Pedanekar, Hemant
@linux.davincidsp.com] On Behalf Of Tivy, Robert Sent: Thursday, October 08, 2009 6:45 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Initializing ramdisk Hi Folks, A colleague is trying to increase the size of his ramdisk from 16MB to 24MB, and one of the steps he's taken

Re: Initializing ramdisk

2009-10-07 Thread Brian G Rhodes
Brian G Rhodes wrote: Pedanekar, Hemant wrote: Rob, Make sure you have CONFIG_BLK_DEV_RAM_SIZE set to support 24MB+ ramdisk size in your kernel configuration. You can also specify ramdisk_blocksize=24000 in your bootargs. The units are KiB. My apologies. I meant