User manual
5 Software Development
Figure 2: Kernel Configuration Menu
5.2.2. From Buildroot Repository
Since kernel version 3.0 there are no more Subversion repositories for Linux kernels on our server.
Instead the patches will be maintained by our Buildroot repository . In order to compile the kernel
you can either checkout our Buildroot repository and compile all components from toochain till
kernel or you can use vskernel.sh script from our OnRISC_Software repository and the toolchain
from our FTP server.
For the first way just follow the instructions in Section 10
For the second way checkout OnRISC_Software as described in Section 5.3, install toolchain and
execute following steps:
1. cd scripts
2. ./vskernel.sh 3.0.4
3. export ARCH=arm
4. cd linux-3.0.4/
5. make
5.2.3. Installation on OnRISC
KS8695 based Devices To start the OnRISC with new kernel do the following steps:
1. enter BIOS
2. enter “System Console”
3. configure IP address according to your network (for example 192.168.254.254)
May 2014 OnRISC User Manual 34