Anyone getting SSD Gen 3 to work with Pironman5 + NVMe SSD?

I have a Samsung 990 Evo (not the pro version) and running Ubuntu on my Pi5 + Pironman5. I can’t get it to do anything higher than 31000 on the benchmark: Search Results - pironman - pibenchmarks.com - I’ve tried the override to get Gen3 but nothing seems to work.

This is my score Benchmark #90245 - pibenchmarks.com

Besides setting dtparam=pciex1_gen3, did you do anything else? Any help would be great. BTW, nice score on pi benchmarks.com.

I take a look to my boot config and I don’t make modifications on this setup, only OC.
I’ve a test and get this results, then put dtparam=nvme and dtparam=pciex1_gen=3, reboot, make second test


Have you try to OC your pi5?

This is a copy of my config.txt

For more options and information see

http://rptl.io/configtxt

Some settings may impact device functionality. See link above for details

Uncomment some or all of these to enable the optional hardware interfaces

#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

Enable audio (loads snd_bcm2835)

dtparam=audio=on

Additional overlays and parameters are documented

/boot/firmware/overlays/README

Automatically load overlays for detected cameras

camera_auto_detect=1

Automatically load overlays for detected DSI displays

display_auto_detect=1

Automatically load initramfs files, if found

auto_initramfs=1

Enable DRM VC4 V3D driver

dtoverlay=vc4-kms-v3d
max_framebuffers=2

Don’t have the firmware create an initial video= setting in cmdline.txt.

Use the kernel’s default instead.

disable_fw_kms_setup=1

Run in 64-bit mode

arm_64bit=1
arm_freq=3000
gpu_freq=750
dtparam=fan_temp0=40000
dtparam=fan_temp0_hyst=10000
dtparam=fan_temp0_speed=127
usb_max_current_enable=1

Enable the PCIe External connector.

dtparam=nvme

Force Gen 3.0 speeds

dtparam=pciex1_gen=3

Disable compensation for displays with overscan

disable_overscan=1

Run as fast as firmware / board allows

arm_boost=1

[cm4]

Enable host mode on the 2711 built-in XHCI USB controller.

This line should be removed if the legacy DWC2 controller is required

(e.g. for USB device mode) or if USB support is not required.

otg_mode=1

[all]

usb_max_current_enable=1