Bug 1576039
Summary: | Fedora on Pine 64 LTS issues | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||
Component: | uboot-tools | Assignee: | Peter Robinson <pbrobinson> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 29 | CC: | dan, dennis, jdisnard, pbrobinson | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | uboot-tools-2018.09-0.4.rc3.fc29 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-09-11 12:44:29 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: | |||||||
Attachments: |
|
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'. arm-trusted-firmware-1.5-4.20180830.fc29 bcm283x-firmware-20180829-3.ec3f856.fc29 uboot-tools-2018.09-0.4.rc3.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-56bc88dfb2 arm-trusted-firmware-1.5-4.20180830.fc29, bcm283x-firmware-20180829-3.ec3f856.fc29, uboot-tools-2018.09-0.4.rc3.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-56bc88dfb2 arm-trusted-firmware-1.5-4.20180830.fc29, bcm283x-firmware-20180829-3.ec3f856.fc29, uboot-tools-2018.09-0.4.rc3.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1433292 [details] The output of all the commands that I ran in uboot. Description of problem: Two problems: 1. Uboot not picking the right dtb file 2. Its not able to save the env after giving the right dtb file How reproducible: Everytime Steps to Reproduce: 1. fedora-arm-image-installer --image=Fedora-Minimal-28-1.1.aarch64.raw.xz --target=sopine_baseboard --media=/dev/mmcblk0 And then under uboot: 2. env print | grep fdtfile fdtfile=allwinner/sun50i-a64-pine64-plus.dtb 3. setenv fdtfile allwinner/sun50i-a64-sopine-baseboard.dtb 4. env print | grep fdtfile fdtfile=allwinner/sun50i-a64-sopine-baseboard.dtb 5. => saveenv Saving Environment to FAT... Card did not respond to voltage select! ** Bad device mmc 1 ** Failed (1) Saving Environment to MMC... Card did not respond to voltage select! !MMC init failed Failed (1) 6. => mmc list SUNXI SD/MMC: 0 (SD) SUNXI SD/MMC: 1 => mmc dev 0 switch to partitions #0, OK mmc0 is current device => mmc dev switch to partitions #0, OK mmc0 is current device Since I am not able to save the env, whenever it reboots, I have to set it again in uboot which is a headache.