Adding a module to an assembly

Hi @vick_lo I will try, but pulling your exact setup from git would be less error-prone.

This is what I ran.

. device/milkv-duo-sd/boardconfig.sh
. build/${MV_BUILD_ENV}
clean_uboot
clean_kernel
build_uboot
menuconfig_kernel

Is this the correct selection (under Device Drivers, USB support)?

<*>   USB/IP support
<*>     VHCI hcd
(8)       Number of ports per USB/IP virtual host controller (NEW
(1)       Number of USB/IP virtual host controllers (NEW)
<*>     Host driver
<*>     VUDC driver
[*]     Debug messages for USB/IP

I then ran

build_kernel

The result was success:

INFO: size:2de974, offset:0, part_sz:8000000, crc:37e8d983
INFO: Packing boot.sd done!

I started from fresh. Perhaps there’s something lurking on your environment?

2 Likes