I couldn't resist looking into this further, so I've ordered another of the Argon M.2 adapter trays. I'll keep this new one strictly 'factory', but it will allow me to double-check my original speed tests.
I've also discovered the ''ASMTool' (https://github.com/smx-smx/ASMTool)' project to read and dump the original firmware, which is a feature not included in the flashing tool from ASMedia. I thought it might give me some clues about the speed difference - maybe the dump will include the necessary configuration, and I can write it back to my original M.2 adapter tray. ASMTool is a C# project, which I've managed to build using Mono under Raspberry Pi OS, apart from one Linux-specific file for which the given compile command fails: Code: -------------------- pi@raspberrypi:~/ASMTool/AsmTool $ *gcc -fPIC -Ofast Linux/AsmIOLinux.c -o libAsmIOLinux.so* /usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crt1.o: in function `_start': (.text+0x34): undefined reference to `main' collect2: error: ld returned 1 exit status -------------------- That's got me stumped at the moment. ------------------------------------------------------------------------ chill's Profile: http://forums.slimdevices.com/member.php?userid=10839 View this thread: http://forums.slimdevices.com/showthread.php?t=113575 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
