Jump to content

kaiomatico

Members
  • Posts

    6
  • Joined

  • Last visited

  1. Mh, I really don't know which of my parameters for the compile.sh are wrong, but no matter what I try the script always tells me that it tries to compile kernel 4.19.y I downloaded the linux-odroidc1-next.config in the correct folder and ran ./compile.sh BOARD=odroidc1 BRANCH=next and also tried the parameter DESKTOP_BETA_TARGET="stretch:next" , but as you can see in the attached screenshot it tries to compile 4.19.y
  2. Wow really nice results! I wonder if the kernel supports the Armbian desktop variant or not. Because http://linux-meson.com/doku.php states that there is no HDMI support, but there is 3d acceleration. Thank you for posting the kernel config, I will try to build the desktop variant in 1 or 2 days.
  3. So I tried building the mainline kernel by doing the following: 1. Clone the current armbian git 2.editing the config/boards/odroidc1.eos to add dev as kernel target (KERNEL_TARGET="next,dev"). 3. I copied the config/kernel/linux-odroidc1-next.config to linux-odroidc1-dev.config 4. I ran this command: ./compile.sh BOARD=odroidc1 BRANCH=dev KERNEL_ONLY=yes RELEASE=stretch This started compiling the mainline kernel 5.0.0-rc5. I noticed that the patch/kernel/odroidc1-next/general-packaging-4.17-next.patch has thrown an error, but the script continued with the compilation and all looked pretty good until the following error appeared: LD [M] sound/soc/meson/snd-soc-meson-axg-tdmout.ko LD [M] sound/soc/meson/snd-soc-meson-axg-toddr.ko LD [M] sound/soc/snd-soc-core.ko LD [M] sound/soundcore.ko LD [M] sound/usb/snd-usb-audio.ko LD [M] sound/usb/snd-usbmidi-lib.ko [ error ] ERROR in function compile_kernel [ compilation.sh:359 ] [ error ] Kernel was not built [ @host ] [ o.k. ] Process terminated I was not able to find a compilation.sh or a line 359, so I was not able to properly look up what is actually causing this error
  4. I will compile a build today using the mainline kernel from kernel.org to see if it makes any difference compared to using this branch: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git/log/?h=v5.0%2Ffixes
  5. I just built the -next ubuntu successfully today with the merged changes (haven't tried it yet because I'm currently in my exam time). Then I saw that the -dev config for the odroid c1 uses the kernel "master" branch. Because there were many amlogic upstream kernel fixes I would like to build an image with the master branch linux kernel, but in the armbian repo there is no config/kernel/linux-odroidc1-dev.config. How would I adapt / use the -next.config as -dev.config? Thanks in advance!
  6. @ottuzzi Would be really great if you could post your build (or make a pull request so this gets official)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines