Project

General

Profile

Packaging Request #3309

Updated by bill-auger over 1 year ago

Hey! With help of a Manjaro ARM contributor (dsimic), I managed to fix the PKGBUILD of uboot-pinebook, so it now properly cross-compiles to aarch64. dsimic told me that <code>arm-none-eabi-gcc</code> was not the right dependency, and when building natively in aarch64 hardware, <code>gcc</code> was always used instead of <code>arm-none-eabi-gcc</code> because the <code>CROSS_COMPILE</code> variable was not set.

This customized and Parabola-branded u-boot package contains a <code>/boot/extlinux/extlinux.conf</code> that will load <code>linux-libre-64</code> and then it will mount the root filesystem labeled <code>PARABOLA</code>, <code>Parabola</code>, so the rest of the system can start.

I lost track of the Git history, so I will simply send you the files.

Back