-
Notifications
You must be signed in to change notification settings - Fork 70
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
Raspberry 4B - start4.elf is not compatible #77
Comments
Last time we checked, it was impossible to get rpi4, so we couldn't try it and release a new version. |
Damn, I fell for this sentence: Bump Raspbian => Support of every RaspberryPi versions up to 4" Would it be possible to send you a model of Raspberry Pi 4 to see what is wrong with it or I can try on my side to make it work without much guarantee. |
That is a bootloader issue. |
@gallypette Will try, thanks for the info. |
Successfully booted after switching to the newest boot. Some failed in the capture. Need to try if the solution works fine. |
After several attempts, the boot process is successful and we are able to reach the login screen, however, the USBs are not being properly mounted, which is causing issues with the analysis process. Without access to the necessary account to review logs and other information, it is difficult to troubleshoot. I am looking for feedback from others who may be experiencing similar issues. |
Issues can be closed, have succesfully made CIRClean works on the lastest Raspberry Pi 4B. |
Nice, do you mind sharing how? That would be super useful for others (and when we will finally manage to get a rpi4). |
We made some adjustments to the VL805 USB controller on the Raspberry Pi 4 to only recognize two of the USB ports. This was done to avoid any impact on the normal mounting process. Initially, we tried to have all four USB ports working, but we encountered a conflict when mounting and copying files. We also had an issue where the analyzed files were not being stored on the intended USB drive. To solve this problem, we modified the fstab file. These modifications allowed us to ensure that the analyzed files were being saved on the correct USB drive. Not much complicated to be honest, the most challenging part was to "recreate" the solution to get a complete handle on the debugging. |
Hello, The ".img.gz" file on the https://circl.lu/projects/CIRCLean/ website does not work and outputs the same error as described in this thread. Taking the boot files from a clean raspbian image did not work either. Could you tell me what version of the image I should aim to install with a Raspberry 4B ? Thanks for your help, |
Hello,
I have an issue with a Raspberry 4B when trying to boot.
The error is
start4.elf: is not compatible
This board requires newer software
Anyone experienced the same ?
Thanks.
The text was updated successfully, but these errors were encountered: