Re: [yocto] U-Boot networking broken in Rocko

2018-03-26 Thread Robert Berger
On 2018-03-26 19:51, akuster808 wrote: I found that this has already been fixed in U-Boot with the commit below.  I think it has something to do with the way GCC 7.1 onwards is now handling memory alignment. I also saw something similar and by upgrading to U-boot 2018.03 the problem went

Re: [yocto] U-Boot networking broken in Rocko

2018-03-26 Thread akuster808
On 03/26/2018 08:47 AM, Martin Townsend wrote: > Hi, > > I've discovered that U-Boot in Rocko for several builds that I > maintain is broken when performing various network related operations > like tftp, dhcp and ping. You get a data abort and it resets.  I found > that this has already been fix

[yocto] U-Boot networking broken in Rocko

2018-03-26 Thread Martin Townsend
Hi, I've discovered that U-Boot in Rocko for several builds that I maintain is broken when performing various network related operations like tftp, dhcp and ping. You get a data abort and it resets. I found that this has already been fixed in U-Boot with the commit below. I think it has somethin