Hide Forgot
Spec URL: http://ausil.us/packages/uboot-beagle.spec SRPM URL: http://ausil.us/packages/uboot-beagle-2011.12-1.fc18.src.rpm Description: This package contains a U-Boot boot loader for the beagleboard
updated to 2012.04-rc2 release Spec URL: http://ausil.us/packages/uboot-beagle.spec SRPM URL: http://ausil.us/packages/uboot-beagle-2012.04-0.1.fc18.rc2.src.rpm
Testing on my Beagle C4, after rebuilding the *.src.rpm on f17-armhf... Please also add u-boot.img as a export file to the spec... mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/ install -p -m 0644 u-boot.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/ install -p -m 0644 u-boot.img $RPM_BUILD_ROOT%{_datadir}/%{name}/ install -p -m 0644 MLO $RPM_BUILD_ROOT%{_datadir}/%{name}/ Background, in u-boot when the SPL infrastructure was added to replace the older X-Loader, it was decided to load a u-boot.img (with u-boot wrapper) vs the older raw u-boot.bin. So on the sd card: MLO -> u-boot.img -> uEnv.txt -> kernel... Regards,
ive worked out how to build this from the uboot-tools package and am building an update now. i have included the u-boot.img file as well