2025-06-25 10:09 PM - edited 2025-06-29 10:04 PM
"is there possibility we can auto mount a usb when connected to usb host and how to build the udev-extraconf package for my stm32mp157f-dk2"
how to build this please give the steps to build for my stm32mp157f-dk2 as i want my pendrive to mount automatically /home/sharan/STM32MPU/Distribution-Package/layers/openembedded-core/meta/recipes-core/udev/udev-extraconf
Solved! Go to Solution.
2025-09-18 9:51 PM
go to this folder and add the below code to the local.conf file sohum@sohum-aero:~/STM32MPU-Ecosystem1/Distribution-Package/build-openstlinuxweston-stm32mp15-disco/conf$ nano local.conf
IMAGE_INSTALL:append = " udev-extraconf"
IMAGE_ROOTFS_MAXSIZE = "1048576"
After adding build using bitbake st-image-weston or bitbake st-image-qt and flash your board
2025-09-18 9:51 PM
go to this folder and add the below code to the local.conf file sohum@sohum-aero:~/STM32MPU-Ecosystem1/Distribution-Package/build-openstlinuxweston-stm32mp15-disco/conf$ nano local.conf
IMAGE_INSTALL:append = " udev-extraconf"
IMAGE_ROOTFS_MAXSIZE = "1048576"
After adding build using bitbake st-image-weston or bitbake st-image-qt and flash your board