DevShanky Posted October 28, 2020 Posted October 28, 2020 I am trying to build v20.05 version of Armbain for Orange Pi 4 as below: sudo ./compile.sh BRANCH=v20.05 RELEASE=buster BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=yes BOARD=orangepi4 I am seeing this error "[ error ] Kernel branch not defined for this board [ v20.05 ]" I have tried to go through the documentation here https://docs.armbian.com/Developer-Guide_Build-Options/ but I am probably missing something. Is there a way to specify Kernel branch as build parameter? -R
Solution DevShanky Posted October 28, 2020 Author Solution Posted October 28, 2020 19 minutes ago, DevShanky said: I am trying to build v20.05 version of Armbain for Orange Pi 4 as below: sudo ./compile.sh BRANCH=v20.05 RELEASE=buster BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=yes BOARD=orangepi4 I am seeing this error "[ error ] Kernel branch not defined for this board [ v20.05 ]" I have tried to go through the documentation here https://docs.armbian.com/Developer-Guide_Build-Options/ but I am probably missing something. Is there a way to specify Kernel branch as build parameter? -R I had cloned a different branch. I guess the issue is fixed. The build is failing while downloading the tool chain but it could be a different issue. -R
lanefu Posted October 29, 2020 Posted October 29, 2020 The branch parameter is a little misleading in compile. Choices are typically legacy,current,dev Take a look at the docs there should be a kernel_branch parameter
Recommended Posts