Updating the kernel
Because of the fast update possibility the kernel on your board is always up-to-date.
2 steps to update the kernel
The update of the Linux-kernel is done in two easy steps:
- Start a given script. It compiles the kernel and alters it to an image. The kernel image will be copied to the /tftpboot directory. There, it is accessible from the ARM9 board.
|
make ARCH=arm CROSS_COMPILE=/usr/local/arm-2007q1/bin/arm-none-linux-gnueabi- ../mkimage -A arm -O linux -C none -T kernel -a 20008000 -e 20008000 -n linux-2.6 -d arch/arm/boot/zImage my-kernel-image.bin cp my-kernel-image.bin /tftpboot/kernel_ecpu1100.bin |
|
run update_kernel |