Releases: rick-heig/eNVMe
Releases · rick-heig/eNVMe
eNVMe v1.0.0
We are pleased to release eNVMe v1.0.0
Read more about eNVMe in our Paper: Pandora's Box in Your SSD: The Untold Dangers of NVMe - (PDF)
A prebuilt image is provided for the FriendlyElec CM3588+NAS kit and T6 boards.
The SD card (minimum 8GB) can be prepared from the prebuilt image with :
xzcat sdcard_envme_ubuntu2404_241106.img.xz | sudo dd of=/dev/<your sd card> bs=1M && sudo sync
Note: For the T6 you will need to replace the contents of /boot/extlinux/exlinux.conf
by /boot/extlinux/extlinux.conf.t6
on the SD card for it too boot.
Hostname is ENVME
Default user name and password are ubuntu
You will need to get a serial console over UART/SSH. There is no support for HDMI out yet because the mainline Linux kernel doesn't support HDMI for the RK3588 yet, check development here