I am working on openwrt with Pandaboard (OMAP4430) and have build the images for the pandaboard.
I want to boot pandaboard from sd card , so I made 2 partition in sd card one is /boot and other /rfs and have copied following images:
MLO, u-boot.img , omap4-panda.dtb , openwrt-omap-zImage in /boot partition
untar the openwrt-omap-Default-rootfs.tar.gz in /rfs partition.
Now when I plugin my sd card in board its not able to boot properly and showing repetitive messages:
OMAP4430 ES2.1
Bypassing DPLL failed 4a008180
reading u-boot.img
reading u-boot.img
U-Boot SPL 2013.10 (Oct 15 20!5 - 13:11819)
OMAP4430 ES2.1
Bypassing DPLL failed 4a008180
reading u-boot.img
reading u-boot.img
U-Boot SPL 2013.10 (Oct 15 2015 - 13:11:19)
OMAP4430 ES2.1
Bypassing DPLL failed 4a008180
reading u-boot.img
reading u-boot.img
Please help me to solve the problem.
Or if someone can tell the procedure how to boot with openwrt images from sd card for the panda board as I am new and doing first time.