Last active 2 hours ago

mreschke's Avatar mreschke revised this gist 2 hours ago. Go to revision

1 file changed, 3 insertions

README.md

@@ -34,3 +34,6 @@ NVMe SSD-990 PRO Series Firmware
34 34 * (7B2QJXD7) To address the intermittent non-recognition and blue screen issue. (Release: September 2025)
35 35 * (4B2QJXD7) To address reports of high temperatures logged on Samsung Magician. (Release: December 2024)
36 36 * 990 PRO I 990 PRO with Heatsink will be manufactured using a mixed production between the V7 and V8 process starting September 2023.
37 +
38 + Mine was on 4B2QJXD7 and had all sorts of issues including ejecting itself from the proxmox host completely.
39 + Moved all data off, beefed up heatsinks, upgraded to 8B2QJXD7 now things are much faster and cooler. No crash yet.

mreschke's Avatar mreschke revised this gist 2 hours ago. Go to revision

1 file changed, 4 insertions, 5 deletions

README.md

@@ -28,10 +28,9 @@ sudo ./root/fumagician/fumagician
28 28
29 29 Reboot after the tool confirms success.
30 30
31 - Releases
32 31
33 32 NVMe SSD-990 PRO Series Firmware
34 - *(8B2QJXD7) To improve read-operation stability. (Release : December 2025)
35 - *(7B2QJXD7) To address the intermittent non-recognition and blue screen issue. (Release: September 2025)
36 - *(4B2QJXD7) To address reports of high temperatures logged on Samsung Magician. (Release: December 2024)
37 - *990 PRO I 990 PRO with Heatsink will be manufactured using a mixed production between the V7 and V8 process starting September 2023.
33 + * (8B2QJXD7) To improve read-operation stability. (Release : December 2025)
34 + * (7B2QJXD7) To address the intermittent non-recognition and blue screen issue. (Release: September 2025)
35 + * (4B2QJXD7) To address reports of high temperatures logged on Samsung Magician. (Release: December 2024)
36 + * 990 PRO I 990 PRO with Heatsink will be manufactured using a mixed production between the V7 and V8 process starting September 2023.

mreschke's Avatar mreschke revised this gist 2 hours ago. Go to revision

1 file changed, 8 insertions

README.md

@@ -27,3 +27,11 @@ sudo ./root/fumagician/fumagician
27 27 ```
28 28
29 29 Reboot after the tool confirms success.
30 +
31 + Releases
32 +
33 + NVMe SSD-990 PRO Series Firmware
34 + *(8B2QJXD7) To improve read-operation stability. (Release : December 2025)
35 + *(7B2QJXD7) To address the intermittent non-recognition and blue screen issue. (Release: September 2025)
36 + *(4B2QJXD7) To address reports of high temperatures logged on Samsung Magician. (Release: December 2024)
37 + *990 PRO I 990 PRO with Heatsink will be manufactured using a mixed production between the V7 and V8 process starting September 2023.

mreschke's Avatar mreschke revised this gist 3 hours ago. Go to revision

1 file changed, 6 insertions, 3 deletions

README.md

@@ -5,18 +5,21 @@ Download the ISO from the Samsung SSD tools page.
5 5 Ex: wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_8B2QJXD7.iso
6 6
7 7 Install tools
8 - ```
8 +
9 + ```bash
9 10 sudo apt-get install -y gzip unzip wget cpio
10 11 ```
11 12
12 13 Mount the ISO:
13 - ```
14 +
15 + ```bash
14 16 mkdir /mnt/iso
15 17 sudo mount -o loop /root/Samsung_SSD_990_PRO_8B2QJXD7.iso /mnt/iso
16 18 ```
17 19
18 20 Extract and Run:
19 - ```
21 +
22 + ```bash
20 23 mkdir /tmp/fwupdate
21 24 cd /tmp/fwupdate
22 25 gzip -dc /mnt/iso/initrd | cpio -idv --no-absolute-filenames

mreschke's Avatar mreschke revised this gist 3 hours ago. Go to revision

1 file changed, 1 insertion

README.md

@@ -1,6 +1,7 @@
1 1 BACKUP all data first. No guarantee this won't break your NVMe
2 2
3 3 Download the ISO from the Samsung SSD tools page.
4 +
4 5 Ex: wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_8B2QJXD7.iso
5 6
6 7 Install tools

mreschke's Avatar mreschke revised this gist 3 hours ago. Go to revision

No changes

mreschke's Avatar mreschke revised this gist 3 hours ago. Go to revision

1 file changed, 25 insertions

README.md(file created)

@@ -0,0 +1,25 @@
1 + BACKUP all data first. No guarantee this won't break your NVMe
2 +
3 + Download the ISO from the Samsung SSD tools page.
4 + Ex: wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_8B2QJXD7.iso
5 +
6 + Install tools
7 + ```
8 + sudo apt-get install -y gzip unzip wget cpio
9 + ```
10 +
11 + Mount the ISO:
12 + ```
13 + mkdir /mnt/iso
14 + sudo mount -o loop /root/Samsung_SSD_990_PRO_8B2QJXD7.iso /mnt/iso
15 + ```
16 +
17 + Extract and Run:
18 + ```
19 + mkdir /tmp/fwupdate
20 + cd /tmp/fwupdate
21 + gzip -dc /mnt/iso/initrd | cpio -idv --no-absolute-filenames
22 + sudo ./root/fumagician/fumagician
23 + ```
24 +
25 + Reboot after the tool confirms success.
Newer Older