are u use the uboot as the bootloader? bootloader trans the bootargs to the kernel . If u are using uboot as your bootlaoder,u can set it in uboot, this following cmd: setenv bootargs.
If u are using the default cmd line in kernel .then u should can it in make menuconfig . 2009/11/24 ?? ? <[email protected]> > hi, > first u have to format your sd card with ext2. > then copy the rootfs files to the card,and modify your linux > BOOT_CMD_LINE root=/dev/mmcblk0p1 to specify the sd card as the root > device. Be sure your sdcard device work. > > regards, > tony > 2009/11/22 Frédéric <[email protected]> > > Hi, >> >> I just compiled Android and I want to put files on SD card in order to >> make it starting up. Is there any procedure? >> >> regards, >> >> >> >> Frederic >> >> -- >> unsubscribe: >> [email protected]<android-porting%[email protected]> >> website: http://groups.google.com/group/android-porting >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
