Try our *UPDATED* boardview, bios, & schematic search. Over 2.3 million files for download!

problem with asus tuf A17 FA707NUR

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boticario
    IN THE LIMBO
    • Mar 2024
    • 27
    • France

    #1

    problem with asus tuf A17 FA707NUR

    Hello everyone,

    I’m trying to recover an ASUS TUF Gaming A17 FA707NUR (Ryzen + RTX 4050, 2023 model).
    The laptop powers on, fans spin, but the dGPU (NVIDIA) is not properly initialized — sometimes it shows up in Device Manager with Code 43, sometimes black screen.
    After several BIOS downgrades/upgrades (versions 300, 301, 303) and EC resets, it thinking looks like the EC firmware (IT5570VG-256) might have a persistent fault or flag stored in flash.

    I already extracted the BIOS .CAP files and DXE sections with UEFITool and IFRExtractor, but I couldn’t find any separate EC binary region.
    If anyone has a verified clean EC dump (.bin, 128 KB or 256 KB) for this board (FA707NUR / FA707NU, same revision), it would be very helpful.

    Board info:
    • Model: ASUS TUF Gaming A17 FA707NUR (2023)
    • EC: ITE IT5570VG-256/CX (marked as KU1 on the board)
    • I can flash via CH341A + SOIC-8 clip or through service pads (TP_ECCLK, TP_ECDAT, TP_RST, etc.).

    Additionally, in the boardview I located a J1 jumper that connects GND and +3V_RTC.
    If anyone knows whether this or any other pad combination can safely force an EC reset / RTC clear (without reprogramming), I’d appreciate the info — just trying to confirm if ASUS designed a manual reset path for the EC flags.

    Thanks in advance — any EC dump, partial read, or reset tip would be great to help restore this unit.
  • peste
    Super Moderator
    • Dec 2016
    • 15660
    • ROMANIA

    #2
    Originally posted by boticario
    Hello everyone,

    I’m trying to recover an ASUS TUF Gaming A17 FA707NUR (Ryzen + RTX 4050, 2023 model).
    The laptop powers on, fans spin, but the dGPU (NVIDIA) is not properly initialized — sometimes it shows up in Device Manager with Code 43, sometimes black screen.
    After several BIOS downgrades/upgrades (versions 300, 301, 303) and EC resets, it thinking looks like the EC firmware (IT5570VG-256) might have a persistent fault or flag stored in flash.

    I already extracted the BIOS .CAP files and DXE sections with UEFITool and IFRExtractor, but I couldn’t find any separate EC binary region.
    If anyone has a verified clean EC dump (.bin, 128 KB or 256 KB) for this board (FA707NUR / FA707NU, same revision), it would be very helpful.

    Board info:
    • Model: ASUS TUF Gaming A17 FA707NUR (2023)
    • EC: ITE IT5570VG-256/CX (marked as KU1 on the board)
    • I can flash via CH341A + SOIC-8 clip or through service pads (TP_ECCLK, TP_ECDAT, TP_RST, etc.).

    Additionally, in the boardview I located a J1 jumper that connects GND and +3V_RTC.
    If anyone knows whether this or any other pad combination can safely force an EC reset / RTC clear (without reprogramming), I’d appreciate the info — just trying to confirm if ASUS designed a manual reset path for the EC flags.

    Thanks in advance — any EC dump, partial read, or reset tip would be great to help restore this unit.
    post the original contents of the bios chip(main)..post the EC bios if possible...
    If you have found our forum useful please consider supporting us. Subscribe for a small monthly fee and receive extra benefits including our boardview / schematic archive.

    It only takes 1 minute:
    https://www.badcaps.net/settings/subscriptions

    Comment

    • boticario
      IN THE LIMBO
      • Mar 2024
      • 27
      • France

      #3
      Originally posted by peste

      post the original contents of the bios chip(main)..post the EC bios if possible...
      Hi, thanks for your answer.

      The BIOS and EC firmware I’m using are the official ASUS releases, available directly from ASUS support website for the TUF Gaming A17 FA707NUR (2023).

      The EC firmware version (for the ITE IT5570VG-256/CX) is R3.00 or R3.01, depending on the BIOS version (300 or 303).
      I extracted the .CAP files and separated DXE and EC-related modules using UEFITool and IFRExtractor, but the EC binary region isn’t explicitly separated inside ASUS’s update packages — it’s flashed automatically by their EZFlash utility during the BIOS update.

      So, the EC firmware I have is the stock one contained in ASUS’s official BIOS package, not a dump from an external programmer.

      If you need, I can share the exact BIOS version (.CAP) and specify which EC version it installs.

      Thanks again for your help — I’m trying to confirm whether a full EC reflash could restore proper EC behavior before going that route.

      Comment

      • m1ch43lzm
        Super Moderator
        • Mar 2019
        • 2747
        • Peru

        #4
        Code 43 on NVIDIA GPU may be faulty VRAM or something else related to the GPU itself, or VBIOS (stored on a separate chip, usually a 25Q80 or 25Q16 1.8V chip near the GPU)
        If you want to flash EC assuming you have a programmer for it, the firmware starts at 21000h on the BIOS dump (search for ITE until you see ITE EC or similar string, then select the block starting after FF FF FF...) + the size of the EC chip in KB, for 256KB (262144 bytes), select from 21000h-60FFFh (length 40000h) with hex editor and copy/paste to a new file
        Don't know if the IT8390 programmer is suitable for this IT5570 or you need something more expensive like SVOD4 or Vertyanov Successor

        You can dump the EC chip contents with programmer and compare it to what's stored in the attached file, at least the header should look similar
        Attached EC extracted from FA707NUR 303 BIOS from ASUS website
        Attached Files

        Premium supporters get full download access and other benefits.

        Comment

        • boticario
          IN THE LIMBO
          • Mar 2024
          • 27
          • France

          #5
          Originally posted by m1ch43lzm
          Code 43 on NVIDIA GPU may be faulty VRAM or something else related to the GPU itself, or VBIOS (stored on a separate chip, usually a 25Q80 or 25Q16 1.8V chip near the GPU)
          If you want to flash EC assuming you have a programmer for it, the firmware starts at 21000h on the BIOS dump (search for ITE until you see ITE EC or similar string, then select the block starting after FF FF FF...) + the size of the EC chip in KB, for 256KB (262144 bytes), select from 21000h-60FFFh (length 40000h) with hex editor and copy/paste to a new file
          Don't know if the IT8390 programmer is suitable for this IT5570 or you need something more expensive like SVOD4 or Vertyanov Successor

          You can dump the EC chip contents with programmer and compare it to what's stored in the attached file, at least the header should look similar
          Attached EC extracted from FA707NUR 303 BIOS from ASUS website
          Thanks i study after i respond but the first thanks very much for your answer

          Comment

          • bedri1234
            New Member
            • Apr 2025
            • 2
            • germany

            #6
            Hello everyone,

            I need a full 32 MB BIOS dump for an ASUS TUF A17 FA707NU laptop.
            Mainboard: DAONJSMBAFP REV F
            CPU: AMD Ryzen 5 7535HS
            EC chip: 25Q16
            Main BIOS chip: GD25B256 (32 MB)

            The original BIOS dump I have is corrupted – the board powers on (keyboard lights, charging works) but no logo, no display.
            I already tried the official ASUS BIOS 316 (.CAP) but it only contains the BIOS region, not the full dump with PSP/Descriptor.

            If anyone has a **working full dump (32 MB)** from a similar board (FA707NU Ryzen 5 7535HS), please share it or DM me.

            Thank you in advance!
            – Bedri
            Last edited by bedri1234; 11-02-2025, 02:11 PM.

            Comment


            • SMDFlea
              SMDFlea commented
              Editing a comment
              thread merged
          • m1ch43lzm
            Super Moderator
            • Mar 2019
            • 2747
            • Peru

            #7
            Post the laptop serial number, full model name
            Post the contents of the corrupted BIOS backup, also a clear picture of the QR code sticker on the motherboard near one corner ot the CPU, under the heatsink, or scan it with your phone and post the contents here

            Comment

            • peste
              Super Moderator
              • Dec 2016
              • 15660
              • ROMANIA

              #8
              Originally posted by m1ch43lzm
              Post the laptop serial number, full model name
              Post the contents of the corrupted BIOS backup, also a clear picture of the QR code sticker on the motherboard near one corner ot the CPU, under the heatsink, or scan it with your phone and post the contents here
              You were asked for a picture of the QR code on the motherboard, not the case..write the rest with the keyboard..
              post the contents of the bios chip even if it is corrupted..
              The bios chip must be unsoldered from the board before writing or reading..
              do not use the clip, you may have errors..if you do not have anything to unsolder it with,
              solder wires between the programmer and the bios chip..
              you need an SPI programmer...here is a video for example..https://www.youtube.com/watch?v=DWWi...nnel=ThisIsHow
              read the forum rules..
              https://www.badcaps.net/forum/troubl...before-posting
              If you have found our forum useful please consider supporting us. Subscribe for a small monthly fee and receive extra benefits including our boardview / schematic archive.

              It only takes 1 minute:
              https://www.badcaps.net/settings/subscriptions

              Comment

              • boticario
                IN THE LIMBO
                • Mar 2024
                • 27
                • France

                #9
                Originally posted by m1ch43lzm
                Code 43 on NVIDIA GPU may be faulty VRAM or something else related to the GPU itself, or VBIOS (stored on a separate chip, usually a 25Q80 or 25Q16 1.8V chip near the GPU)
                If you want to flash EC assuming you have a programmer for it, the firmware starts at 21000h on the BIOS dump (search for ITE until you see ITE EC or similar string, then select the block starting after FF FF FF...) + the size of the EC chip in KB, for 256KB (262144 bytes), select from 21000h-60FFFh (length 40000h) with hex editor and copy/paste to a new file
                Don't know if the IT8390 programmer is suitable for this IT5570 or you need something more expensive like SVOD4 or Vertyanov Successor

                You can dump the EC chip contents with programmer and compare it to what's stored in the attached file, at least the header should look similar
                Attached EC extracted from FA707NUR 303 BIOS from ASUS website
                Additional question: The Code 43 persists even with clean EC. I think the thermal flag is in the VBIOS (W25Q16 near GPU). If anyone has a dump of that chip for FA707NUR with RTX 4050 (SUBSYS 38E8), please share. I need a clean VBIOS to compare and fix my bricked GPU. Thanks!

                Comment

                • SMDFlea
                  Super Moderator
                  • Jan 2018
                  • 24577
                  • UK

                  #10
                  Originally posted by boticario

                  Additional question: The Code 43 persists even with clean EC. I think the thermal flag is in the VBIOS (W25Q16 near GPU). If anyone has a dump of that chip for FA707NUR with RTX 4050 (SUBSYS 38E8), please share. I need a clean VBIOS to compare and fix my bricked GPU. Thanks!
                  post your vBios backup

                  Comment

                  • boticario
                    IN THE LIMBO
                    • Mar 2024
                    • 27
                    • France

                    #11
                    yes thanks i go make this backup this weekend and i put you here, thanks thanks very much

                    Comment

                  • ScorpioMan86
                    Senior Member
                    • Dec 2016
                    • 119
                    • South Africa

                    #12
                    I would like to request a bios rebuild of this :

                    Asus FA707NUR-HX010W

                    SN : SANRCX032686425

                    CN : RKTK
                    Attached Files

                    Premium supporters get full download access and other benefits.

                    Comment

                  • m1ch43lzm
                    Super Moderator
                    • Mar 2019
                    • 2747
                    • Peru

                    #13
                    Originally posted by ScorpioMan86
                    I would like to request a bios rebuild of this :

                    Asus FA707NUR-HX010W

                    SN : SANRCX032686425

                    CN : RKTK
                    Try, BIOS extracted from ASUS website

                    FA707NUR
                    BIOS ver. 305
                    S/N SANRCX032686425
                    DMI 1081000-1088FFF

                    Attached Files

                    Premium supporters get full download access and other benefits.

                    Comment

                    • ScorpioMan86
                      Senior Member
                      • Dec 2016
                      • 119
                      • South Africa

                      #14
                      Originally posted by m1ch43lzm

                      Try, BIOS extracted from ASUS website

                      FA707NUR
                      BIOS ver. 305
                      S/N SANRCX032686425
                      DMI 1081000-1088FFF
                      Thanks for the rebuild, unit powers on but constantly crashes with a hypervisor error when trying to boot to an ssd with OS or install OS from scratch, not sure if its bios related or not.

                      Comment

                      Related Topics

                      Collapse

                      Working...