takobozu / NanoPi-NEO

NanoPi-NEO buildroot kernel u-boot rootfs.cpio.gz i2s usb-otg
0 stars 0 forks source link

Custom kernel patches #1

Open Irdroid opened 6 years ago

Irdroid commented 6 years ago

hi, can you please clarify what are the custom kernel patches in this file:

/home/inthedark/nanopineo.config

need to compile buildroot + linux kernel 4.11.y for nanopineo but it seems the kernel crashes without these patches . Any idea?

takobozu commented 6 years ago

Hi, Memory is not certain...... Patche's content is rt patch.(https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/4.11/).

This patch is not absolutely necessary.

thanks 

Irdroid commented 6 years ago

Thanks for the quick reply. where can i set the memory of nanopi neo? I have a 512MB version and kernel crashes right after boot complete at login prompt

takobozu commented 6 years ago

Memory is not certain...

Memory is my memory , not of NanoPi-NEO. sorry,I am not good at English.

I think It is better not to use buildroot for kernel build, but to use linaro gcc. I use linaro gcc 7.3.1 to build kernel of NanoPi-NEO2.

Irdroid commented 6 years ago

Can you I get a paid assistance from you for compiling buildroot + kernel 4.11.y for nanopineo ?

takobozu commented 6 years ago

Recently , I build NanoPi-NEO2 kernel only .(I do not use buildroot) I don't know i can build NanoPi-NEO2 kernel but I try it. I build that do not use kernel module, built in kernel. Is it ok? Please give me a time.

takobozu commented 6 years ago

I made NanoPi-NEO's kernel 4.11.y by buildroot. Boot was successful. I uploaded relevant files here

.config in buildroot.config directory is that i was setting "make menuconfig" by buildroot. Please modify it according to your own environment and use it.

I used gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.(downloaded from here)