Це відео не доступне.
Перепрошуємо.

LFC

Поділитися
Вставка
  • Опубліковано 29 лис 2019
  • 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.

КОМЕНТАРІ • 329

  • @martinnash007
    @martinnash007 4 роки тому +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.

  • @corollayanki
    @corollayanki 3 роки тому +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.

  • @mahlapropyzm9180
    @mahlapropyzm9180 4 роки тому +5

    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 3 роки тому +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 2 місяці тому +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.

  • @oldbutstillcurious3615
    @oldbutstillcurious3615 3 роки тому +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.

  • @stanburton6224
    @stanburton6224 4 роки тому +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.

  • @remmyrambrandt9497
    @remmyrambrandt9497 Рік тому

    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 3 роки тому +1

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

  • @mhonferari
    @mhonferari 4 роки тому +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 2 роки тому

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

  • @DiagolonRider
    @DiagolonRider Рік тому

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

  • @Mustafay3sil
    @Mustafay3sil 4 роки тому +2

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

  • @alexalex9669
    @alexalex9669 4 роки тому +3

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

    • @SUNGOLDSV
      @SUNGOLDSV 3 роки тому +1

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

  • @DanielsGameVault
    @DanielsGameVault 4 роки тому +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.

  • @bitum21
    @bitum21 4 роки тому +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 3 роки тому

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

  • @TheWhiskey711
    @TheWhiskey711 2 місяці тому

    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?

  • @gd2329j
    @gd2329j 4 роки тому +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 4 роки тому

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

  • @retrogamer33
    @retrogamer33 4 роки тому +3

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

  • @coyotex850
    @coyotex850 4 роки тому +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

  • @psycopper1
    @psycopper1 Рік тому +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.

  • @user-xj6pl4rz6p
    @user-xj6pl4rz6p 22 години тому

    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+

  • @leoludwig7862
    @leoludwig7862 3 роки тому

    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 ????????

  • @GarrieMcLaws
    @GarrieMcLaws 4 роки тому +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

  • @user-xj6pl4rz6p
    @user-xj6pl4rz6p 9 днів тому

    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

  • @ElJibrin0
    @ElJibrin0 9 місяців тому +1

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

  • @ultraviolet.catastrophe
    @ultraviolet.catastrophe 2 роки тому

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

  • @fillip13
    @fillip13 Рік тому +1

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

    • @BR0KK85
      @BR0KK85 2 місяці тому

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

  • @radius.indrawan
    @radius.indrawan 4 роки тому +1

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

  • @almostdarkslide3851
    @almostdarkslide3851 4 роки тому +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.

  • @currencylad7125
    @currencylad7125 4 роки тому +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 4 роки тому +1

      Even Total Commander has Compare by content functionality.

    • @bitelaserkhalif
      @bitelaserkhalif 3 роки тому

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

  • @alessandrozax
    @alessandrozax Рік тому

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

  • @spykerhond7008
    @spykerhond7008 3 роки тому

    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.

  • @ShawnL87
    @ShawnL87 4 роки тому +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

  • @abnad2827
    @abnad2827 3 роки тому

    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.

  • @syafriyantoanto2341
    @syafriyantoanto2341 Рік тому

    hello mr. can you help me find the acer aspire one d255 bios, PAV70 LA-6421P, I've been looking but can't find it. please

  • @juanjaht4277
    @juanjaht4277 Рік тому

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

  • @yahyadadshah9408
    @yahyadadshah9408 2 роки тому

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

  • @aminemarref
    @aminemarref 4 роки тому +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  4 роки тому +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 4 роки тому

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

    • @Adamant_IT
      @Adamant_IT  4 роки тому

      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 4 роки тому

      @@Adamant_IT Thanks :-)

  • @said199785
    @said199785 2 роки тому

    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

  • @Kraxt0n
    @Kraxt0n 4 роки тому

    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.

  • @user-dw8tr7xh0k
    @user-dw8tr7xh0k 3 роки тому

    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.

  • @SuicidalTwinkie
    @SuicidalTwinkie 4 роки тому +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 4 роки тому

      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.

  • @adilzahidan5580
    @adilzahidan5580 2 роки тому

    hello..l have ezp2019+..when i click (test) this message appear(chip detected:93EEPRoM please manually select the corrisponding type burn)..but in the socket i put an SPI flash 25VQ32..there Is no 93eeprom!! what am i wrong??!

    • @Adamant_IT
      @Adamant_IT  2 роки тому +1

      The auto detect isn't great on the EZP, I would manually select the chip. If you can't find it in the software, it's not supported by that software version. I haven't used my EZP in a while (currently using an RT809f or a CH341a), so I'm not sure how much updating the software has had.

  • @supertronicageral3987
    @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

  • @nguyenquocdung27
    @nguyenquocdung27 3 місяці тому

    EZP2019 có thể hoạt động với chíp bios 1.8 V sao? chúng không cần adapter 3.3 to 1.8v ???

  • @Eleanor513
    @Eleanor513 8 місяців тому

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

  • @jeanyves5380
    @jeanyves5380 2 роки тому

    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.

  • @proditaki
    @proditaki 4 роки тому +9

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

    • @slip0n0fall
      @slip0n0fall 4 роки тому +1

      I second HxD, it's my go-to

  • @waltdorman1100
    @waltdorman1100 2 роки тому

    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 .

  • @gerardcc1897
    @gerardcc1897 2 роки тому

    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.

  • @bryllejohnverzola8844
    @bryllejohnverzola8844 4 роки тому +2

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

  • @bitelaserkhalif
    @bitelaserkhalif 3 роки тому +5

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

  • @bertr6741
    @bertr6741 3 роки тому

    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 3 роки тому

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

  • @lanphanh
    @lanphanh 2 роки тому

    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?

  • @hardkore360
    @hardkore360 3 роки тому +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.

  • @fatehfernane1666
    @fatehfernane1666 2 роки тому

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

  • @pantsi
    @pantsi 3 роки тому

    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.

  • @cristian_ema
    @cristian_ema 4 роки тому

    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

  • @rajanne2947
    @rajanne2947 Рік тому

    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.

  • @sstojsin
    @sstojsin Рік тому

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

  • @youssef-mu1jp
    @youssef-mu1jp 3 роки тому

    Hi i wanna ask you about the programming of eprom of tv do i put the eprom option or spi flash in software option and i think this programmer cannot erase because i tried it but the bank option giving me the fash is not empty may be there is a solution for it can you help me plz thx

  • @meladmazed3728
    @meladmazed3728 4 роки тому

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

  • @nandovieira3408
    @nandovieira3408 11 місяців тому +1

    Operação de fonte de alimentação única- 1,65 a 2,0 volts para leitura, apagamento e operação de programação-erações

  • @WolvenSpectre
    @WolvenSpectre 2 роки тому

    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.

  • @Mr11ESSE111
    @Mr11ESSE111 4 роки тому

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

  • @akierum
    @akierum 2 роки тому

    I need to flash mx25L12845e chip how do connect SOP 16-pin Clip to the programmer? What adapter I need?

    • @Adamant_IT
      @Adamant_IT  2 роки тому

      I have a SOP16 socket adaptor into 8-pin, looks like this: www.ebay.co.uk/itm/185513234157

  • @lottalava
    @lottalava 3 роки тому +1

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

  • @euphoricmonkey8409
    @euphoricmonkey8409 3 роки тому

    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.

  • @1333MG
    @1333MG Рік тому

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

  • @Dino-js3ww
    @Dino-js3ww 2 роки тому +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 2 роки тому +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
      ua-cam.com/video/8_sCP9a56cw/v-deo.html

  • @malcolmbale9566
    @malcolmbale9566 3 роки тому

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

  • @MrDinakdakan
    @MrDinakdakan 4 роки тому

    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  4 роки тому

      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 Рік тому

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

  • @drfreeman1609
    @drfreeman1609 3 роки тому

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

  • @LaSensacionStudios
    @LaSensacionStudios 3 роки тому

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

  • @speedyboishan87
    @speedyboishan87 Рік тому

    Where did you buy your EZP2019 kit from, Thanks

  • @slip0n0fall
    @slip0n0fall 4 роки тому

    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  4 роки тому

      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 2 роки тому

      ​@@Adamant_IT is compatível with Plcc32 ?

  • @denniskubik7360
    @denniskubik7360 4 роки тому

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

  • @ilyaseltrico445
    @ilyaseltrico445 3 роки тому

    Hi man hope you doing good
    So I'm having a problem in my asrock b450 steel legend it won't post tried multiple CPU's and it still won't display someone told me use the eeprom method do you think this gonna work replay fast please!

  • @junkies4463
    @junkies4463 3 роки тому

    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

  • @s4d429
    @s4d429 4 роки тому +1

    i have x570 tuf asus and i need to downgrade bios
    will ezp 2019 help me?

    • @Adamant_IT
      @Adamant_IT  4 роки тому

      You'll need to be able to remove the BIOS chip from the mobo, and most likely it'll need the 1.8v adaptor that I showed in this video too. I've still not had a successful result with the clamp cable, trying to flash the chip in-circuit doesn't seem to work.

  • @spiritualbeast5489
    @spiritualbeast5489 2 роки тому

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

  • @renrenrosalejos9419
    @renrenrosalejos9419 3 роки тому +1

    THIS WILL WORK TO ANY LAPTOP AND ANY DESKTOP SYSTEMBOARD?

  • @northpoint1039
    @northpoint1039 3 роки тому

    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.

  • @ngomaselefbmimi4197
    @ngomaselefbmimi4197 2 роки тому

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

  • @theodordan680
    @theodordan680 11 місяців тому

    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 10 місяців тому

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

  • @kcpbasiced315
    @kcpbasiced315 3 роки тому

    i got a question, i used the same software and programing tool, now after i flashed the bios, the loptop wont turn on.. before i flashed bios, its turning on and off, but after flashed it wont even light up.. can you help me what to do? or what would be the cause?

    • @northpoint1039
      @northpoint1039 3 роки тому

      Double check that your pin is soldered on correctly. I do believe pin 8 should have the 3V3 voltage on it to run the chip. Other idea is possibly wrong bios.

  • @Knebebelmeyer
    @Knebebelmeyer 4 роки тому

    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

  • @oddity4650
    @oddity4650 3 роки тому

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

  • @DirtyDozenGaming78
    @DirtyDozenGaming78 3 роки тому

    Ok I just bought this programer I plan on flashing my 5700xt that I bricked any suggestions

  • @brand007ful
    @brand007ful 3 роки тому

    Can I use this to flash the bios chip of the Asus b85m-g motherboard? Thanks

    • @Adamant_IT
      @Adamant_IT  3 роки тому

      Probably yes. Consider checking out the CH341A for a budget programmer as well, it's got good support and it's super cheap.

  • @FireballXL55
    @FireballXL55 4 роки тому

    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.

  • @manuelmunoz4054
    @manuelmunoz4054 Рік тому

    I bought this programmer but I don’t know if they are compatible with the 1.8v chips without adapter, if someone’s know pls help!

    • @Adamant_IT
      @Adamant_IT  Рік тому +2

      You will need a 1.8v adaptor, yes. Should cost less than $5 / £5

  • @severgun
    @severgun 2 роки тому

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

  • @MusicAlert242
    @MusicAlert242 Рік тому

    are there any programmers that can work with a Microsoft surface laptop 2?

  • @folgee7368
    @folgee7368 3 роки тому

    Hey guys I’m new to this but just wanted to know, since he was able to reflash bios. Does that technically mean someone can program their bios cfw and flash it?

  • @meeder78
    @meeder78 3 роки тому +1

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

  • @jefferybills5224
    @jefferybills5224 4 роки тому

    I have tried this a couple times but when i soldered the chip back on it doesn't work thankfully they where cheap boards

  • @strange7795
    @strange7795 3 роки тому

    hi man!
    so i got someone did this bios flashing for me but it didn't post i wanna know why you took the other chip from the motherboard i'm not talking about the bios the other chip that behind it and why ? do i have to programme it too ? pls answer ty

    • @Adamant_IT
      @Adamant_IT  3 роки тому

      This mobo is a dual-BIOS board, so it has two BIOS chips.

    • @strange7795
      @strange7795 3 роки тому

      @@Adamant_IT ok ty for replying i wanna know which programmer is good for my chip:mx25u12873f also is this chip 3.3 or 1.8v i wanna make sure before i flash and what do you recommend to do if this is your chip ? pls answer ty

  • @retrogamer33
    @retrogamer33 4 роки тому +2

    Also I'm scared to update my Gigabyte A320m-h motherboard after seeing the crap you went through.

    • @Sovek86
      @Sovek86 3 роки тому +1

      That was more due to his lack of reading what was and was not supported. Using a Bulldozer CPU for a Ryzen board was probably not the best of ideas.

  • @nickeystardust
    @nickeystardust 3 роки тому

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

  • @arthurdanielles4784
    @arthurdanielles4784 4 роки тому

    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  4 роки тому

      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 4 роки тому +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 ?!