MCMrARM
MCMrARM
I think I made a rather important finding. I found out that it's the read operation which crashes the controller (admin operations work just fine). I started reverse engineering the...
So yeah, only admin commands work (as they are done over queue number 0). Queue 1 is absolutely messed up, I'm trying to create a patch for this, but this...
Hey, that's a partition table!  (Not a screenshot from my MBP, because I did it over SSH. But still, that's some progress! Read works at all and the laptop...
The EFI partition mounted just fine as well. So the real issue right now is how to get this working in a sane way, that could be upstreamed. What I...
@TRPB The keyboard and mouse do not work. I don't know how hard is it to get them working, I did not look into that yet.
Kernel patch for Linux v5.1.5 ```diff diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index a90cf5d63aac..6328f4a62918 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -541,7 +541,12 @@ static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd, bool...
Write seems to work fine....I'm trying to get Linux to show as a boot entry now.
I have no plans to leave this channel for discussions, so dw.
I have managed to install Arch on a real MBP on the internal SSD. Used Grub as the bootloader. Seems to work mostly fine, have yet to use it for...
Yes, the boot entry shows fine. I have done some reverse engineering on the Bridge PCI device, which is required to get the keyboard to work as far as I...