friendlyarm / NanoHatOLED

82 stars 65 forks source link

Question on custom kernel #1

Open kykean opened 7 years ago

kykean commented 7 years ago

Hi there,

Does this software require custom kernel to display on Nanopi NEO ? Or using an official armbian image will do the job ?

wuweidong0107 commented 7 years ago
  1. refer to http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO, download nanopi-neo_ubuntu-oled_4.x.y_YYYYMMDD.img.zip.
  2. Armbian image is not an FriendlyElec officail ROM. So We can't make sure if it supports OLED.
kykean commented 7 years ago

@wuweidong0107 Thanks. I will use that image and compile the tun.ko module for openVPN since it is missing from the image.

overrider commented 6 years ago

@kykean Did you compile tun.ko and can share it? I need it also..

kykean commented 6 years ago

@overrider Yes i did compiled the tun.ko, and edited the Python to show VPN status with button to restart it too. Let me fork this and share with you tomorrow. UPDATE: i've uploaded the tun.ko on the forked repo https://github.com/kykean/NanoHatOLED. You can find plenty tutorials on loading .ko files, let me know if you need help.

overrider commented 6 years ago

@kykean Perfect, worked like a charme. Thanks

overrider commented 6 years ago

@kykean Could we recompile this module to work with the latest 4.14.0 kernel? I will try to contact the author for this friendly arm nano pi debian build, maybe we can just leave the tun module in.