friendlyarm / sd-fuse_rk3568

37 stars 16 forks source link

Scripts don't work on native Arm64 #12

Open HeyMeco opened 10 months ago

HeyMeco commented 10 months ago

I use Ubuntu on aarch64 and noticed that the scripts are made for x86 devices. Small changes like checking the architecture at the beginning of the script and using aarch64-linux-gnu-gcc in the cross-compiler variabel make it work. Would be great to run the build scripts natively

@lawrencetg @friendlyarm