Kernel modules are deployed in bootpartition tar ball, after execute the following command, Kernel modules are deployed in the second partition.
flex-installer -b bootpartition_LS_arm64_lts_5.4.tgz -r
rootfs_lsdk2012_yocto_devel_arm64.tgz -d /dev/sdx
On the target board, Kernel modules are mounted in folder /boot/modules/ automatically after the system booting up as normal.
You also could mount the second partition of the boot device manually as the following.
root@DevelLinux:~# umount /boot
root@DevelLinux:~# mount | grep boot
root@DevelLinux:~# mount /dev/mmcblk0p2 /boot
[ 1593.148987] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
root@DevelLinux:~# ls /boot/modules/5.10.35/
build modules.builtin modules.dep modules.softdep
kernel/ modules.builtin.alias.bin modules.dep.bin modules.symbols
modules.alias modules.builtin.bin modules.devname modules.symbols.bin
modules.alias.bin modules.builtin.modinfo modules.order source
In addition, you could generate bootpartition tar ball with the following command.
$ flex-builder -i mkbootpartition