• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Guides, Walkthroughs & Tutorials Flash Intel Arc GPU Firmware in Linux

     
    • 1 Vote(s) - 5 Average

    Flash Intel Arc GPU Firmware in Linux

    *****PROCEED AT YOUR OWN RISK*****
    qualmtastic
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:United States
    #28
    2025-02-16, 11:03 PM (This post was last modified: 2025-02-16, 11:06 PM by qualmtastic. Edited 1 time in total.)
    Thanks for this advice @TheDreadPirate!

    For anyone finding this thread to update their Sparkle 'eco' card with Intel Arc A310 on linux, potentially to deal with a fan speed revving up-and-down noise issue (see https://www.reddit.com/r/SparkleComputer..._released/ ), I did this with a newly bought card and things seem to work okay. 

    I particularly wanted to do this on linux because I'm using an older motherboard and didn't want to juggle figuring out enabling rebar/modifying a bios (which may be required to run this card in windows) just to update firmware. Here's what I did:

    1) If your linux os is still based on Debian 12 (i.e. glibc is earlier than 2.38, such as Truenas 24.10.x), download/setup a linux live usb (I used ubuntu in this case, with balena etcher) and boot into the live usb.

    2) Download igsc ( https://github.com/Solaris17/ARC-Firmwar...ux%20Build ) per the OP's post and follow their setup directions ( https://forum.jellyfin.org/t-flash-intel...e-in-linux ) . I did this on the live usb desktop via firefox web browser.

    3) Download the appropriate update files.
    Specific for updating to 101.6557 (released January 2025), I just needed the following after reviewing the 'spoiler: firmware matrix' chart in https://www.techpowerup.com/forums/threa...ix.312440/
     - The SOC2 firmware file ( https://github.com/Solaris17/Arc-Firmwar...e_SOC2.bin ), as SOC2 is specific to the "(A380/A310/A40 Pro) Firmware"
     - No OPROM change for the Sparkle Eco A310.
     - The firmware data file within https://github.com/Solaris17/Arc-Firmwar...fwdata.zip . Notice there's both a 'dg2_sparkle_lp-eco-a310_config-data.bin' versus 'dg2-sparkle-lp-s-eco-a310_config-data.bin' in the zip file. I used the former and things seemed to work okay.

    4) read out the device / version data:
    $ sudo ./igsc list-devices
    Device [1] '/dev/mei1': 8086:56a6 172f:4019 0000:06:00.00

    $ sudo ./igsc oprom-code version --device /dev/mei1
    OPROM CODE version: 14 00 2C 04 00000000

    $ sudo ./igsc fw version --device/dev/mei1
    Device: FW Version: DG02_2.2353

    5) Upload the firmware and firmware data files

    $ sudo ./igsc fw update --device gfx_fwupdate_SOC2.bin


    Image: FW Version: DG02_2.2357

    Device: FW Version: DG02_2.2353
    Progress 100/100:100%
    Device: FW Version: DG02_2.2357

    $ sudo ./igsc fw-data update --device /dev/mei1 --image dg2_sparkle_lp-eco-a310_config-data.bin

    Image: Fw Data Version: Major Version: 101, OEM Manufacturing Data Version: 3,Major VCN: 1
    Device: Fw Data Version: Major Version: 101, OEM Manufacturing Data Version: 2,Major VCN: 1
    Progress 100/100:100%
    Device: Fw Data Version: Major Version: 101, OEM Manufacturing Data Version: 3,Major VCN: 1

    6) reboot.

    Again, I'm not too deeply familiar with this card yet but it seems to be working okay, and I don't seem to be noticing the fan noise issue anymore.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-09, 11:55 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by Host-in-the-Shell - 2024-06-10, 01:29 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-10, 01:55 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by bitmap - 2024-06-10, 02:21 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by Host-in-the-Shell - 2024-06-10, 02:46 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-10, 03:22 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by anthonylavado - 2024-06-10, 03:45 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by Host-in-the-Shell - 2024-06-10, 05:17 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by anthonylavado - 2024-06-10, 05:41 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-10, 12:33 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by anthonylavado - 2024-06-10, 02:48 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-10, 02:49 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by Winthryth - 2024-06-11, 07:05 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by toytown - 2024-06-11, 07:38 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-06-11, 07:28 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by Host-in-the-Shell - 2024-06-13, 09:41 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by Winthryth - 2024-10-26, 09:18 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-10-26, 11:45 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by DangerBK - 2024-12-15, 06:04 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-12-15, 06:33 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by DangerBK - 2024-12-15, 06:37 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by boekhold - 2024-12-22, 08:58 AM
    RE: Flash Intel Arc GPU Firmware in Linux - by boekhold - 2024-12-22, 01:07 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-12-15, 08:10 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by TheDreadPirate - 2024-12-22, 04:35 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by boekhold - 2024-12-23, 12:40 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by boekhold - 2024-12-23, 12:49 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by qualmtastic - 2025-02-16, 11:03 PM
    RE: Flash Intel Arc GPU Firmware in Linux - by justoldnews - 2025-06-03, 06:58 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode