Conversation
|
I created an SD card with the Tow-Boot disk-image, followed by two more partitions, a 20M firmware partition (empty except for a single file, If I fit this SD card, power on the system, and leave it alone, it boots just fine. If I interrupt it by pressing Ctrl+C when prompted, it shows the menu, which is navigable using the keyboard. However, all of the "Boot from *" options fail, even "Boot from SD", despite there being a (clearly) bootable SD card fitted. Will continue to investigate... |
|
Note that the "firmware partition" you're adding is useless; in the NixOS generic sd image, that "FIRMWARE" partition is the IBF (Initial Boot Firmware, read: U-Boot) exclusively used for the Raspberry Pi family of hardware. Is that "bootable system partition" partition marked as bootable? Starting from the I guess I could test on any of my A64 targets for this. It wouldn't surprise me if the Boot from __ options are failing due to some weirdness, impurities and environmental pollution. I might have seen a similar issue previously while trying to boot some targets. |
Yes. I added a legacy bootable flag in fdisk.
I believe you're probably right. In theory the |
I do not own this board, it will need a tester before this is merged.