Save buildroot configuration

From ArmadeusWiki
Revision as of 10:43, 8 October 2012 by FabienM (Talk | contribs) (New page: In this page we will lean how to save buildroot and linux configuration for a project. == Buildroot == == Linux == If kernel used is > 2.6.36, a script is available in the armadeus dire...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In this page we will lean how to save buildroot and linux configuration for a project.

Buildroot

Linux

If kernel used is > 2.6.36, a script is available in the armadeus directory /scripts/. Under the bsp directory, type:

$ ./scripts/export_linux_config.sh
[...]
Please enter your favorite merge tool (ex: kompare, vimdiff, etc...)
> vimdiff

And give your favorite diff tools then press enter. Under your diff tools, do the merge. The final config file will be saved in :

buildroot/target/device/armadeus/<BOARD_NAME>/<BOARD_NAME>-linux-<KERNEL_NUM>.config