Re: armv7.img does boot on BeagleBone (White)
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 24, 2024 at 05:15:33PM -0400, Lwazi Dube wrote: > Trying to boot from MMC1 > Loading Environment from FAT... OK [..] > efi_runtime_relocate: Relocation at 8ff579d8 is out of range (73a92) How does the environment data get on the fat partition? Usually the images run with the u-boot built-in default environment. Some address in that environment wrong would be my first guess. Martin