Re: BBB hello does not run...

2021-06-23 Thread Christian MAUDERER
Hello Chris, Am 23.06.21 um 10:41 schrieb Chris Johns: Hi Christian, Thanks for the reply. My uboot SD card does not have any FDT blobs so this is the reason for the failure. We seem to now have a dependency on an FDT. I have played a bit and found the cause of the error:

Re: BBB hello does not run...

2021-06-23 Thread Chris Johns
Hi Christian, Thanks for the reply. My uboot SD card does not have any FDT blobs so this is the reason for the failure. We seem to now have a dependency on an FDT. I have played a bit and found the cause of the error: https://git.rtems.org/rtems/tree/bsps/shared/ofw/ofw.c#n86 I have no problem

Re: BBB hello does not run...

2021-06-23 Thread Christian Mauderer
Hello Chris, there is no new requirement that I know of. The driver should parse the same FDT fields that have been parsed by libbsd earlier. It only want's to avoid the double initialization that had been done by RTEMS and libbsd. But there is a simple method how we can find out whether

Re: BBB hello does not run...

2021-06-22 Thread Chris Johns
I have bisect'ed the failure and this is the commit that is the problem: https://git.rtems.org/rtems/commit/?id=56074644a733ecc984722da2a1b61736275270c0 Hm Is there a new requirement on the needed FDT for a beagleboneblack. Chris On 23/6/21 2:52 pm, Chris Johns wrote: > Hi, > >

BBB hello does not run...

2021-06-22 Thread Chris Johns
Hi, hello.exe is not running. Any hints? master at ... https://git.rtems.org/rtems/commit/?id=b47dbbc5f7c8518634c7c5fccd57d78c65444f2d config.ini: [DEFAULT] BUILD_TESTS = False RTEMS_DEBUG = True RTEMS_POSIX_API = True [arm/beagleboneblack] BUILD_TESTS = True output: RTEMS Beagleboard: