Jump to content

Amaury Decreme

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Amaury Decreme

  1. Thank you dbsharpe and AndrewDB, I succeed recompiling the kernel and rebooting on it. For anyone interested here is the step I followed using the previous guides git clone https://github.com/150balbes/Amlogic_s905-kernel.git cd Amlogic_s905-kernel sudo apt-get install build-essential autoconf libtool cmake pkg-config git python-dev swig3.0 libpcre3-dev nodejs-dev gawk wget diffstat bison flex device-tree-compiler libncurses5-dev make distclean zcat /proc/config.gz > .config make menuconfig make -j3 Image modules dtbs sudo make modules_install sudo cp /boot/zImage /boot/zImage.bak sudo cp arch/arm64/boot/Image /boot/zImage sudo reboot
  2. Hello, Thank 150balles for his/her hard work. I've been able to install Debian on my coolme mb1 (S905X) ! (If that helps somebody, I had to try several usb key as some of them weren't able to boot despite being flag as bootable.) I've searched but didn't find my answer: How to recompile armbian kernel on S905X ? I would like to add kernel modules. I've found this https://github.com/150balbes/Amlogic_s905-kernel but: I'm not sure if that are the sources I must use ? Where can I find the .config currently used ? Once compiled, how to place it into /boot for armbian to boot ? Thank for the answers.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines