So we've developed a custom board based loosely on the Sabre Board for Smart Devices.
I've tried booting the default yocto image without success (which I have another thread opened for, but nobody seems to offer any help).
The documentation for doing something like this is a mess at best, but I found the document "i.MX 6Dual/6Quad BSP Porting Guide" which states:
This chapter provides a step-by-step guide that explains how to add i.MX 6 custom board support to U-Boot.
This developer's guide is based on U-Boot version 2009.08 plus LTIB-based package for the i.mx patches. Please refer to the release notes.
Nice, almost exactly what I want to do, except for yocto, but I can live with LTIB, I just need to get a Linux booted right now.
The guide stated:
1. Install LTIB as usual. Make sure you deselect U-Boot from compilation.
I've setup a virtual Ubuntu 9.04 machine according to "Setting_Up_LTIB_Host.pdf"
I've run the install script in "L3.0.35_4.0.0_130424_source" and disabled building U-boot => Build succeded, nice.
The guide now states:
2. Manually unpack U-Boot: ./ltib -m prep -p u-boot
Running that now results in:
peter@ubuntu:~/ltib/ltib$ ./ltib -m prep -p u-boot
Processing: u-boot
====================
Build path taken because: build key set, no prebuilt rpm,
Testing network connectivity
OK GPP:
Try u-boot-v2009.08-imx_3.0.35_13.01.00.tar.bz2.md5 from the GPP
http://bitshrine.org/gpp/u-boot-v2009.08-imx_3.0.35_13.01.00.tar.bz2.md5:
06:52:35 ERROR 404: Not Found.
Try u-boot-v2009.08-imx_3.0.35_13.01.00.tar.bz2 from the GPP
http://bitshrine.org/gpp/u-boot-v2009.08-imx_3.0.35_13.01.00.tar.bz2:
06:52:36 ERROR 404: Not Found.
Can't get: u-boot-v2009.08-imx_3.0.35_13.01.00.tar.bz2 at ./ltib line 802.
f_prep() returned an error, exiting
traceback:
main:572
Exiting on error or interrupt
peter@ubuntu:~/ltib/ltib$
Internet connectivity is not an issue, the links don't work, and I can't find those files anywhere else.
Am I on the right path here? What I want to do is build a yocto or ltib based linux with u-boot that will boot on my custom board. I mean the u-boot is 4 years old.
I really need help here, could someone please point me in the right direction?