LFC

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • So when I was messing around with the B450 Aorus M, I didn't think it would allow me to flash old BIOSs to test with. It actually did, so I never really needed this widget - but anyway here's a video showing how I used a USB EEPROM programmer to flash two blank BIOS chips with a backup of the factory chip. Now I have the means to fully recover a mobo that's BIOS bricked and does not have flashback. KIND OF INTERESTING.

Komentáře • 331

  • @martinnash007
    @martinnash007 Před 4 lety +30

    I think the dump was 16 MB not 16 KB as stated in the video. I.e. 16,384 KB is 16 MB or thereabouts.

  • @mahlapropyzm9180
    @mahlapropyzm9180 Před 4 lety +6

    Very interesting, thanks for that. A good idea to get all of the adapter gizmos too.
    Note that there will be a limit to the number of times you can desolder and resolder the chips before the pads give up the ghost, at which point you are quite hosed.

  • @user474u
    @user474u Před 3 lety +7

    eeeprom manufacturers test every new chip with some random data and then verify it to confirm the chip is good to go. Every brand new eeprom will have some data in it. You have to make it blank before using it. Thats like the "ok tested" digital tag for the new chip.

    • @caralynx
      @caralynx Před 3 měsíci +1

      Wrong, generally new chips are shipped blank so you don't need to erase before writing to them. If you see data on your flash chip, chances are it's been recycled.

  • @stanburton6224
    @stanburton6224 Před 4 lety +6

    Just for future reference, you shoul pull the coin cell for two reasons, first off it is still poweringvthe RTC/BIOS circuitry, second if you overheat it from the hot air it could leak nasty stuff on your board.

  • @oldbutstillcurious3615
    @oldbutstillcurious3615 Před 3 lety +2

    Adamant IT: An excellent app for comparing files is Beyond Compare (BC), I've used BC version 4 to compare hex data in files generated by a different brand of programmer. The app is versatile as it also compares handles text files etc. I think it is a try before you buy app, certainly one of my best buys - I marvel at its power.

  • @mhonferari
    @mhonferari Před 4 lety +4

    That specific program that you need was a new BIOS program for that type of motherboard. Just download it in the internet and write it into the chip. But before you start the process you need to erase the corrupt BIOS or the old BIOS written on that chip. There you can proceed reprogram the BIOS chip.

    • @dannyboyat12
      @dannyboyat12 Před 3 lety

      so if I wanted to rewrite the bios on a lapop where would if find the rreplacement bios

  • @remmyrambrandt9497
    @remmyrambrandt9497 Před rokem

    Thank you for the tutorial ! The flashing process worked flawlessly. The one thing that i had to do was to edit the CAP file (ASUS) and take out the CMOS battery for a minute. I did not had to use the clamp, i just removed the chip directly.

  • @spykerhond7008
    @spykerhond7008 Před 3 lety +1

    Very good film , you are the building blocks the entire internet should consist of.

  • @DiagolonRider
    @DiagolonRider Před rokem

    man that bios programmer and all those bits are the slickest thing since split bananas!

  • @coyotex850
    @coyotex850 Před 4 lety +3

    when it comes to bios problems the most common thing i see is people locking themselves out of it by setting a password and then entering in incorrectly a bunch of times, in most cases reseting it or trying to enter the boot menu is impossible so i think this tool could come in handy for that

  • @gd2329j
    @gd2329j Před 4 lety +4

    The programmer has a verify function .
    Load your file & verify it against the chip !
    Simple …
    RTFM it may help a bit or you can nibble on the chinglish .

    • @mazzahir
      @mazzahir Před 4 lety

      the author is not interested in answering my question.... can you plz help.
      1- I have downloaded latest Bios from Gigabyte and its not .Bin file. How would i convert it to .Bin????
      2- I use UEFI Tool and load the Bios file and save it as .Bin
      3- Load it to EZp tool, Erase data from chip, Write that converted .Bin bios data to chip.
      4- When it goes to Verify it gives a error.(Flash Check error address:20000h
      One thing is that when i plug Bios Chip into Ezp2019 kit, it always detect it as "Chip Detected - 24EEPROM" ... meanwhile i am using Gigabyte AorusM b450... same the author used.....

  • @Mustafay3sil
    @Mustafay3sil Před 4 lety +2

    I love your videos and especially your intro music mann. It is sooo goood.

  • @HuntersMoon78
    @HuntersMoon78 Před 4 lety +3

    Your overhead camera is bloody awesome with it's super macro.

  • @aminemarref
    @aminemarref Před 4 lety +1

    Cool. I like these videos that solve a hard technical problem with a laid-back attitude that makes look anything is solvable. My question: why did you unsolder the chip as opposed to just grabbing it with the "grabby dude" you showed at the beginning?

    • @Adamant_IT
      @Adamant_IT  Před 4 lety +2

      Honestly - I forgot that it was in the box and forged ahead with desoldering! The talking-head sections of this video (intro and latter part) where all recorded well after I did the actual repair work 😅

    • @aminemarref
      @aminemarref Před 4 lety

      @@Adamant_IT Cheers :-) I wanted to make sure that the crocodile clip thingy works and could actually grab the chip.

    • @Adamant_IT
      @Adamant_IT  Před 4 lety

      There's no reason why I shouldn't, but I'd expect it to be rather fiddly. Don't forget to take the RTC battery out.

    • @aminemarref
      @aminemarref Před 4 lety

      @@Adamant_IT Thanks :-)

  • @DanielsGameVault
    @DanielsGameVault Před 4 lety +1

    HxD is the program you can use for opening bin/rom files. It has a compare feature too....if you haven't come across it yet. Cheers.

  • @psycopper1
    @psycopper1 Před rokem +2

    An easy thing is load the downloaded bios file to the buffer then click verify. Note: If the bios file on the chip has been modified with just sa single parameter like password, they will be different and therefore there will be a verification error.

  • @ultraviolet.catastrophe

    This is super cool, man. Watching you work, I feel like I'm getting acquainted with forbidden knowledge. Again, very cool.

  • @corollayanki
    @corollayanki Před 3 lety +4

    I recommend using a hashing algorithm to create checksums and comparing them.
    I use md5sum on linux. I will read the bios and make a backup bin file. Then do it again. Then I take Md5 checksum on the two backup files and make sure their hashes are the same. This test just makes sure my flasher is reading the bios correctly. After I write the new bin file to bios, I will read bios and create 3rd backup file, then do md5sum on both the new bin file that I wrote on the chip and the 3rd backup file. This tests if the flasher wrote to the bios correctly. md5sum is a linux bash terminal tool that uses md5 checksum to verify data using md5 hashing. There has to be a Windows program that does md5 or sha checksums, but I don't know. My computer is linux. There could be a powershell equivalent.
    This might work, but don't have Windows to test!
    Get-FileHash -Algorithm MD5
    Run this on each bin file you want to compare and make sure their hashes are the same. If just one bit is different, than the hash will be completely different.

  • @bitum21
    @bitum21 Před 4 lety +7

    To compare the bios you need to put the chip on the programmer then select a bios as if to flash it an then press verify, and it will compare both an tell you if they are the same.

    • @gaborenyedi637
      @gaborenyedi637 Před 3 lety

      If this thing would work on a real operating system, there would be diff command. :)

  • @radius.indrawan
    @radius.indrawan Před 4 lety +1

    i think some male-female jumper cables that commonly used for breadboarding could be used for that JTAG-to-EZP2019 connection. :)

  • @spykerhond7008
    @spykerhond7008 Před 3 lety

    this is even better than the non bricked msi boards coupled with their in house flashing methods that are so deliberately laid with processor bug landmines. For the price the bastards can include a kit like this with motherboards and scrap all the plastic cableties and extra sata cables. Thanks for this informative piece of work.

  • @alexalex9669
    @alexalex9669 Před 4 lety +3

    Hi, Notepad++ could also be used to compare 2 files side-by-side. You have to install the compare plugin.

    • @SUNGOLDSV
      @SUNGOLDSV Před 3 lety +1

      But you can't use the HEX Editor and Compare plugin side by side
      Source: I have tried it

  • @GarrieMcLaws
    @GarrieMcLaws Před 4 lety +2

    The built in DOS command FC
    e.g. FC {file1} {file2}
    For more information about the command FC /?
    You can send the out to another file with something like this:
    FC {f1} {f2} > fc-output.txt

  • @proditaki
    @proditaki Před 4 lety +9

    Hello.
    HXD is fine for comparing hex files, also free :)

  • @bryllejohnverzola8844
    @bryllejohnverzola8844 Před 4 lety +2

    imagine i've watched the whole vid without skipping, thumps up sir. ;)

  • @MrDinakdakan
    @MrDinakdakan Před 4 lety

    i found the function of the lower slot: The programmer can copy one chip to another chip.
    When the programmer detects two chips on the socket, it will automatically start copying operation.
    1. When off-line copying, the programmer can link to 5V power as well as link to PC.
    2. The programmer can copy data to a 24 eeprom from another 24 eeprom.
    3. The programmer can copy data to a 25 flash from another 25 flash.
    4. The capacity of destination chip must be equal to source chip.

    • @Adamant_IT
      @Adamant_IT  Před 4 lety

      That's very interesting if it can do that without a computer link... I'll have to test it with some spare chips I've got 👌

    • @sipansibabdreddknot5179
      @sipansibabdreddknot5179 Před rokem

      this is what ive seen on the images posted on these ch341a online shop, now my hunch is verified right thnaks!

  • @almostdarkslide3851
    @almostdarkslide3851 Před 4 lety +13

    I suggest you to at least dump the bios twice so you can compare the two dumps, they are small anyway. As somebody already mentioned, use HXD to compare two files, if I remember correctly it also let you chose hexadecimal and other formats.

  • @waltdorman1100
    @waltdorman1100 Před 2 lety

    Great video I've been thinking about flashing the Bios on a old Dell Alienware laptop I was wondering where you bought your programmer ? I've seen a couple on eBay but not a complete kit like yours .

  • @hardkore360
    @hardkore360 Před 3 lety +1

    I would convert the bin files to PDF, and then use PDF compare in Adobe Acrobat Pro, it would easily do what you were after.
    We do this at work all the time when comparing older revs of documents against the latest revisions.

  • @user-xj6pl4rz6p
    @user-xj6pl4rz6p Před měsícem

    ok thing important solder a thin cable between the pin 4 and the ground... the clip is not evident to put on place... did my z170-a-pro with ezp2019+

  • @bitelaserkhalif
    @bitelaserkhalif Před 3 lety +5

    My idea: dual bios modchip on mobo that don't have dual bios, with tiny switch you can flip

  • @junkies4463
    @junkies4463 Před 3 lety

    So you write a new bios program from the Website? or use the old one from back up? sorry i didn't get the clear explanation about that (My Mother Language Isn't English) Thanks

  • @gerardcc1897
    @gerardcc1897 Před 2 lety

    Hello, first of all congratulations on the video.
    I have the same motherboard, and I have the problem that gives an image, the led dram turns on and then vga, and so on in a loop, it stops and turns on.
    If I unplug the gpu, it does the same.
    At what temperature do you desolder the eeprom?
    Thank you.

  • @slip0n0fall
    @slip0n0fall Před 4 lety

    Great video mate, thanks for taking the time. Maybe an obvious question, but in your research is it typical for the bin file provided from motherboard manufactures to reflect the entire contents of the flash EEPROM?

    • @Adamant_IT
      @Adamant_IT  Před 4 lety

      Yes, although 'empty space' data represented as say, a zero, still counts as data. So the BIOS file will still be 16MB on these AMD boards even if sections of the BIOS are unused.

    • @nunopereira7293
      @nunopereira7293 Před 2 lety

      ​@@Adamant_IT is compatível with Plcc32 ?

  • @currencylad7125
    @currencylad7125 Před 4 lety +3

    There are various file diff and merge tools with a GUI interface which, whilst their primary purpose is working with text files, will also allow you to compare and edit binary files (presented in a hexadecimal format).
    Examples are WinMerge (open source), Araxis Merge (30 day trial) and Guiffy (21 day trial, cross platform support).

    • @LamerCorp
      @LamerCorp Před 4 lety +1

      Even Total Commander has Compare by content functionality.

    • @bitelaserkhalif
      @bitelaserkhalif Před 3 lety

      HxD has that feature too
      This got rid of "mac address invalid both cmos and flash" on my ASRock board

  • @fillip13
    @fillip13 Před rokem +1

    The 25u12873f chip is a 1.8v chip? Do you need a 1.8v adapter to not damage the chip?

    • @BR0KK85
      @BR0KK85 Před 3 měsíci

      Same question. My x470u4 died on me after a flash.
      Same chip as he has in his video

  • @ElJibrin0
    @ElJibrin0 Před 10 měsíci +1

    Please what is the difference between
    ezp2019 vs ch341a and which one is better

  • @rajanne2947
    @rajanne2947 Před rokem

    in windows command prompt run "fc /b file1.bin file2.bin" and the output will give the file differences. fc is the file compare utility in windows! you can redirect the output to a text file if you want to study it later with " > difference.txt " too.

  • @meeder78
    @meeder78 Před 3 lety +1

    Very late reply but Winmerge or Windif will probably do what you want in terms of comparing files.

  • @sstojsin
    @sstojsin Před rokem

    Adamant IT you can use good old Total Commander multitool to compare two dumps, it has compare by content option.

  • @theodordan680
    @theodordan680 Před rokem

    small correction there, before removing the bios chip ALWAYS remove the bios battery (CR2032) as its powering the chip and you might run into bios corruptions, and furthermore..it can blow up in your face when using a heat gun around it...

    • @HatDog692
      @HatDog692 Před 11 měsíci

      yeah try using the clip one first... it's easy and more cheaper

  • @supertronicageral3987

    lets try on the top slot...IT WORK NOW!.. thank you .I was with some problem that the chip was not detected .and you shou me the way :) greeting from Portugal

  • @user-rj1gs3lz2r
    @user-rj1gs3lz2r Před rokem

    Thanks for the experiment. It helped me a lot.

  • @WolvenSpectre
    @WolvenSpectre Před 2 lety

    I have been looking at doing this for a X370 that appears to have a corrupted BIOS that won't post with no flashback. Now I am considering getting some extra chips and make this my excuse to finally get a hot air station as well. Thanks for the suggestion.

  • @jeanyves5380
    @jeanyves5380 Před 2 lety

    Hi , And thank's for your video.
    Do you know what are the requisites for bios chips?
    I do not want to buy anything else since i allready made an universal programmer card that may allready support these chips.
    Sorry if my english is wrong.

  • @Waaasil
    @Waaasil Před 3 lety

    Thank you for this valuable program

  • @Dino-js3ww
    @Dino-js3ww Před 2 lety +1

    Love your videos. I noticed a few comments on whether the clip works. I tried it and it does but with a lot of fidgeting and eventually you get lucky. You mentioned that it needs some mods before it can work properly, can you tell us a little more please. Also I was successful at erasing and writing the bios but every time I verify I get an error 10h. Can you help please. It would be great if you could do another video on the programmer

    • @Dino-js3ww
      @Dino-js3ww Před 2 lety +1

      I did some more research and I was able to do the mods needed to make this thing work with the clip, see link below for info, it explains step by step, it's very simple and actually works, I was able to fix a non working board.
      If you aren't too sure about soldering you must watch Adamant's "Soldering crash course with amateur equipment" it helped me!.
      Thank you Adamant
      czcams.com/video/8_sCP9a56cw/video.html

  • @lottalava
    @lottalava Před 3 lety +1

    you can convert the hex back to assembly, at least is more readable!

  • @wasfiiwasfi
    @wasfiiwasfi Před 4 lety +1

    also copying / dump of original bios is Very important because most the MB manufacturer these does not provide it, they only provide bios updates as parts of the full bin file, so when a MB/bios is bricked !! you need to search for it on forums (from a user who actually did a dump of him functional bios which is rare). this is why you need to build a well organized archives/backups/dumps of these bios.

  • @FireballXL55
    @FireballXL55 Před 4 lety

    Hi another good informative video.
    The BIOS chip is not powered by the CMOS battery although it is always better to be safe than sorry.
    I have on some laptops performed a BIOS crisis recovery where you hold down a key combination during power up, and it invokes a boot loader that is in mask ROM, this will import a new BIOS image from a USB stick.

  • @denniskubik7360
    @denniskubik7360 Před 4 lety

    You can change the Dumpfile with the Orginalflashfile and use simply the Verifyfunction of the Programmer to compare withe the Chipsaved Data...

  • @TheWhiskey711
    @TheWhiskey711 Před 3 měsíci

    What happens if I leave the clamp on the bios chip after programming and switch on the machine? (not connected to the programmer but just clamped on because it is really hard to get the clamp in place properly) in case I have to reprogram again?

  • @northpoint1039
    @northpoint1039 Před 4 lety

    In the States here, We have a lot of laptops with the ENE 9000 startup chips with the bios built into them. Can you do a video on this :) . I am to understand (?) that on those chips you have to backup the bios and another region for the actual firmware that runs the startup chip.

  • @pantsi
    @pantsi Před 3 lety

    Hey great video! thinking to buy this...!! Regarding the bios update in the Windows environment is it safe to update from the oldest version to the newest i understand not right? Which is the right step to flash all the bios versions gradually? Thanks.

  • @sendomc6427
    @sendomc6427 Před 10 měsíci

    A very good video keep it up man.

  • @juanjaht4277
    @juanjaht4277 Před rokem

    I have troubles to connect my EZP 2023, I have Windows 10, so how can I connect my device tonget ready?

  • @alessandrozax
    @alessandrozax Před rokem

    I have seen 2 winbond chip on that motherboard, how to recognize wich is the right chip to re-flash ? Regards Alessandro.

  • @ShawnL87
    @ShawnL87 Před 4 lety +1

    Like I said last video I ordered that mb and I was worried but when I received it, it does have the newest bios on it and it says 3000 ready so they must have found out they messed up and now sending them out with 3000 ready

  • @oddity4650
    @oddity4650 Před 3 lety

    So the supposed blank microchip actually had some software on it?, untill u erased it?

  • @ARITAmitsunobu
    @ARITAmitsunobu Před 4 lety

    I tried to repair the bios(L-I946GZ) by soldering (soldering iron) and it failed(For I thought that the one used in the video was a soldering iron.).
    I'm a beginner, so it seems that I have to use hot air (heat gun).
    What kind of hot air (heat gun) should I get?
    If you could teach me, it'll helps a lot.

  • @renrenrosalejos9419
    @renrenrosalejos9419 Před 3 lety +1

    THIS WILL WORK TO ANY LAPTOP AND ANY DESKTOP SYSTEMBOARD?

  • @papakinph270
    @papakinph270 Před 2 lety

    Thank you for this video it help me alot!

  • @euphoricmonkey8409
    @euphoricmonkey8409 Před 4 lety

    Nice video. Im buying one to flash a SOP16 chip on a ToughSwtich TS=5-POE. The Winbond chip is faulty but the bootloader part of the file in intact; the full firmware doesn't boot. I'll copy it then hopefully TFTP'ing to the new chip and flashing again should fix the problem.

  • @user-xj6pl4rz6p
    @user-xj6pl4rz6p Před měsícem

    hi again can we have a direct on a board reprogramming ? i need to flah a brick card and id like to know if possible before to buy the ez2019

  • @RajuSharma-rn8cn
    @RajuSharma-rn8cn Před 10 hodinami

    When I flash 25Q32 flash ic
    I face flash check address error any solution please help

  • @reidarcederqvist
    @reidarcederqvist Před 3 lety

    I would have loved to have one of these when I bought a first-gen motherboard for a second-gen ryzen and had to take the motherboard back to the shop for an upgrade

  • @SuicidalTwinkie
    @SuicidalTwinkie Před 4 lety +1

    Could you link me to the adapter that would be needed for the header on Asus boards, because my board also has one. The bios on my board recently got bricked after a bios update, though it's still under warranty so I'm gonna RMA it. But It'd be cool to have this as a backup if something were to happen in the future.

    • @SuicidalTwinkie
      @SuicidalTwinkie Před 4 lety

      To anyone that is interested. I found a programmer that can work with the SPI header on my ASUS motherboard (and other boards I assume that have similar headers). Its the FlashCatUSB Classic. When you order if you can get it a 8 pin 2mm pitch jumper cable, which you need for the header on the board. I really wish I knew about it before I RMA'd my board.

  • @leoludwig7862
    @leoludwig7862 Před 3 lety

    I have an MSI A68HM-E33 board ,which stops at Post boot screen and my keyboard and mouse is NOT responding in order to go to bios. Will re-flashing the bios gets me into the bios in order to change my boot order ???? Is my """ stuck in post boot""" a corrupted bios issue ????????

  • @yahyadadshah9408
    @yahyadadshah9408 Před 2 lety

    do the flasher read 1.8v flashes out of the box ? so why they sent an 1.8 adapter in the package also ?

  • @deminybs
    @deminybs Před 4 lety

    He sure said "dump" alot , lots of good doody jokes

  • @whovisionsCGI
    @whovisionsCGI Před 3 lety

    Links to where you got it from?? How much was import duty?? I think I might need one of these. 👍

  • @Kraxt0n
    @Kraxt0n Před 4 lety

    why did you desolder the chip? ive got to flash an asus prime b450 plus board myself bc some mother fr traded me a board and didn say the bios had a bad flash and it wont display but does power on no beeps..i have a flasher but last time i did a gpu i didnt desolder the chip i simply used the clamp?? why diid you take the chips off? please explain?
    NEVER MIND BUD got to the end seen its NOT needed to flash it thanks. will edit if im able to flash this board and save it gonna run a 1080 strix with a 2400g for my wife. i have a 2070 super ftw3 ultra+ with a 1600af@4.1ghz @1.33volts.

  • @ngomaselefbmimi4197
    @ngomaselefbmimi4197 Před 2 lety

    thank you did very well, sorry sir my question your write one bin to all two bios chip?

  • @CoccoUri
    @CoccoUri Před 3 lety

    Very intersting video!

  • @Eleanor513
    @Eleanor513 Před 9 měsíci

    Hello, do you know can we read the car srs module with this ezp? And fix it

  • @akierum
    @akierum Před 2 lety

    Did you do 4pin to GND mod ? I could not use my chip clip without it.

  • @saarike
    @saarike Před 4 lety

    Excellent video about flash programming. Now i can consider to buy one of these from china. Thank you.

  • @jameswubbolt7787
    @jameswubbolt7787 Před 3 lety

    You are awesome .That's the coolest stuff
    THX.

  • @arthurdanielles4784
    @arthurdanielles4784 Před 4 lety

    Ah those were the days with the old American megatrends bios chips mounted in sockets that you could prise off and substitute or re program. I wonder if you could replace the ones onboard with sockets and then remount them? Course surface mounts wouldn't have the pin length but I suppose you could replace the surface mounts chips with ones that do plug into a socket?

    • @Adamant_IT
      @Adamant_IT  Před 4 lety

      Theoretically you could convert a mobo to a socket if you were swapping chips all the time... I've noticed that a lot of new boards (X470 and up) have pin connectors near the mobo chip you can use to interface. Not acquired the cables for them yet though.

    • @arthurdanielles4784
      @arthurdanielles4784 Před 4 lety +1

      @@Adamant_IT I'll stay aware of that- it was a real treat back in the 90s with the Maplin catalogues that gave you pages and pages of new chips et with pin layouts Vccs and more data to chew over. Ah a dying age and my daughters both enjoy my vast collection from valve radios (working) to early transistor pocket to reel to reel to cassette to mini disc to cd to ! All working and experienced by them to realize modern tech often doesn't have the build quality or the sound warmth particularly from my valve amp system. 14 hz too 24Khz you can hear the pin drop on that ☺
      One thing I have found is the way manufacturers are chucking out ie motherboards with issues more and more regularly. That raven ridge APU caught me out recently re a no post no vid out simply cos the bios even on a board supposedly Ryzen 3 3000 ready wouldn't run a 3 3200G though replaced with a Ryzen 5 3600 it did post et no probs. Years ago you did factory quality control but these days? and as for after sales service ?!

  • @nickeystardust
    @nickeystardust Před 3 lety

    What is the difference between the backup and the main chip? is it the same BIN file?

  • @sabretgonlum
    @sabretgonlum Před 3 lety

    Thank you very much for your information...

  • @lanphanh
    @lanphanh Před 2 lety

    I watched and and like your video regarding flashing the BIOS chip.
    I has the Dell Precision T5500. The BIOS doesn't support PCIE NVMee SSD Boot.
    The Dell OptiPlex 7010 has the same old features that doesn't support the PCIE NVMe boot also, but they modified the BIOS drivers to make it bookable.
    Can you modified the Dell Precision T5500 BIOS to boot off the PCIE NVMe SSD? If you can. Would you please show us how?

  • @bertr6741
    @bertr6741 Před 3 lety

    we have the same bios chip, the MX25U128.. type.. but based on the datasheet its a 1.8V types, you just plugged it in directly to the programmer but get detected and reprogrammed.. mine was not detected and i had to use the 1.8V adapter.. but still won't go.. btw im using the CH341A programmer and the software is Asprogrammer 1.4 .. which both can't detect the 25U128. i had to manually select chip, after reprogramming for several minutes, read the chip, and its empty.. or do I need to buy the EZP2019 ? or try the software bundled to that ?

    • @ilyaseltrico445
      @ilyaseltrico445 Před 3 lety

      i have the same chip MX25U12873FM2I (asrock b450) any information on how to flash the right way

  • @fatehfernane1666
    @fatehfernane1666 Před 2 lety

    hello, does this EZP-2019 SPI programmer work with 5 volt automotive eproms like 93 and 95?

  • @malcolmbale9566
    @malcolmbale9566 Před 3 lety

    Do you know by any chance where the bios chip is on a toshib Tecra r850-119 laptop motherboard?

  • @yousceffrasad668
    @yousceffrasad668 Před 3 lety

    Tnx for sharing with us... nice one sir....

  • @markharoldespinosa1023
    @markharoldespinosa1023 Před 11 měsíci

    thank you for this video

  • @abnad2827
    @abnad2827 Před 3 lety

    Hello,
    I want to reprogram the eeprom 24s08 of my lenevo T500 pc, because the bios is corrupted. I can't find a copy of the original Bios ..
    .bin, I need your help to get an identical copy to the original.
    Thanks in advance.

  • @LaSensacionStudios
    @LaSensacionStudios Před 4 lety

    Very good video. I have a motheboard h61h2-cm with bios problem (No Video) this can work with my motherboard?

  • @cristian_ema
    @cristian_ema Před 4 lety

    I have an problem with 28lc128i chip ,when I'm writing the chip it's adding some extra data that is not supposed to do ,why is that ? I don't know if the problem is in the software or the hardware

  • @severgun
    @severgun Před 2 lety

    For drivers you can use Zadig and install libusb one without disabling signing enforcement.

  • @yohanesprastiyo7491
    @yohanesprastiyo7491 Před 4 lety

    thats very very interesting, thanks for your doing.

  • @1333MG
    @1333MG Před rokem

    Which cable do I need to connect the j-tag to the flasher? idc 2.5 mm 10 pin?

  • @lezyhun
    @lezyhun Před 3 lety

    Adamant IT, I need your advice please, Is Ch341a mini programmer good? Because from what I've seen and read it has faulty manufacture it outputs 5 volts instead of 3 volts, which is a problem when applying work on computer bios chips.
    Another question, if I placed the 1.8 adapter on the mini programmer wether it outputs 3v or 5v would it work on computer bios chips? Thank you.

    • @lezyhun
      @lezyhun Před 3 lety

      My bios chip is winbond 25q128fvsg.

    • @Adamant_IT
      @Adamant_IT  Před 3 lety +1

      It's good, but needs modification. I haven't tested to see if the 5v issue persists through a 1.8v adaptor though... theoretically that may resolve it. I've got a video coming up on this though, I'm going to mod mine and check into all of this.

    • @lezyhun
      @lezyhun Před 3 lety

      @@Adamant_IT thank you very much for the info and also thanks for your efforts, I'm going to wait for this video and see it, really appreciate it, hey by the way your voice sounds like Hugh Jackman's, I like it 😊🙂

    • @ppal64
      @ppal64 Před 2 lety

      @@lezyhun I have programmed a windbond 250 128FV without adapter using CH341a on a dell Alienware PC. Get the spec sheet for your chip and check the voltage.

  • @spiritualbeast5489
    @spiritualbeast5489 Před 2 lety

    hey bud do you have link to the software for the flasher? I have ezp_xpro v2 but cant find software anywhere

  • @said199785
    @said199785 Před 2 lety

    HI ADAMANT
    I ORDERED THIS AND SHIPPED TO ME IN 20 DAYS
    but now i have a problem with 24c64 ic chip
    its not recognized
    does that tell me that the chip is burned or which adapter i have to use

  • @Knebebelmeyer
    @Knebebelmeyer Před 4 lety

    you have to use uefi tool or an equivalent one to read this files....with this tool you can change something in the bios, like the uefi boot support for nvme drives on older boards, that havent a nvme slot

  • @drfreeman1609
    @drfreeman1609 Před 3 lety

    I did the exact same but after soldering the bios chip back there's no signal just black screen :( what could it be??

  • @meladmazed3728
    @meladmazed3728 Před 4 lety

    EZP2019 programmer does supported winbond flash 25Q32FVSIG or not as I try to write or erase but failed?

  • @Mr11ESSE111
    @Mr11ESSE111 Před 4 lety

    is this good for motherboards which dont give dispay on monitor but everything works from ventilators,start,lights....?