07-12-2021, 01:05 PM
(07-12-2021, 12:48 PM)moonwalkers Wrote:(07-11-2021, 11:36 AM)intervalz Wrote: Thanks so much for your reply. I installed the firmware from the first link you attached... but I'm having an issue with the second link. I tried executing the binary file in the brcm folder and got "Exec format error". I also received the same error on the rockchip folder's bin file. Please forgive my ignorance, but am I doing this wrong? (I'm trying this on Manjaro ARM).
You're not supposed to execute those binaries directly, you're supposed to copy them into a specific location in your file system, and then if you did that correctly they will be loaded automatically when the device driver modules initialize. Check https://github.com/daniel-thompson/pineb...#L234-L235 for details - specifically, you should be copying them files into /lib/firmware/brcm/
Thanks so much for your help! I'm going to give that a shot.