-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error: make: *** [Makefile:222: gen/ucode.bin] Error 1 #331
Comments
This might help you: #263 |
I tried to downgrade the kernel version. Thank you. |
No need to downgrade. |
Thanks again for your useful reply. Really appreciate your help. Could you help me with python-is-python2 as well? when I try to install, I get this error: Package python-is-python2 is not available, but is referred to by another package. E: Package 'python-is-python2' has no installation candidate Really appreciate your support. |
The installation script calls a tool that expects python to be of version 2. Please consult the search engine of your choice to figure out how to get the environment in that you are executing the Makefile to use python version 2. There are plenty of resources out there about this. |
The tool we are talking about uses a shebang here. So if you manage to install python2 on your system you can also edit this to use version 2 directly. |
Wow I can run nexmon_csi on kernel 6 if I do that? Time to start compiling new binaries then! :D Update: |
@jlinktu Sorry for bothering you again. I have made the changes as per your suggestion and started from the beginning. However, source setup_env.sh, when I run make, it give me following error. Could you please help me with that? I have installed python2 already and made changes as per your suggestions. I get this error: EXTRACTING UCODE I have already gone through seemoo-lab/nexmon#578 and #32 but no help. Kindly help me to get out of this situation. Thank you very much for your time and support. |
Maybe your system is missing If the above doesn't help, please do the following and report the full output:
|
Thank you so much for your prompt reply. I have installed xxd but getting same error. after running cd firmwares/bcm43439a0/7_95_49_2271bb6 getting this error: EXTRACTING UCODE |
Run |
@jlinktu Thank you so much. It has worked but at the end I have got this warning. Could you please let me know what is this? APPLYING PATCHES gen/nexmon.mk => brcmfmac43455-sdio.bin (details: log/patches.log) You are a great support. Really appreciate it. |
The latest raspbian uses a 64-bit kernel and a 32-bit userland. Nexmon_CSI is not supported for 64-bit kernels (afaik), so you'll need to switch over to a 32-bit kernel. Add I did that 2 days ago and got working binaries, but they worked only once and I got a nexutil error every time after reboot. I'll take another look at it soon and upload them to nexmon_csi_bin after testing. |
Excuse me, I may have a similar problem with the questioner. A new issue has been raised. |
Excuse me, I may have a similar problem with the questioner. A new issue has been raised. |
Hi,
I am getting the below error while trying to install the firmware. My kernel version is 6.1.0. When I downgrade it to 5
4 or 4.19, the Raspberry Pi does not boot.
Please help me to install it.
make install-firmware
COLLECTING STATISTICS read /home/muzammil/nexmon/STATISTICS.md for more information
COMPILING src/version.c => obj/version.o (details: log/compiler.log)
PATCHING UCODE src/csi.ucode.bcm43455c0.7_45_189.patch => src/csi.ucode.bcm43455c0.7_45_189.asm
ASSEMBLING UCODE src/csi.ucode.bcm43455c0.7_45_189.asm => gen/ucode.bin
make: *** [Makefile:222: gen/ucode.bin] Error 1
The text was updated successfully, but these errors were encountered: