-
-
Notifications
You must be signed in to change notification settings - Fork 66
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: Extra parameter found" when Flashing Bottom Chip T430 #275
Comments
I'm having an identical issue. Possibly related/similar to #52? |
Quick update: I used a swab and some alcohol to clean off the IC and was just barely able to read the lettering on it. My laptop's bottom chip is a W25Q64CV, so I just went into the script and manually overwrote the chip type. This is obviously not a proper solution, but it may be workable until someone more knowledgeable than me can fix this. |
Thank you for your comments. And did you successfully flash the bottom chip after you manually overwrote the chip type in the script? |
Flashing the bottom chip succeeded after I modified the script. I don't recall the exact modification, but it was just something like adding the line |
I read through the script "external_install_bottom.sh". I noticed that with the -c option you can specify a chip in the command line already. I could not find any inscription on the chip (or it was completely unreadable). Therefore I tried to run the script with -c option with all chips (W25Q64BV/W25Q64CV/W25Q64FV/W25Q64JV-.Q), one chip after another. The last chip W25Q64JV-.Q worked. |
@mansjals you should probably reopen this issue. Even if we were able to get our respective cases sorted out, it is something that probably needs to be fixed in the scripts for others. |
I got this same error, and resolved it by entering "W25Q64BV/W25Q64CV/W25Q64FV" as an option with -c |
thanks for reporting. there are definitely chips missing in the script. That can basically only be done iteratively on an empirical basis :) so @mansjals you had |
@merge sorry for the slow reply! I can confirm that it was exactly |
Yes, for me worked W25Q64JV-.Q. |
For what it is worth running I also resolved it by re-running the script as |
Hello!
I flashed top chip successfully. The top chip (for BIOS) was detected as MX25L3206E/MX25L3208E.
I get this message when trying to flash the bottom chip:
xx@raspberrypi:~/skulls-1.0.9 $ sudo ./external_install_bottom.sh -m -k t430-bottom.bak
Skulls
Please select the hardware you use:
Please select the hardware flasher: 1
Ok. Run this on a Rasperry Pi.
trying to detect the chip...
Detected W25Q64BV/W25Q64CV/W25Q64FV
W25Q64JV-.Q.
make: Entering directory '/home/xx/skulls-1.0.9/util/ifdtool'
make: Leaving directory '/home/xx/skulls-1.0.9/util/ifdtool'
Intel ME will be cleaned.
The flash ROM will be unlocked.
Start reading 2 times. Please be patient...
flashrom v1.3.0 on Linux 6.1.0-rpi4-rpi-v8 (aarch64)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Error: Extra parameter found.
Please run "flashrom --help" for usage info.
xx@raspberrypi:~/skulls-1.0.9 $
How can I get around this error message?
Thank you for your help.
The text was updated successfully, but these errors were encountered: