
26 Jul
2012
26 Jul
'12
10:24 p.m.
Bill,
On Thu, Jul 26, 2012 at 3:28 PM, Bill bsousan@techsi.com wrote:
All,
I am working on building the latest u-boot for the imx28evk board. I
have done the following steps:
- git clone git://git.denx.de/u-boot-imx.git
- setup paths for finding my cross-compiler
- make mx28evk_config
- make u-boot.imx
'make u-boot.imx' is not correct for mx28.
You should do:
make u-boot.sb
Please follow the instructions at doc/README.mx28_common for the correct process.
Regards,
Fabio Estevam