[U-Boot] scan_peb ubi error sama5d36 nand flash v2019.01

2019-03-26 Thread Daniel Evans
After an install of Nand flash using an SD card and linux script on a custom sama5d36 board, setup with the following partitions: $ cat /proc/mtd dev:size erasesize name mtd0: 0004 0002 "at91bootstrap" mtd1: 000c 0002 "bootloader" mtd2: 0008 0002 "bootloader env" mt

Re: [U-Boot] no DTB with nand SPL on sama5d3

2019-01-21 Thread Daniel Evans
t;> >> On 17/01/2019 21:34, Daniel Evans wrote: >>> Follow up question: >>> >>> I notice that u-boot-spl-pad.bin is empty even though >>> CONFIG_SPL_PAD_TO = CONFIG_SPL_MAX_SIZE = 0x18000. Is that why it >>> isn’t find the dtb because it

Re: [U-Boot] no DTB with nand SPL on sama5d3

2019-01-17 Thread Daniel Evans
n 17.01.2019 11:05, Simon Goldschmidt wrote: >> On Thu, Jan 17, 2019 at 10:02 AM wrote: >>> >>> >>> >>> On 16.01.2019 21:05, Daniel Evans wrote: >>>> Hello, >>>> >>>> Yes, I am trying to load the U-boot SPL >>&

Re: [U-Boot] no DTB with nand SPL on sama5d3

2019-01-17 Thread Daniel Evans
17, 2019, at 2:09 AM, eugen.hris...@microchip.com wrote: > > > > On 17.01.2019 11:05, Simon Goldschmidt wrote: >> On Thu, Jan 17, 2019 at 10:02 AM wrote: >>> >>> >>> >>> On 16.01.2019 21:05, Daniel Evans wrote: >>>> Hello, &

Re: [U-Boot] no DTB with nand SPL on sama5d3

2019-01-16 Thread Daniel Evans
ris...@microchip.com wrote: > > > > > On 16.01.2019 03:13, Daniel Evans wrote: >> After flashing my boot.bin to nand I get the following output: >> >> RomBOOT >> Missing DTB >> ### ERROR ### Please RESET the board ### >> >> I found t

[U-Boot] no DTB with nand SPL on sama5d3

2019-01-15 Thread Daniel Evans
After flashing my boot.bin to nand I get the following output: RomBOOT Missing DTB ### ERROR ### Please RESET the board ### I found the error message in fdtdec.c, but not sure what I am missing. I have checked that my DTB is included in the boot.bin output. Any insight on what I am missing?

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

2018-12-05 Thread Daniel Evans
needs tweaking or to be removed? Dan > On Dec 5, 2018, at 7:36 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.

[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 wor