Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-07 Thread Derald D. Woods
On Thu, Dec 06, 2018 at 08:02:19AM +, eugen.hris...@microchip.com wrote: > > > On 05.12.2018 22:38, Robert Nelson wrote: > > On Wed, Dec 5, 2018 at 8:37 AM wrote: > >> > >> > >> > >> On 05.12.2018 02:15, Daniel Evans wrote: > >>> Trying to get uboot SPL boot.bin to run on an SD card for the

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-06 Thread Eugen.Hristev
On 05.12.2018 22:38, Robert Nelson wrote: > On Wed, Dec 5, 2018 at 8:37 AM wrote: >> >> >> >> On 05.12.2018 02:15, Daniel Evans wrote: >>> Trying to get uboot SPL boot.bin to run on an SD card for the sama5d3 >>> xplained board. All I get is RomBOOT and no other messages. I have tried >>>

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-05 Thread Robert Nelson
On Wed, Dec 5, 2018 at 8:37 AM wrote: > > > > On 05.12.2018 02:15, Daniel Evans wrote: > > Trying to get uboot SPL boot.bin to run on an SD card for the sama5d3 > > xplained board. All I get is RomBOOT and no other messages. I have tried > > throwing in a couple test pins to toggle in

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-05 Thread Daniel Evans
Thanks, That put me on the right path. For some reason the nandheader is being added to the top of the boot.bin for the mmc/SD build. $ ls -l boot.bin -rw-r--r-- 1 nelson nelson 62686 Dec 5 12:25 boot.bin $ hexdump boot.bin | head 000 2405 c090 2405 c090 2405 c090 2405 c090 * 0d0 000f

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-05 Thread Eugen.Hristev
On 05.12.2018 02:15, Daniel Evans wrote: > Trying to get uboot SPL boot.bin to run on an SD card for the sama5d3 > xplained board. All I get is RomBOOT and no other messages. I have tried > throwing in a couple test pins to toggle in board_early_init_f but still not > getting any debug. I

[U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-04 Thread Daniel Evans
Trying to get uboot SPL boot.bin to run on an SD card for the sama5d3 xplained board. All I get is RomBOOT and no other messages. I have tried throwing in a couple test pins to toggle in board_early_init_f but still not getting any debug. I can get at91bootstrap to produce a boot.bin that