[Khadas WiP] VIM4 NVMe IO Errors

Hello @RIGeek @technodevotee @JeremiahCornelius @deepvim @foxsquirrel

We have some improgress about the NVMe SSD issues, as we don’t have too much SSD models, so we need your help to check the SSDs on your side.

Before testing, you need to follow the steps below to upgrade the kernel.

$ wget https://dl.khadas.com/.test/linux-dtb-amlogic-5.4_1.1.6_arm64.deb
$ wget https://dl.khadas.com/.test/linux-image-amlogic-5.4_1.1.6_arm64.deb
$ sudo dpkg -i linux-dtb-amlogic-5.4_1.1.6_arm64.deb linux-image-amlogic-5.4_1.1.6_arm64.deb
$ sync
$ sudo reboot

After reboot double check the kernel version.

$ uname -a
Linux Khadas 5.4.180 #1.1.6 SMP PREEMPT Mon Oct 10 16:14:32 CST 2022 aarch64 aarch64 aarch64 GNU/Linux
2 Likes