Closed GoogleCodeExporter closed 8 years ago
If I use u-boot from this package, my boot.scr works as expected.
http://ports.ubuntu.com/ubuntu-ports/pool/main/u/u-boot-linaro/u-boot-linaro-oma
p4-panda_2011.02.1-0ubuntu1_armel.deb
the uboot being provided for download should be updated.
Original comment by tjbake...@gmail.com
on 17 Feb 2011 at 9:40
All,
You have the option to rebuild u-boot and adjust your bootargs.
Simply adjust you u-boot/include/configs/omap4430panda.h as follows:
diff --git a/include/configs/omap4430panda.h b/include/configs/omap4430panda.h
index 1e2445b..4573dbe 100644
--- a/include/configs/omap4430panda.h
+++ b/include/configs/omap4430panda.h
@@ -147,10 +147,12 @@
" ip=dhcp"
#else
+#define CONFIG_BOOTDELAY 5
+
#define CONFIG_BOOTARGS "console=ttyO2,115200n8 mem=512M" \
- " init=/init vram=32M omapfb.vram=0:16M androidboot.console=ttyO2"
+ " root=/dev/mmcblk1p2 vram=32M omapfb.vram=0:16M "
-#define CONFIG_BOOTCOMMAND "booti mmc0"
+#define CONFIG_BOOTCOMMAND "mmcinit 0;fatload mmc 0 80300000 uImage;bootm
80300000"
#endif
Note: As we move to GingerBread release this bootup process will no longer be
supported. All images (zImage, ramdisk.img, system.img, boot.img, etc.. ) will
be flash using Andoird's fastboot utility. For information regarding fastboot
visit: http://www.omappedia.com/wiki/Android_eMMC_Booting
Original comment by orbarro...@gmail.com
on 19 Apr 2011 at 3:50
Original issue reported on code.google.com by
tjbake...@gmail.com
on 17 Feb 2011 at 9:32