cuu Posted November 4, 2018 Share Posted November 4, 2018 I just installed Armbian_5.65_Orangepione_Ubuntu_bionic_next_4.14.78.img on my orange pi one but there is no linux-source of 4.14.78 via apt so where to get the missing kernel ? or armbian's kernel is just the kernel from kernel.org? thanks Link to comment Share on other sites More sharing options...
Tido Posted November 4, 2018 Share Posted November 4, 2018 it is explained in the documentation // sent from mobile phone // Link to comment Share on other sites More sharing options...
Igor Posted November 4, 2018 Share Posted November 4, 2018 4 hours ago, cuu said: but there is no linux-source of 4.14.78 via apt If things are not in a repository (exactly this kernel is not), you need to use build engine and build it on your own. 4 hours ago, cuu said: or armbian's kernel is just the kernel from kernel.org? Armbian kernel is "just" up to one year ahead from kernel.org and some features might never be there. You need to apply those patches: https://github.com/armbian/build/tree/master/patch/kernel/sunxi-next to the kernel.org 4.14.y + this config https://github.com/armbian/build/blob/master/config/kernel/linux-sunxi-next.config Link to comment Share on other sites More sharing options...
cuu Posted November 4, 2018 Author Share Posted November 4, 2018 first,thanks to you guys second oh my god ..... Link to comment Share on other sites More sharing options...
Igor Posted November 4, 2018 Share Posted November 4, 2018 26 minutes ago, cuu said: first,thanks to you guys second oh my god ..... Here is the file you need: https://drive.google.com/open?id=1r1x2POUcrbASwGItrX0rAtYcfwmlNtgg Link to comment Share on other sites More sharing options...
cuu Posted November 5, 2018 Author Share Posted November 5, 2018 wow, thanks thanks @Igor ,but unfortunately I could not download it because the GFW in china blocked google so badly mega.nz is good here with vpn,still armbian is great I am starting to use armbian's build system ,too Use all night to get all build stuff into vmware now the current linux-source-sunxi-next is 4.14.79 which is i think probably good for the orange pi one ,too, I am gonna test it BTW: I tested the linux-image-next-sunxi (4.14.70-sunxi) and linux-image-dev-sunxi(4.18.8-sunxi) ,last night Two of them both failed to start on orange pi one, Not sure if you guys ware of that I plugged with HDMI ,Dell U2417h the screen is like tear-drop, a lot of colorful lines everywhere Though Orange PI One is an old board Link to comment Share on other sites More sharing options...
Igor Posted November 5, 2018 Share Posted November 5, 2018 30 minutes ago, cuu said: the screen is like tear-drop, a lot of colorful lines everywhere You need to change u-boot as well when changing from old to new kernel. Link to comment Share on other sites More sharing options...
cuu Posted November 5, 2018 Author Share Posted November 5, 2018 47 minutes ago, Igor said: You need to change u-boot as well when changing from old to new kernel. where is the docs about this part? right now it can boot ,but after tear-drop screen, it reboots.. Link to comment Share on other sites More sharing options...
cuu Posted November 5, 2018 Author Share Posted November 5, 2018 ok I did it with armbian's build system, use userspace kernel config right now , kind of knowing armbian's build system btw How to add board into armbian system? I would like see gameshell board in armbian ,armbian is the best linux I've ever seen in linux world it would be great to see gameshell board in armbian 1 Link to comment Share on other sites More sharing options...
Igor Posted November 5, 2018 Share Posted November 5, 2018 2 hours ago, cuu said: How to add board into armbian system? Roughly: you need to have u-boot and kernel or its support in mainline. Official way:https://forum.armbian.com/forum/22-board-bring-up/ Unofficial way, fork the project and do what you want. If you made it properly, send it upstream. Link to comment Share on other sites More sharing options...
Recommended Posts