-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rasberry Pi 4 Flash EEPROM firmware failes on RB4 #41
Comments
This appears to be a custom flashing script so not sure why you are reporting the issue here. |
As the TS already mentioned, it is OUR flashing script that gets inserted implicitly if the user selects an EEPROM image. As far as it not working on Pi 4.
To:
It SHOULD work on Pi 4 as well. |
I will test out your suggestion. If this works them is will modify the project page to include a hardware target drop-down for RB4/CM4/RB5 and apply the change to config.txt when the project is activated. My main use case is for CM4 and our custom carrier board, but we still sell products using RB4 and might be also using RB5. Just trying to make everything automated and have consistency with EEPROM versions and configurations. Also, need to test the automatic Lable feature with a Brady i3300. Is there any additional documentation on this feature? Thank you. |
Don't need a drop down. No support for Pi 5 at the moment. Brady printers should work if they have the network module. |
Changing to [pi4] worked, thank you. Is there a form dedicated to this project? I have lots of questions about customizing pre-install scripts. |
23:17:52 Error during preinstall. Return code 1. Script output:
===
Running pre-installation script 'Flash EEPROM firmware (stable/pieeprom-2023-01-11.bin)'
#!/bin/sh
set -e
curl --retry 10 --silent --show-error -g -o pieeprom.bin "http://172.20.0.1/uploads/pieeprom.bin"
echo "d9cd69334b26953eb66509ae751960b51aa1103786a736d9f63eefeb2e2cffc8 pieeprom.bin" | sha256sum -c
pieeprom.bin: OK
flashrom -p "linux_spi:dev=/dev/spidev0.0,spispeed=16000" -w "pieeprom.bin"
flashrom v1.1 on Linux 5.4.83-scriptexec (armv7l)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
linux_spi_init: failed to open /dev/spidev0.0: No such file or directory
Error: Programmer initialization failed.
The text was updated successfully, but these errors were encountered: