[PATCH v4 0/6] at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek

Hauke Mehrtens hauke at hauke-m.de
Sun Oct 3 15:44:46 PDT 2021


On 9/20/21 11:27 AM, Claudiu Beznea wrote:
> Hi,
> 
> This series adds support for SAMA5D2 ICP, SAMA5D27-WLSOM1-EK and
> SAM9X60EK boards.
> 
> Since SAM9X60's kernel support is included in 5.10 but not on 5.4
> 1st (patch 1/6) switches to kernel 5.10.
> 
> Patches 2/6, 5/6 updates the kernel config for sam9x SoCs and sam9x60.
> 
> Patch 3/6, 4/6, 6/6 adds the boards support.
> 
> Thank you,
> Claudiu Beznea

Hi,

I am getting this error:
---------------------------------
touch 
/home/hauke/openwrt/openwrt/staging_dir/target-arm_arm926ej-s_musl_eabi/root-at91/stamp/.kernel_installed
ERROR: module 
'/home/hauke/openwrt/openwrt/build_dir/target-arm_arm926ej-s_musl_eabi/linux-at91_sam9x/linux-5.10.70/drivers/usb/gadget/at91_udc.ko' 
is missing.
make[3]: *** 
[/home/hauke/openwrt/openwrt/target/linux/at91/modules.mk:67: 
/home/hauke/openwrt/openwrt/bin/targets/at91/sam9x/packages/kmod-at91-udc_5.10.70-1_arm_arm926ej-s.ipk] 
Error 1
make[3]: Leaving directory 
'/home/hauke/openwrt/openwrt/package/kernel/linux'
time: package/kernel/linux/compile#1.54#0.07#1.61
     ERROR: package/kernel/linux failed to build.
----------------
When building with this configuration:
CONFIG_TARGET_at91=y
CONFIG_TARGET_at91_sam9x=y
CONFIG_TARGET_at91_sam9x_DEVICE_atmel_at91sam9263ek=y
CONFIG_DISPLAY_SUPPORT=y
CONFIG_PACKAGE_kmod-usb-ehci=y
CONFIG_PACKAGE_kmod-usb2=y

The at91_udc driver is compiled into the kernel image with 
CONFIG_USB_AT91=y, but still selected as a default package

Hauke



More information about the openwrt-devel mailing list