How to mount the nvme disk throught a usb connection

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to mount the nvme disk throught a usb connection

436 Views
pedrofc
Contributor I

Hi,

I want to mount the filesystems present on the nvme in my host pc, or at least access it without requiring to boot the linux system (for example, if I can mount it in the u-boot shell it works). Is this possible?

Thanks!

0 Kudos
Reply
1 Reply

414 Views
LFGP
NXP TechSupport
NXP TechSupport

It could be posible, but it will depend of your filesystem type and the USB driver present at Uboot level. Please go to the Uboot documentation.

Here you have some examples:

  • fatload - load binary file from a FAT file system
  • fatls - list files in a FAT file system directory (default /)
  • ext2load - load binary file from a Ext2 filesystem
  • fsload - load binary file from a JFFS2 file system image
  • ls - list files in a JFFS2 file system directory (default /)
0 Kudos
Reply