How to use vanilla kernel on APF51
From ArmadeusWiki
Revision as of 12:19, 12 December 2013 by SebastienSz (Talk | contribs)
By default, the kernel for APF51 is old. Migration for the kernel upstream is in progress but not finished. This article explain how to use a recent kernel with latest armadeus trunk on APF51.
With recent kernel it is also important to know how to use kernel device tree
mainline target
- Get the latest trunk version with command :
$ git clone git://git.code.sf.net/p/armadeus/code armadeus-trunk
- Configure the view for APF28 "mainline" :
$ cd armadeus-trunk $ make apf51mainline_defconfig
- Update your board:
BIOS> run update_uboot; reset BIOS> run flash_reset_env; reset BIOS> setenv fdt_addr_r 91000000 BIOS> saveenv BIOS> run update_dtb BIOS> run update_kernel BIOS> run update_rootfs