‘the opposite of love is not hate, it is indifference.’
— Elie Wiesel
Day: July 20, 2008
Compiling U-Boot-v2 to iMX27ADS board
To compile U-Boot-v2 to iMX27ADS you need to do some tricks:
First edit u-boot-v2/board/imx27ads/imx27ads.c and add this line:
#include <asm/mach-types.h>
Run make menuconfig and select:
General Settings -> [*] Enable Partitions
General Settings -> [*] Compile in default environment -> Default environment path
In this text box type: board/imx27ads/env
After that compile in the usual way:
$ make
U-Boot v2
O U-Boot v2 e' um projeto paralelo ao U-Boot para o desenvolvimento de um bootloader mais moderno. Como as modificacoes sobre o U-Boot original eram muito drasticas, os desenvolvedores resolveram criar um projeto separado. Para testar o nova versao use: git clone git://www.denx.de/git/u-boot-v2.git u-boot-v2