frank-w / u-boot

U-Boot-Bootloader for BananaPI-R2/R64/R2Pro/R3
55 stars 22 forks source link

Hard-coded 32MB kernel limitation #19

Open rasatpetabit opened 4 months ago

rasatpetabit commented 4 months ago

Is there some reason you're still hard-coding kaddr 0x46000000 into the u-boot vars, and imposing a 32mb kernel size limit? I'm still running into this on all the defaults even on the 2024-07-bpi branch?

frank-w commented 4 months ago

if you have a better memory-layout which works also with initrd i can change it ;) it was the address working and i had no issues yet with it

rasatpetabit commented 4 months ago

I think I've seen you use kaddr 0x48000000 to give it a bit more room in other places? But it would surely be nice to have a proper fix for this.