I've had zero luck with external flashing. I've tried the CH341A programmer and a Raspberry Pi to flash an X200, haven't gotten it to work. If you're referring to the Wolfgang video, I followed that video as close as I could, but it didn't work.
Libreboot
A Lemmy community for Libreboot, the essential firmware for fully liberating your laptop!
Libreboot is a free (libre) BIOS/UEFI replacement. Based on coreboot, the aim is to distribute low-level boot firmware that is 100% free software, and easy to use.
Post questions, issues, victories, defeats and more here!
If you'd like to help me with (or fully take over) moderation, just let me know!
Never on X200, but I've tested this on X230, X60, and W530. It all works.
Perhaps measure the voltage if you really wanna be careful. If you're lazy, you can test by getting a similar flash chip and flashing it.
Extra tip: you can use Arduino as external power.
Thanks a ton. I've been looking into this myself, and it seems like the issue was mostly due to a few faulty CH341a models, and it also seems that newer models allow a toggle between 3.3v and 5v. But reassuring that it's worked well for you too.
I think I might get a cheap multimeter as they can come for less than $10, just to be safe. Could be a good long term investment!
Are you saying that you got multiple faulty CH341a?
I did ran into an issue of inconsistent chip reading and the issue turned out to be the lack of amps. For that I attached an external power supply. Arduino works as long as the AC plug is used (not the USB).
Oh sorry I meant I've seen reports that the voltage issue was due to a few faulty programmers, I've personally never used one.
Interestingly, this video also brings up amps as the root cause, not volts. I might get an Arduino in that case just for more control, but would you say it's beginner-friendly? This would be my first time attempting libreboot (or any kind of chip programming for that matter)..
You'd only need to plug the power in and connect the 3v3 & ground to the chip. I was only mentioning this because then you'd never have to set the voltage and a lot of people have it laying around. Otherwise, any DC power supply would do as long as you can get that 3.3v output.
I don't have any experience with that but what I can tell you, you can build a voltage divider for using 2 resistors. So that's definitely possible on a budget m
This is a handy calculator https://ohmslawcalculator.com/voltage-divider-calculator which you use to plugin the input and the desired output voltage. I hope that helps!