Re: [U-Boot] Chain loading U-Boot on ARM v7, data abort

2018-08-20 Thread Neil Stainton
On Fri, Aug 17, 2018 at 10:57 AM, Neil Stainton wrote: > New Stack Pointer is: 9ef92ea0 > Relocation Offset is: 18795000 > Relocating to 9ff95000, new gd at 9ef92ec0, sp at 9ef92ea0 > data abort > pc : [<87800c5c>] lr : [<9ff9570c>] > sp : 9ef92ea0 ip : 0030 fp :

[U-Boot] Chain loading U-Boot on ARM v7, data abort

2018-08-17 Thread Neil Stainton
Hello list, I am attempting to get U-Boot chain loading another instance of U-Boot and need a little help: I'm currently using the Freescale iMX6ULL EVK, but am developing for a custom platform which is intended to have a primary boot loader in ROM and a field-updatable secondary boot loader,