kolio Posted September 11, 2017 Posted September 11, 2017 Hello, can somebody from developers add next to KERNEL_TARGET for Orange Pi Lite in the build system please ? Regards
martinayotte Posted September 11, 2017 Posted September 11, 2017 You could do locally on your own tree by editing the config/boards/orangepilite.conf file, and change the line below : KERNEL_TARGET="default,next,dev" 1
martinayotte Posted September 11, 2017 Posted September 11, 2017 BTW, the Next-4.13 is soo new, Zador added 'next' on some H3 board recently, but testing have not been done a lot yet ... I've just discovered few minutes ago after trying Next-4.13 on OPiPlus2E that WiFi isn't enabled because the DT doesn't have the "wifi_pwrseq" we use to have in Dev-4.11 ! This is true for most H3 wireless ... I will prepare a patch now ! EDIT : Unfortunately, it wasn't only a DT missing, but the whole driver too. I've copied the patch from Dev-4.11, recompile. The 8189fs is loaded but no wlan0 appear. More investigation is needed...
martinayotte Posted September 12, 2017 Posted September 12, 2017 Ok ! I've done a glitch in DT, I've found it and fix it ! Now my OPiPlus2E has WiFi in Next-4.13 ... I will start new build for PC+ and Lite to verify that it is working there too, and then patches will be committed later. 1
martinayotte Posted September 12, 2017 Posted September 12, 2017 After having tested PC+ and Lite, Commit done !
martinayotte Posted September 13, 2017 Posted September 13, 2017 My Next-4.13 testing reveal me some trouble with "reboot" which seems to hang sometime ...
martinayotte Posted September 13, 2017 Posted September 13, 2017 My OPiZeroPlus2-H3 is now updated to 4.13 ! I will commit those changes too ... 1
Recommended Posts