Tiny Core Base > Other architectures

Compile Mainline Kernel.

<< < (2/4) > >>

nxtv2.0:
So the compile worked but ethernet isn't working

--- Code: ---ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCSIFADDR: No such device
route: SIOCADDRT: Network is unreachable

--- End code ---
How do i get the ethernet driver and include in image?
The menu config doesn't work and gives errors.
--- Code: ---make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig

--- End code ---
The default config works thought.

jgrulich:
The Gigabit Ethernet driver is NOT included in the present mainline for sure.
You need to look around and try to find some patch, or wip version with the driver included.
The menuconfig reports error due to missing library, it's mentioned in the compilation tutorial what need to be installed.

nxtv2.0:
How do i find the missing driver and compile kernel with it.

nxtv2.0:
I found this linkhttp://moinejf.free.fr/opi2/ which contains patchs for mainline how do i use them.
It seems that armbian also has ethernet driver for this board as there are some members on there forums reporting ethernet speeds on 4.8 kernel.https://forum.armbian.com/index.php/topic/1906-mainline-kernel-and-dvfs-throttling-thermal-settings/

jgrulich:
Have you tried the official OPi board manufacturer source?
https://github.com/orangepi-xunlong/orangepi_h3_linux

or test this source:
https://github.com/megous/linux

Both of them seems to be well maintained and working.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version