Part Number: AM3354
Tool/software: Linux
Hi,
I am running my sdcard on am335x which is working. The same images i have copied from sdcard to emmc which is copied and followed the emmc procedure.
when i run the board from emmc, the board is booting, but still sysfs related issues i am facing. still some of the peripheral functions are not working
check the below errors:-
root@am335x-evm:~# lsmod
Module Size Used by
libkmod: ERROR libkmod/libkmod-module.c:1796 kmod_module_get_holders: could not open '/sys/module/usb_f_mass_storage/holders': No such file or directory
usb_f_mass_storage 32479 -2
libkmod: ERROR libkmod/libkmod-module.c:1796 kmod_module_get_holders: could not open '/sys/module/libcomposite/holders': No such file or directory
libcomposite 30114 -2
libkmod: ERROR libkmod/libkmod-module.c:1796 kmod_module_get_holders: could not open '/sys/module/configfs/holders': No such file or directory
configfs 19119 -2
root@am335x-evm:~#
Regards