Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel configs for Orange Pi PC 2 differ in "kernel" and "kernel/arch/arm64/configs/", missing patch. #22

Open
znoxx opened this issue Jan 18, 2017 · 1 comment

Comments

@znoxx
Copy link

znoxx commented Jan 18, 2017

There is a code scripts/kernel_compile.sh

if [ ! -f $LINUX/.config ]; then
make -C $LINUX ARCH=arm64 CROSS_COMPILE=$TOOLS ${PLATFORM}_linux_defconfig
echo -e "\e[1;31m Using ${PLATFROM}_linux_defconfig \e[0m"
fi

In case .config is not found. This file can be dropper when "make clean" or "make mrproper" is made

Then OrangePiH5_PC2_linux_defconfig is used.
But file, located in kernel/arch/arm64/configs/OrangePiH5_PC2_linux_defconfig differs and lacks SUNXI_GPIOKEY setting.

$ diff .config OrangePiH5_PC2_linux_defconfig
29,30d28
< CONFIG_SUNXI_GPIOKEY=y
<

Please align them.

@BuddyZhang1
Copy link
Contributor

@znoxx
Hi, firends:
According some problem, we use new github to maintain OrangePi PC2,
please use new github:

git clone https://github.com/OrangePiLibra/OrangePi.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants