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