On Mon, 2011-07-25 at 12:50 +0530, Nagaraj CH wrote: > Hi all, > > > What are the boot arguments to boot panda board to bring up codeZero.. >
#define CONFIG_BOOTARGS "console=ttyO2,115200n8 mem=10M vram=32M omapfb.vram=0:24M init=/init root=/dev/mmcblk0p2 rw rootdelay=2" #define CONFIG_BOOTCOMMAND "mmcinit 0 ; fatload mmc 0:1 0x810f8000 final.elf ; go 0x81100000" This should work I think. You can also do 'printenv' on u-boot console to see default values. -- Thanks Amit Mahajan _______________________________________________ codezero-devel mailing list [email protected] http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org
