Assuming I wire up the clip correctly could I use this to Libreboot a ThinkPad?
It's a breadboard with an extender for a Raspberry Pi's pins flipped upside down, a Raspberry Pi Pico, jumper wires, and a clip that came with a CH341A that suffers from the issue of being 5V.
The issue I think would be length of the wires.
Any thoughts? I'd consider soldering something together but I don't have a soldering iron that would be great for something so small and I'm working with what I have on hand.
I also have a Raspberry Pi 4 and the CH341A that has the voltage issue if anyone has a better idea that might work.
You are flashing the chip directly so apart from inadvertent short circuits and such if it doesn't work you can just keep trying until it does.
As for wire length it all depends on how fast they clock the SPI bus when flashing. You'll probably be able to get away with 20cm or so without difficulty , I've driven SPI displays with that kind of wire length before.
I havent used a pico before but i have flashed a t440p with skulls(precompiled libreboot) i originally bought a pamona clip knockoff and flasher. But then made a lemmy post, and lots of people recommend using a raspberry pi, so i got a pi4 and in the event you brick it, you can backup the original bios before flashing. It was a bit finicky even with the pi but eventually got it to work!
Yap, should work fine. Just make sure to not skip reading the flash(es) 2-3 times followed by comparing the hashes of the dumps. If pico-serprog doesn't work, you can try pico-dirtyjtag (slow AF but gets the job done) or (in case your thinkpad is xx30) maybe 1vyrain
My thoughts are you should just try it. If the wire length is your biggest concern just try to minimize the distance between everything as much as possible. I assume the thinkpad can be positioned closer.
I'm guessing it's either an issue with the latency or internal resistance of the wires (as someone else mentioned) so unless I'm cutting and splicing the wires I don't think that will matter
A long wire is an antenna that will gather electromagnetic noise from the air and turn it into random signal on the line. Shorter wires will be less responsive and therefore less noisy, and you can also mitigate the problem by grounding everything properly. It's also possible that with the wires in that parallel ribbon, they may induce crosstalk on each other. If you want to be really careful, you could replace that big ribbon cable with an STP cable and ground the shielding jacket.
Also, a noisy/low quality power input to the Pi will produce noise in its circuits and ultimately the output. If you can, supply the power from something better than a wall wart.
Correct but it can be used to flash Libreboot on devices like the ThinkPad I mentioned in the title.
I'm asking if this configuration would be effective considering I've heard of people having issues with longer wires causing problems. Adding jumpers and a breadboard is just adding to that length.
I think they were under the impression I want to install Libreboot on the Raspberry Pi. Maybe they didn't get a good look at the photo or how it was cropped confused them