Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 807819

Summary: Review Request: uboot-beagle - U-Boot for beagleboard
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: lemenkov, notting, package-review, pbrobinson, robertcnelson
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-20 13:59:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 245418    

Description Dennis Gilmore 2012-03-28 20:05:54 UTC
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

Comment 1 Dennis Gilmore 2012-04-19 13:43:40 UTC
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

Comment 2 Robert Nelson 2012-04-19 15:59:08 UTC
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,

Comment 3 Dennis Gilmore 2012-04-20 13:59:27 UTC
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