Dne úterý, 8. dubna 2014 3:54:31 UTC+2 Rajesh Mallah napsal(a): > Dear List , > Very happy to report that with kernel-3.3+ got from > git clone https://github.com/mmplayer/linux-sunxi.git > cd linux-sunxi > git checkout stage/sunxi-3.3-a20 > and sun7ismp_defconfig config > The usb ports are working and keyboard and mouse is usable. > No changes to the stock script.bin was required EXCEPT for > display related changes to activate the VGA out. > > Would anyone please suggest how to dig why its not working on 3.4 ? > > regds > mallah.
Hi, can you please help me with kernel compilation? I do: git clone https://github.com/mmplayer/linux-sunxi.git git checkout stage/sunxi-3.3-a20 but after I run compilation I get an error: martin@martin:~/arm/linux-sunxi$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun7i_defconfig drivers/net/wireless/bcmdhd/Kconfig:42:warning: defaults for choice values not supported *** *** Can't find default configuration "arch/arm/configs/sun7i_defconfig"! *** make[1]: *** [sun7i_defconfig] Error 1 make: *** [sun7i_defconfig] Error 2 martin@martin:~/arm/linux-sunxi$ martin@martin:~/arm/linux-sunxi$ make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules scripts/kconfig/conf --silentoldconfig Kconfig drivers/net/wireless/bcmdhd/Kconfig:42:warning: defaults for choice values not supported *** *** Configuration file ".config" not found! *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. martin@martin:~/arm/linux-sunxi$ I have working ubuntu, but USB not working. I can't connect keyboard and mouse. Thank you for help. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
