Raspberry Pi EEPROM Manager
Raspberry Pi EEPROM Manager (rpi-eeprom-mgr) is a menu-driven front-end for rpi-eeprom-update.
Available actions are:
Display EEPROM Status
Update Bootloader EEPROM
Edit Bootloader Configuration
Update VL805 (USB) EEPROM
Remove Pending Update
Change Firmware Directory
Disable Automatic EEPROM Updates
Enable Automatic EEPROM Updates
Automatic EEPROM Update Status
All actions have a confirmation prompt before being executed.
Available actions are:
Display EEPROM Status
Update Bootloader EEPROM
Edit Bootloader Configuration
Update VL805 (USB) EEPROM
Remove Pending Update
Change Firmware Directory
Disable Automatic EEPROM Updates
Enable Automatic EEPROM Updates
Automatic EEPROM Update Status
All actions have a confirmation prompt before being executed.
- Attachments
-
- rpi-eeprom-mgr.zip
- (3.15 KiB) Downloaded 736 times
Last edited by RonR on Tue Sep 01, 2020 2:43 am, edited 2 times in total.
Re: Raspberry Pi EEPROM Manager
Great , is in the official repository?RonR wrote: ↑Fri Aug 21, 2020 12:06 amRaspberry Pi EEPROM Manager (rpi-eeprom-mgr) is a menu-driven front-end for rpi-eeprom-update.
Available actions are:
Display EEPROM Status
Update Bootloader EEPROM
Edit Bootloader Configuration
Update VL805 (USB) EEPROM
Remove Pending Update
Change Firmware Directory
Disable EEPROM Update Service
Enable EEPROM Update Service
All actions have a confirmation prompt before being executed.
Re: Raspberry Pi EEPROM Manager
Nice job.
Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.
The previous version contained two actions that allowed automatic EEPROM updates to be disabled/enabled:
Disable EEPROM Update Service
Enable EEPROM Update Service
These actions have been replaced by:
Disable Automatic EEPROM Updates
Enable Automatic EEPROM Updates
Automatic EEPROM Update Status
These new actions allow automatic EEPROM updates to be disabled/enabled without exacerbating the Serious Problem in Bootloader EEPROM.
The previous version contained two actions that allowed automatic EEPROM updates to be disabled/enabled:
Disable EEPROM Update Service
Enable EEPROM Update Service
These actions have been replaced by:
Disable Automatic EEPROM Updates
Enable Automatic EEPROM Updates
Automatic EEPROM Update Status
These new actions allow automatic EEPROM updates to be disabled/enabled without exacerbating the Serious Problem in Bootloader EEPROM.
Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.
rpi-eeprom-mgr has been enhanced to circumvent the issue described in the topic: Serious Problem in Bootloader EEPROM
rpi-eeprom-mgr now ensures that no previous EEPROM updates are pending, thus preventing the possibility of an endless EEPROM reprogramming loop.
rpi-eeprom-mgr has been enhanced to circumvent the issue described in the topic: Serious Problem in Bootloader EEPROM
rpi-eeprom-mgr now ensures that no previous EEPROM updates are pending, thus preventing the possibility of an endless EEPROM reprogramming loop.
Re: Raspberry Pi EEPROM Manager
Why not share this via a Github (or similar) repository rather than a download that some might be suspicious of? I certainly won't download a random zip
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter
Pi Interests: Home Automation, IOT, Python and Tkinter
Re: Raspberry Pi EEPROM Manager
To be fair it's a bash script which can easily be examined before execution.
E8 85 A2 40 C9 40 81 94 40 81 95 40 89 84 89 96 A3
Still NF Shirls
Still NF Shirls
Re: Raspberry Pi EEPROM Manager
Typo on line 368 "errrxit"
Re: Raspberry Pi EEPROM Manager
It's attached to the first post of this topic (rpi-eeprom-mgr.zip).
Simply extract rpi-eeprom-mgr (unzip rpi-eeprom-mgr.zip), make it executable (chmod +x rpi-eeprom-mgr) and run it (sudo ./rpi-eeprom-mgr).
[/quote]
Where do i put "rpi-eeprom-mgr"? I extracted it on my desktop but when i go into command line and type in "chmod +x rpi-eeprom-mgr". I get an error that says " chmod: cannot access 'rpi-eeprom-mgr': No such file or directory "
I am stuck on what to do from here. Please help
Simply extract rpi-eeprom-mgr (unzip rpi-eeprom-mgr.zip), make it executable (chmod +x rpi-eeprom-mgr) and run it (sudo ./rpi-eeprom-mgr).
[/quote]
Where do i put "rpi-eeprom-mgr"? I extracted it on my desktop but when i go into command line and type in "chmod +x rpi-eeprom-mgr". I get an error that says " chmod: cannot access 'rpi-eeprom-mgr': No such file or directory "
I am stuck on what to do from here. Please help
Re: Raspberry Pi EEPROM Manager
skr1b wrote: ↑Wed Sep 23, 2020 3:51 amWhere do i put "rpi-eeprom-mgr"? I extracted it on my desktop but when i go into command line and type in "chmod +x rpi-eeprom-mgr". I get an error that says " chmod: cannot access 'rpi-eeprom-mgr': No such file or directory "
I am stuck on what to do from here. Please help
You can put rpi-eeprom-mgr anywhere you like.
If it resides on your desktop and you open a command prompt in /home/pi, you would execute:
Code: Select all
chmod +x Desktop/rpi-eeprom-mgr
sudo Desktop/rpi-eeprom-mgr
or
Code: Select all
cd Desktop
chmod +x rpi-eeprom-mgr
sudo ./rpi-eeprom-mgr
Last edited by RonR on Wed Sep 23, 2020 9:00 pm, edited 1 time in total.
Re: Raspberry Pi EEPROM Manager
You can put rpi-eeprom-mgr anywhere you like.
If it resides on your desktop and you open a command prompt in /home/pi, you would execute:
or
[/quote]
Thanks but no luck still getting same error message for both . Am I doing something wrong? File is still on my desktop
chmod: cannot access 'Desktop/rpi-eeprom-mgr': No such file or directory
chmod: cannot access 'rpi-eeprom-mgr': No such file or directory
If it resides on your desktop and you open a command prompt in /home/pi, you would execute:
Code: Select all
chmod +x Desktop/rpi-eeprom-mgr
sudo Desktop/rpi-eeprom-mgr
or
Code: Select all
cd Desktop
chmod + x rpi-eeprom-mgr
sudo ./rpi-eeprom-mgr
Thanks but no luck still getting same error message for both . Am I doing something wrong? File is still on my desktop
chmod: cannot access 'Desktop/rpi-eeprom-mgr': No such file or directory
chmod: cannot access 'rpi-eeprom-mgr': No such file or directory
Re: Raspberry Pi EEPROM Manager
I just tried both methods here and they both work as expected.
Is your command prompt running in /home/pi/Desktop when you run 'chmod +x rpi-eeprom-mgr'? Does 'ls -l' show rpi-eeprom-mgr?
Re: Raspberry Pi EEPROM Manager
I just tried both methods here and they both work as expected.
Is your command prompt running in /home/pi/Desktop when you run 'chmod +x rpi-eeprom-mgr'? Does 'ls -l' show rpi-eeprom-mgr?
[/quote]
I attached a screen shot of what I tried. How do i know if my command prompt is running in home/pi/desktop? Im using Putty![Image]()
Is your command prompt running in /home/pi/Desktop when you run 'chmod +x rpi-eeprom-mgr'? Does 'ls -l' show rpi-eeprom-mgr?
[/quote]
I attached a screen shot of what I tried. How do i know if my command prompt is running in home/pi/desktop? Im using Putty
- Attachments
-
- Screenshot
- Screenshot 2020-09-23 150427.png (32.52 KiB) Viewed 2877 times
Re: Raspberry Pi EEPROM Manager
I attached a screen shot of what I tried. How do i know if my command prompt is running in home/pi/desktop?
Your command prompt shows your current location:
pi@retropie:~/Desktop $
The '~' means your HOME directory (/home/pi).
What does 'ls -l /home/pi/Desktop' show? You should see whatever is on your Desktop, including:
Code: Select all
-rw-r--r-- 1 pi pi 13505 Sep 23 17:19 rpi-eeprom-mgr
Both of your attempts were incorrect.
In the first one, you typed rpi-eeprom=mgr instead of rpi-eeprom-mgr.
In the second one, you typed '+ x' instead of '+x'.
Something else to try is: 'find ~ -name rpi-eeprom-mgr'
It should display: '/home/pi/Desktop/rpi-eeprom-mgr'
Re: Raspberry Pi EEPROM Manager
Your command prompt shows your current location:
pi@retropie:~/Desktop $
The '~' means your HOME directory (/home/pi).
What does 'ls -l /home/pi/Desktop' show? You should see whatever is on your Desktop, including:
Both of your attempts were incorrect.
In the first one, you typed rpi-eeprom=mgr instead of rpi-eeprom-mgr.
In the second one, you typed '+ x' instead of '+x'.
Something else to try is: 'find ~ -name rpi-eeprom-mgr'
It should display: '/home/pi/Desktop/rpi-eeprom-mgr'
[/quote]
I did the above and attached a screenshot. Its not showing up even though its on my desktop?
pi@retropie:~/Desktop $
The '~' means your HOME directory (/home/pi).
What does 'ls -l /home/pi/Desktop' show? You should see whatever is on your Desktop, including:
Code: Select all
-rw-r--r-- 1 pi pi 13505 Sep 23 17:19 rpi-eeprom-mgr
Both of your attempts were incorrect.
In the first one, you typed rpi-eeprom=mgr instead of rpi-eeprom-mgr.
In the second one, you typed '+ x' instead of '+x'.
Something else to try is: 'find ~ -name rpi-eeprom-mgr'
It should display: '/home/pi/Desktop/rpi-eeprom-mgr'
[/quote]
I did the above and attached a screenshot. Its not showing up even though its on my desktop?
- Attachments
-
- Screenshot 2020-09-23 163316.png (22.24 KiB) Viewed 2835 times
Re: Raspberry Pi EEPROM Manager
Re: Raspberry Pi EEPROM Manager
RonR wrote: ↑Wed Sep 23, 2020 11:41 pm
One last shot...
Code: Select all
sudo find / -name rpi-eeprom-mgr
nothing... so strange. What if i put the file somewhere in my pi folder with SSH? Like retropie/configs/all or somewhere it might be able to read it other then my desktop?
Re: Raspberry Pi EEPROM Manager
I don't know what you have on your desktop that appears to be rpi-eeprom-mgr, but Linux says there's no file by that name anywhere on your system.
It doesn't matter where you put rpi-eeprom-mgr as long as you can find it, make it executable with chmod, and run it.
Re: Raspberry Pi EEPROM Manager
You didn't exactly answer his question.
Raspberry Pi OS (32-bit) with desktop and recommended software
Raspberry Pi 4 Model B 8GB at stock speed (never overclock)
Never overclock your Pi.
Encourage optimization instead.
Raspberry Pi 4 Model B 8GB at stock speed (never overclock)
Never overclock your Pi.
Encourage optimization instead.
Re: Raspberry Pi EEPROM Manager
AkulaMD wrote: ↑Thu Sep 24, 2020 3:20 amYou didn't exactly answer his question.
It appears the answer is no:
Code: Select all
root@raspberrypi:~# apt search rpi-eeprom-mgr
Sorting... Done
Full Text Search... Done
root@raspberrypi:~#

Re: Raspberry Pi EEPROM Manager
It appears the answer is no:

[/quote]
Well...i tried it. And it atleast now says its on my system... can you help me from here now with correct commands?
Code: Select all
root@raspberrypi:~# apt search rpi-eeprom-mgr
Sorting... Done
Full Text Search... Done
root@raspberrypi:~#

[/quote]
Well...i tried it. And it atleast now says its on my system... can you help me from here now with correct commands?
- Attachments
-
- Screenshot 2020-09-23 204727.png (4.24 KiB) Viewed 2745 times
Re: Raspberry Pi EEPROM Manager
Code: Select all
sudo chmod +x /opt/retropie/configs/all/rpi-eeprom-mgr
sudo /opt/retropie/configs/all/rpi-eeprom-mgr
Re: Raspberry Pi EEPROM Manager
INCREDIBLE! It workedRonR wrote: ↑Thu Sep 24, 2020 3:56 amCode: Select all
sudo chmod +x /opt/retropie/configs/all/rpi-eeprom-mgr sudo /opt/retropie/configs/all/rpi-eeprom-mgr
