When/where does the bsp_fdt_blob array get populated?

Travis Wheatley travis.wheatley at fireflyspace.com
Thu Apr 28 14:09:45 UTC 2016


Thanks Sebastian. 

Not quite sure why the FTD isn’t getting populated correctly. However, I was able to define “HAS_UBOOT” in the flags of the .cfg file. Rather than loading a .bin file at the entry point I am loading a .img file at an arbitrary location (0x1000) and running bootm which relocates it and that seems to do the trick. 

— Travis


> On Apr 28, 2016, at 12:37 AM, Sebastian Huber <sebastian.huber at embedded-brains.de> wrote:
> 
> See "c/src/lib/libbsp/powerpc/qoriq/README". The FDT is dynamically provided by U-Boot and passed to RTEMS via register r3 (just like for Linux).
> 
> On 27/04/16 17:03, Travis Wheatley wrote:
>> I am trying to get the hello example to run on a T2080RDB board. I am getting a fatal error early in bsp_start in the following conditional that sets up some clock values.
> 
> -- 
> Sebastian Huber, embedded brains GmbH
> 
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.huber at embedded-brains.de
> PGP     : Public key available on request.
> 
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
> 
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users



More information about the users mailing list