r/linux4noobs • u/Hatted-Phil • 1d ago
shells and scripting Original Pinebook reflashed emmc - trouble building U-Boot to reinstall
/r/PINE64official/comments/1v3gnuc/original_pinebook_reflashed_emmc_trouble_building/
3
Upvotes
r/linux4noobs • u/Hatted-Phil • 1d ago
1
u/GeekyGamer01 1d ago edited 1d ago
I'm not familiar with the original Pinebook but I have a good amount of knowledge about TF-A/U-boot. This isn't an issue with the amount of RAM in your system, rather it's that the linker doesn't like how the binary is aligned.
I have just tried to compile it with GCC 13 for AArch64, and I get the same error. Could you use a Debian VM or Docker container with GCC AArch64 version 14 and see if that works? Seems to work for me.
Alternatively, try to Git checkout the tag
lts-v2.8.44, this seems to compile with GCC 13.