imx8 maaxboard-mini yocto sumo can not automatically mount USB disk after booting?

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

imx8 maaxboard-mini yocto sumo can not automatically mount USB disk after booting?

Jump to solution
1,530 Views
gonewithwind-peter
Senior Contributor I

Hi all,

I am playing maaxboard-mini, it can not automatically mount USB disk after booting. I need to add mount command in my boot script. but before I played maaxboard sumo, it can.

so I want to know which systems service to do it ? why missed it?

It seems to need automount.rules, I find it in recipes,

how to add it in local.conf ??

./poky/meta/recipes-core/udev/udev-extraconf/automount.rules

 

Thank you very much.

 

 

 

0 Kudos
1 Solution
1,501 Views
gonewithwind-peter
Senior Contributor I

@Bio_TICFSL 

Thank you very much.

I have found the solution.

I add the below line in local.conf

 

IMAGE_INSTALL_append += " udev udev-extraconf"

View solution in original post

0 Kudos
2 Replies
1,513 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello jin1,

one can check usb power supplies: VDD_USB_3P3, VDD_USB_1P8, VDD_USB_0P8
and connections of USB1_TXRTUNE,USB1_VBUS using Table 8. USB recommendation of the hardware guide.

Pre built binary L5.4.70-2.3.0 boots all the way to login prompt..

if prebuilt (Demo) image works fine on custom board, one can try to build

image without additional modifications, use  i.MX Yocto Project User’s Guide​

Regards

 

Regards

0 Kudos
1,502 Views
gonewithwind-peter
Senior Contributor I

@Bio_TICFSL 

Thank you very much.

I have found the solution.

I add the below line in local.conf

 

IMAGE_INSTALL_append += " udev udev-extraconf"

0 Kudos