Changes

no edit summary
=== Linaro Toolchain ===
To create the igep-x-loader (MLO) we need the linaro poky cross compile toolchain installed on our machine. Download the toolchain from: http://isee.biz/component/zoo/item/igep-yocto-toolcahin-sdk Follow the setps given on the download page, unless you reach step 5.Instead of sourcing the environment file, export add the path to the toolchain to your $PATH variable:<pre>export PATH=/opt/poky/1.2.1/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi:$PATH</pre> Best practice is to put this line in your ~/.bashrc file.
To check it if it's installed, try:
<pre>
$ arm-poky-linux-gnueabi-gcc --version arm-poky-linux-gnueabi-gcc (Ubuntu/Linaro GCC) 4.56.3-12ubuntu24 20120303 (prerelease) Copyright (C) 42011 Free Software Foundation, Inc. This is free software; see the source for copying conditions.5 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.3
</pre>
 
If you need to install the toolchain, have a look on this [[How_to_get_the_Poky_Linux_distribution|wiki page]]
0
edits