Bug 2071266
Summary: | Kernel panic on ROCK64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jordan Williams <jordan> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, jarodwilson, jglisse, jonathan, josef, kernel-maint, kevin, lgoncalv, linville, masami256, mchehab, pbrobinson, ptalbert, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | aarch64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-25 17:01:51 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
Jordan Williams
2022-04-02 14:28:26 UTC
You'll need the have the firmware on the SPI flash, or else use --target=none and shrink the front of the VFAT partition before you write out U-Boot using update-uboot. I suspect it may be you be overwriting part of the kernel. I flashed U-Boot to SPI, but U-Boot fails to boot from either eMMC or SD Card. eMMC: ``` U-Boot SPL 2022.04-rc5 (Mar 28 2022 - 00:00:00 +0000) Trying to boot from MMC1 Card did not respond to voltage select! : -110 spl: mmc init failed with error: -95 Trying to boot from MMC2 mmc_load_image_raw_sector: mmc block read error SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### ``` SD Card: ``` U-Boot SPL 2022.04-rc5 (Mar 28 2022 - 00:00:00 +0000) Trying to boot from MMC1 Card did not respond to voltage select! : -110 spl: mmc init failed with error: -95 Trying to boot from MMC2 Card did not respond to voltage select! : -110 spl: mmc init failed with error: -95 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### ``` I flashed U-Boot to SPI according to https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/ but flashed `idbloader.img` instead of `idbloader.spi` since that isn't available for the ROCK64. I created the SPI flashing disk using the command `sudo spi-flashing-disk --target=rock64-rk3328 --media=/dev/sda`. So, I got to test out your other method. Resizing the partition for Fedora IoT was no success, but this appears to be unrelated as I lost console output when the bootloader jumped to the kernel. Fedora Minimal didn't boot via SPI either, but when I reduced the size of the VFAT partition before adding U-Boot per your instructions it boots and hasn't crashed! This message is a reminder that Fedora Linux 36 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 36 on 2023-05-16. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '36'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 36 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed. Fedora Linux 36 entered end-of-life (EOL) status on 2023-05-16. Fedora Linux 36 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed. |