Compiling the Linux kernel to VStarCAM H6837WI

I updated the github Linux kernel tree to let it boot on VStarCAM H6837WI:

Clone the source code from github:

$ git clone git@github.com:acassis/linux_kernel_ssd1935.git

Enter on this directory:

$ cd linux_kernel_ssd1935

Export needed environment variables:

$ export PATH=/usr/local/arm/3.4.6/bin:$PATH
$ export CROSS_COMPILE=arm-linux-
$ export ARCH=arm

Configure kernel to use right defconfig:

$ make vstarcam_h6837wi_defconfig

Compile it:

$ make

Verify if zImage was created correctly:

$ ls arch/arm/boot/
bootp  compressed  Image  install.sh  Makefile  zImage

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s