[LEDE-DEV] test at91 target with kernel 4.9

Hauke Mehrtens hauke at hauke-m.de
Thu Oct 19 12:53:26 PDT 2017


Hi,

HTML mails are rejected by the mailing list, please post in plain text
next time.

On 10/19/2017 02:00 AM, SandeepSheriker.Mallikarjun at microchip.com wrote:
> Hi Hauke,
> 
>   With respect to adding kernel 4.9 support and below are the steps I
> fallowed to build and get some error's
> 
> 1.       ./scripts/feeds update -a
> 
> 2.       ./scripts/feeds install -a
> 
> 3.       make Menuconfig -> Microchip (Atmel At91) and SUBtarget SAMA5D4
> 
> 4.       make kernel_menuconfig CONFIG_TARGET=at91. Changed few things
> below and attached update config-4.9 file.
> 
> A.      enabled CONFIG_SOC_SAM_V7=y
> 
> B.      enabled CONFIG_SOC_SAMA5=y,  CONFIG_SOC_SAMA5D2=y, 
> CONFIG_SOC_SAMA5D3=y and  CONFIG_SOC_SAMA5D4=y
> 
> C.      enabled CONFIG_MMC_SDHCI=y , CONFIG_MMC_SDHCI_IO_ACCESSORS=y, 
> CONFIG_MMC_SDHCI_OF_AT91=y  and CONFIG_MMC_SDHCI_PLTFM=y

The sama5 has all these options already set, no need to use make
kernel_menuconfig to set them.

> 
> 5.       Make -j1  V=s
> 
>  
> 
> Below errors are produced while make
> 
>  
> 
> Collected errors:
> 
> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> for kmod-fs-configfs:
> 
....
> * satisfy_dependencies_for: Cannot satisfy the following dependencies
> for kmod-at91-udc:
> 
> *             kernel (= 4.9.54-1-aea0611d005f93d0db07810f02285e34) *
> 
>  * opkg_install_cmd: Cannot install package kmod-at91-udc.

I have also seen this on different targets. When you delete the kernel
and rebuild it from scratch again it should disappear:
	make target/linux/clean

Ben already answered your other questions.

Hauke



More information about the Lede-dev mailing list