Bug 1119741
| Summary: | Downstream patches regression on tegra (paz00) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas Chauvet (kwizart) <kwizart> |
| Component: | uboot-tools | Assignee: | Dennis Gilmore <dennis> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dan, dennis, jdisnard, pbrobinson, pwhalen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-19 23:38:24 UTC | Type: | Bug |
| 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
Nicolas Chauvet (kwizart)
2014-07-15 12:10:58 UTC
kwizart: As requested numerous times please add ARM blockers to the appropriate tracker ticket I'm still testing (so close to every distro patches are disabled in the git repo) but using only some limited patches (that attempt to use the generic distro concept) worked: http://fedorapeople.org/cgit/kwizart/public_git/uboot-tools.git/commit/?id=2266cdda1c0da96cac6204188cfd00f781bb8310 So it means something in the disabled "device specifics" or HYP patches affected the tegra platform (and maybe others). Unfortunately I broke my trimslice serial cable before to do the test. Before that, I can confirm that vanilla uboot version 2014.07 and current git both operate correctly. the current package based on 2014.04 with OOT patches does not operate correctly on trimslice and paz00. This was tested putting trimslice in recovery mode and using: tegrarcm --bct trimslice-mmc.bct --bootloader u-boot-dtb-tegra.bin --loadaddr=0x108000 The remaining test candidate is jetson-tk1 which works correctly in vanilla uboot git despite I still cannot boot: Tegra124 (Jetson TK1) # run bootcmd switch to partitions #0, OK mmc1 is current device Scanning mmc 1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf 1130 bytes read in 48 ms (22.5 KiB/s) Ignoring unknown command: ui Ignoring malformed menu command: autoboot Ignoring malformed menu command: hidden Ignoring unknown command: totaltimeout Ignoring unknown command: default=Fedora Fedora-Minimal-armhfp-21-20140724 Boot Options. 1: Fedora (3.16.0-0.rc7.git3.1.fc21.armv7hl) 21 (Twenty One) Enter choice: 1: Fedora (3.16.0-0.rc7.git3.1.fc21.armv7hl) 21 (Twenty One) Retrieving file: /initramfs-3.16.0-0.rc7.git3.1.fc21.armv7hl.img 12227903 bytes read in 642 ms (18.2 MiB/s) Retrieving file: /vmlinuz-3.16.0-0.rc7.git3.1.fc21.armv7hl 5934800 bytes read in 502 ms (11.3 MiB/s) append: ro root=UUID=95cb244d-889f-4ac8-bd8c-e8f8612f10bc LANG=en_US.UTF-8 Retrieving file: /dtb/tegra124-jetson-tk1.dtb 42784 bytes read in 721 ms (57.6 KiB/s) Wrong Image Format for sysboot command ERROR: can't get kernel image! Kernel image @ 0x81000000 [ 0x000000 - 0x5a8ed0 ] ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Using Device Tree in place at 82000000, end 8200d71f Starting kernel ... -------------------- fdtdir is still not updated across kernel updates But that's issues not related to uboot itself... Now the distro support patchset is upstream for Tegra in 2014.10rc1 we don't use any downstream patches. If there's still a problem is should be reported upstream. |