Dd tool for speed test corrupts the partition and the Jetson Orin NX fails to boot

Dear Community, I have written a shell script to test the nvme write speed

Run write test (100MB file)

sudo fio --name=write_test --directory=“$TEST_DIR” --numjobs=1
–size=100M --time_based --runtime=10s --ramp_time=2s
–ioengine=libaio --direct=1 --verify=0 --bs=1M --iodepth=64
–rw=write --group_reporting=1 | grep -E ‘WRITE:|bw=’
After this when I reboot jetson it fails.

Hi,
Not sure but if your rootfs is on NVMe SSD, it probably is corrupted by running the command. If you are not able to recover it, please consider re-flash the system and try the commands:
AGX test SSD read and write speed is too low - #7 by DaneLLL

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.