I am running debian stable on my gen 12 framework.
I want to update my Samsung SSD 980 Pro to firmware 5B2QGXA7, but the firmware is not available in LVFS.
I downloaded the .iso from samsung and tried to boot it, but the screen stays black. Some other users indicate that this iso only boots in legacy mode. I don’t have secure boot enabled and I have no idea how to apply this firmware update…
I wonder why samsung cannot just release the folder with the update tool and the firmware binary. That seems to be all it takes to flash the firmware on linux.
Because we’re not all in ease with Linux, I just would like to share some more notes about the firmware update instructions mentioned which, indeed work great:
To be able to use the smartctl command to check your ssd health, you must install smartmontools via this command: sudo apt-get install smartmontools
to find your ssd name, in a terminal type df then copy the name of the files system mounted on the root
to make the command sudo ./fumagician work, you must allow execution of the program: in the terminal, once in the folder of the program, type chmod +x fumagician
@Danyal_Mugutdinov yes, it works for the 990 Pro under Linux and it should NOT be distro dependent.
My experience was pretty straight forward. Download the ISO from Samsung, mount the image, extract the Initial RAM disk, run the firmware update (just like the instructions posted here
i cursed their bootable iso and windows software also when it refused to find my drives set in raid from bios so i made a script to do this a bit easier.
then ran it from a live cd. but works fine if you have linux running also.
it will extrct the firmware from the bootable iso and tell you what to do.