Re: BBB u-boot

2017-09-25 Thread Christian Mauderer
Am 25.09.2017 um 01:26 schrieb Chris Johns: > On 24/09/2017 18:21, Christian Mauderer wrote: >> Am 24.09.2017 um 06:40 schrieb Chris Johns: >>> On 24/9/17 12:33 am, Christian Mauderer wrote: Am 23.09.2017 um 16:17 schrieb Christian Mauderer: > Am 22.09.2017 um 08:28 schrieb Chris

Re: BBB u-boot

2017-09-24 Thread Chris Johns
The boot time has dropped by 7 or 8 seconds so the average test time has dropped to 7.1sec letting all tests taking just over 1hr which is nice. The results are: Passed:545 Failed: 7 User Input: 4 Expected Fail: 0 Indeterminate: 0 Benchmark: 3 Timeout: 5 In

Re: BBB u-boot

2017-09-24 Thread Chris Johns
On 25/09/2017 09:26, Chris Johns wrote: > I am attempting to figure out the SD card's gpart geom. My built u-boot MLO > does > not boot with S2 pressed. I have figured this out. The SD card needs a special set up. I will document what is needed when I add a wiki page. Chris _

Re: BBB u-boot

2017-09-24 Thread Chris Johns
On 24/09/2017 18:21, Christian Mauderer wrote: > Am 24.09.2017 um 06:40 schrieb Chris Johns: >> On 24/9/17 12:33 am, Christian Mauderer wrote: >>> >>> >>> Am 23.09.2017 um 16:17 schrieb Christian Mauderer: Am 22.09.2017 um 08:28 schrieb Chris Johns: > On 22/09/2017 16:13, Sichen Zhao wrote

Re: BBB u-boot

2017-09-24 Thread Christian Mauderer
Am 24.09.2017 um 06:40 schrieb Chris Johns: > On 24/9/17 12:33 am, Christian Mauderer wrote: >> >> >> Am 23.09.2017 um 16:17 schrieb Christian Mauderer: >>> Am 22.09.2017 um 08:28 schrieb Chris Johns: On 22/09/2017 16:13, Sichen Zhao wrote: > Can you please tell me which version of u-boot

Re: BBB u-boot

2017-09-23 Thread Chris Johns
On 24/9/17 12:33 am, Christian Mauderer wrote: > > > Am 23.09.2017 um 16:17 schrieb Christian Mauderer: >> Am 22.09.2017 um 08:28 schrieb Chris Johns: >>> On 22/09/2017 16:13, Sichen Zhao wrote: Can you please tell me which version of u-boot you used? My version is old: U-Boot SPL 2014.

Re: BBB u-boot

2017-09-23 Thread Christian Mauderer
Am 23.09.2017 um 16:17 schrieb Christian Mauderer: > Am 22.09.2017 um 08:28 schrieb Chris Johns: >> On 22/09/2017 16:13, Sichen Zhao wrote: >>> Can you please tell me which version of u-boot you used? >>> My version is old: U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - >>> 13:23:54) >> >> I b

Re: BBB u-boot

2017-09-23 Thread Christian Mauderer
Am 22.09.2017 um 08:28 schrieb Chris Johns: > On 22/09/2017 16:13, Sichen Zhao wrote: >> Can you please tell me which version of u-boot you used? >> My version is old: U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - >> 13:23:54) > > I built git://git.denx.de/u-boot.git master and I think commit

Re: BBB u-boot

2017-09-21 Thread Chris Johns
On 22/09/2017 16:13, Sichen Zhao wrote: > Can you please tell me which version of u-boot you used? > My version is old: U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - > 13:23:54) I built git://git.denx.de/u-boot.git master and I think commit 8a1c44271c55961fb70fb6177f9c02fdb05287c5. Looking at

Re: BBB u-boot

2017-09-21 Thread Sichen Zhao
> Hi, > > I built u-boot from the git master repo for the Beaglebone Black and I have > been > working with an RTEMS u-boot type image plus a local patch to by pass > `bsp_fdt_copy` that is now called for this board. With the change there is a > crash as `r3` is not valid with the RTEMS OS entry.