06-07-2020, 03:13 PM 
		
	
	
		Hi all, I added a KingSpec NE-512 NVMe drive, listed as compatible in the PBP HW accessory wiki to my PBP however it is not being recognised either with the stock Debian+Mate (on eMMC) or latest Manjaro XFCE edition (on SD).  Have flashed pcm720's uboot to eMMC and SD without effect.  
I just want to use it as a data drive, at least to start with and was hoping it would just work.[url=https://wiki.pine64.org/index.php/Pinebook_Pro_Hardware_Accessory_Compatibility][/url]
Do I need to update the uboot on SPI? Which uboot release (the one by 720pcm or sigmaris)? And which procedure (the one using rkdeveloptool or the one dd'ing to /dev/mtd0?)
All feedback welcome, thank you.
Vidya
	
	
	
	
	
I just want to use it as a data drive, at least to start with and was hoping it would just work.[url=https://wiki.pine64.org/index.php/Pinebook_Pro_Hardware_Accessory_Compatibility][/url]
Do I need to update the uboot on SPI? Which uboot release (the one by 720pcm or sigmaris)? And which procedure (the one using rkdeveloptool or the one dd'ing to /dev/mtd0?)
All feedback welcome, thank you.
Vidya
Code:
#lspci -vvv
#dmesg | grep -i pci
[    0.004174] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    3.638913] PCI: CLS 0 bytes, default 64
[   28.899325] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[   29.988256] ehci-pci: EHCI PCI platform driver
[   30.198563] ohci-pci: OHCI PCI platform driver
[   32.410343] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[   32.990231] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[   32.991341] rockchip-pcie: probe of f8000000.pcie failed with error -110
#lsblk
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk2      179:0    0 116.5G  0 disk 
├─mmcblk2p1  179:1    0    64M  0 part 
└─mmcblk2p2  179:2    0 116.4G  0 part 
mmcblk2boot0 179:32   0     4M  1 disk 
mmcblk2boot1 179:64   0     4M  1 disk 
mmcblk1      179:96   0  59.5G  0 disk 
├─mmcblk1p1  179:97   0 213.6M  0 part /boot
└─mmcblk1p2  179:98   0  59.2G  0 part /
#nvme list
Node             SN                   Model                                    Namespace Usage                      Format           FW Rev  
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
#cat /proc/version
Linux version 5.6.0-2-MANJARO-ARM (strit@on2-distcc) (gcc version 9.2.0 (GCC)) #1 SMP Thu Apr 2 21:13:13 CEST 2020
#

			
  and also an M.2 NVMe SSD enclosure to verify the SSD.  Hoping between these 2 the issue is further isolated.