Gumstix u-boot 1.2
Posted by Motoma
I took the plunge and, at the risk of bricking my Verdex, updated u-boot. I can only begin to describe the improvements! The process was not nearly as perilous as I anticipated (though I did hold my breath when I rebooted the first time). Noteworthy improvements are the ability to load the kernel directly into the U-Boot environment, and the inclusion of ymodem file transfers over the serial line. The former reduces my boot time to a breathtaking 23 seconds, while the latter reduces rootfs flash time via serial connection by more than half! The process was simple enough: after running a make in the buildroot, you are given three files: rootfs_arm_nofpu.jffs2, u-boot.bin, and uImage. These are your root filesystem, u-boot image, and kernel image, respectively. The first step in the process of the u-boot upgrade is to replace the u-boot image. I used Hyper Terminal to do the transfer using the Kermit protocol:
Post your comment
Comments
-
When you run a full make in buildroot, you will end up creating three files: rootfs_arm_nofpu.jffs2, u-boot.bin, and uImage. u-boot.bin is the binary for u-boot, and the version you have depends on the revision of the buildroot you svn'ed. I know that revisions 1443 and later use 1.2, but I am sure 1.2 came standard before that particular revision.
Posted by , 11/06/2008 9:24am (3 months ago)
-
can u tell me where i can find the u-boot v1.2 for the gumstix?
Posted by , 11/06/2008 9:24am (3 months ago)