04-18-2023, 03:37 PM
Just for the record, I finally managed to get it working. I can't know, but I'd say that the answer was indeed in that missing "issue #107" as the solution was simply to add a U-Boot variable. Just drop to the U-Boot console in the first boot and type:
And that's it! The "saveenv" command makes the change permanent so from this point on you can forget about the issue. I'll make a PR on the Github repository to update the README.
BR,
Pedro Lobo.
Code:
setenv initrd_high 0x10000000
saveenv
boot
And that's it! The "saveenv" command makes the change permanent so from this point on you can forget about the issue. I'll make a PR on the Github repository to update the README.
BR,
Pedro Lobo.