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 807818
Summary: | Review Request: uboot-panda - U-Boot for pandaboard | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
Component: | Package Review | Assignee: | 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: | rawhide | CC: | 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 14:00:36 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:03:00 UTC
I really don't like what I see here and in issue #807819. Why not to package u-boot and to build all packages (as a sub-packages) from it? the source doesnt clean and rebuild well. there is one more development board that needs packaged up also. these are the boatloader binaries needed to be installed into the system to be able to boot, and they have some special handling that they need to ensure you can boot the board.you really dont want to actually update it once installed. the MLO files need to be written first to the first partition on the sdcard that is vfat formated. what specifically do you not like about these? updated to 2012.04 release has some very useful new features Spec URL: http://ausil.us/packages/uboot-panda.spec SRPM URL: http://ausil.us/packages/uboot-panda-2012.04-0.1.fc18.rc2.src.rpm Testing on my Panda A2, 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 |