Giter Site home page Giter Site logo

Comments (11)

CrashAndSideburns avatar CrashAndSideburns commented on August 15, 2024

I'm having an identical issue. Possibly related/similar to #52?

from skulls.

CrashAndSideburns avatar CrashAndSideburns commented on August 15, 2024

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.

from skulls.

mansjals avatar mansjals commented on August 15, 2024

Thank you for your comments. And did you successfully flash the bottom chip after you manually overwrote the chip type in the script?
If everything worked out a screenshot of the modified script would be great.

from skulls.

CrashAndSideburns avatar CrashAndSideburns commented on August 15, 2024

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 CHIPNAME="W25Q64CV" (I don't know if your chip is necessarily the same one).

from skulls.

mansjals avatar mansjals commented on August 15, 2024

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.
My machine is now running on coreboot.
I really appreciate your help.

from skulls.

CrashAndSideburns avatar CrashAndSideburns commented on August 15, 2024

@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.

from skulls.

JM1705 avatar JM1705 commented on August 15, 2024

I got this same error, and resolved it by entering "W25Q64BV/W25Q64CV/W25Q64FV" as an option with -c

from skulls.

merge avatar merge commented on August 15, 2024

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 W25Q64JV-.Q working? @CrashAndSideburns had W25Q64CV Can you confirm the exact model name, and I'll add those 2 at least.

from skulls.

CrashAndSideburns avatar CrashAndSideburns commented on August 15, 2024

@merge sorry for the slow reply! I can confirm that it was exactly W25Q64CV.

from skulls.

mansjals avatar mansjals commented on August 15, 2024

Yes, for me worked W25Q64JV-.Q.
Thank you for your great software!

from skulls.

native-son avatar native-son commented on August 15, 2024

For what it is worth running ./external_install_bottom.sh -m -k <backup-filename> from the 1.0.9 release on a T440p generated this same "Error: extra parameter found" error.

I also resolved it by re-running the script as ./external_install_bottom.sh -c W25Q64BV/W25Q64CV/W25Q64FV -m -k <backup-filename>

from skulls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.