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.

  • Steamymoomilk@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 hours ago

    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!

  • NeoNachtwaechter@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    6 hours ago

    Take care of a good power supply to the Pi and to that flasher device.

    From my experience, it often fails if you simply use power from USB. Then I connect a real power supply directly to the small device and it all works.

  • pastermil@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    9 hours ago

    You should check whether Pi Pico is supported by flashrom.

    If it’s supported, then you can flash. At the end of the day, your BIOS doesn’t care how it get in there.

    • Corroded@leminal.spaceOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours ago

      Could errors during the flashing process be dangerous though or would it just mean trying again until it works?

      • Dave.@aussie.zone
        link
        fedilink
        arrow-up
        3
        ·
        6 hours ago

        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.

        • Corroded@leminal.spaceOP
          link
          fedilink
          English
          arrow-up
          4
          ·
          9 hours ago

          Because it can be very finicky and I don’t know what the ramifications would be if the wire length did cause issues flashing the firmware.

          I would follow the installation steps and make a backup and check that back up but I don’t know how badly errors during the flashing process would effect the laptop.

          Plenty of people also seem to use the CH341A unmodified without issue but I don’t know if the 5V issue may cause problems in rare situations or if it’s a complete gamble of whether or not it could brick your device. If it’s only an issue if you do something like jostle the clip while it’s doing something than it would be a lot easier for me to just go that route

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            3
            ·
            9 hours ago

            Chances are it is fine. I don’t believe the flasher goes terribly fast. Also isn’t there some sort of checksumming? I’ve never owned one of these devices but they are pretty popular so chances are if there was a serious danger a quick search would show it

  • Sanctus@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    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.

    • Corroded@leminal.spaceOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      7 hours ago

      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

      • NaibofTabr@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        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.