-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ucode.bin missing during Make process for firmware image bcm43439a0 #578
Comments
It looks like the ucode.bin file was maybe supposed to be generated in the patches make process? Trying to run make in that folder I got this error: Does this mean I improperly installed some 32 bit libraries on my 64 bit Raspberian? |
Come to think of it, when I had to build /usr/lib/arm-linux-gnueabihf/libisl.so.10 from source, ./configure failed because I needed to specify an architecture, and I wasn't sure which to specify. |
Those are probably two unrelated issues. Regarding The failed ucode extraction seems to be a different issue, I'll have a look soon. Until then, you can just remove the failing target from the Makefile, as you do not need it for the RPi4. |
I'm a dummy - you said use kernel 5.4, not 15 -> let me try that and see if it works. |
I ran into similar issue, using latest raspios-bookworm-arm64-lite image. To fix libisl.so issue make sure before you create symbolic link outlined in official readme here. Instructions 4-5: DO MAKE SURE libisl.so.23.0.0 does indeed exist as in my case it was named libisl.so.23 and same for libmpfr.so.6.1.0 and this one for me was simply libmpfr.so.6 Updated instructions 4-5 that got me *to almost * be able to compile patch for bcm43455c0/7_45_234_4ca95bb_CY. I am however running into this issue when i attempt make file(running make in nexmon root): running make on patches/bcm43455c0/7_45_234_4ca95bb_CY/nexmon dir: I will update if I find anything else out :P hope this helps anyone! |
I was successfully able to get this to work/compile, figured out ucode issue I was running into on my system. For whatever reason bcm43439a0 was giving compile errors during ucode process, so I simply removed this dir using I then was able to run make in nexmon root dir, as well as patch for bcm43455c0/7_45_234_4ca95bb_CY. Here is results success! Now we have super awesome firmware 😎 , (it compiles but will it run lol I will update again if not working) p.s Anyone running LITE raspos version should also run This fixed |
Wasn't expecting |
Hello,
I am trying to follow your build process on a Raspberry Pi 4 Model B with linux kernel version 15.15. When attempting to make at the top folder level, I get an error when extracting the ucode for firmware image 43439a0. Looking in the subdirectories, it appears that the ucode.bin file is indeed missing.
Below is the error I'm getting:
EXTRACTING UCODE
ERR: ram file empty or unavailable.
make: *** [Makefile:17: ucode.bin] Error 1
The text was updated successfully, but these errors were encountered: