Source for Ubuntu release

Hi,
So the VIM2 has a ubuntu release here: http://www.mediafire.com/file/crh211hro2anmj3/VIM2_Ubuntu-mate-16.04_Linux-4.9_V170818.7z

When will you post the uboot/kernel/drivers to your github? https://github.com/khadas

I cant find anything VIM2 related there.

Hi freeasinbeer,

We will push the source code for VIM2 this week.

bump

So it is Friday - 4 days later, and no news…

Hi @freeasinbeer,

The source code for ubuntu has pushed to Khadas GitHub.

U-boot branch is ubuntu.

Linux 4.9 branch is ubuntu-4.9.

Thanks.

1 Like

Excellent!
Thank you.

So how to build the kernel for VIM2?

Hi dopali,

Try the following commands.

$ make ARCH=arm64 kvim_defconfig
$ make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image kvim2.dtb  modules

Thanks, I’m trying:wink: