Re: [U-Boot] T1040RDB u-boot chain load u-boot

2018-06-13 Thread Radu-andrei Bulie
From: Chris Packham [mailto:judge.pack...@gmail.com] Sent: Friday, June 8, 2018 12:20 AM To: nicolae.rosia@gmail.com Cc: u-boot ; Priyanka Jain ; Radu-andrei Bulie Subject: Re: [U-Boot] T1040RDB u-boot chain load u-boot On Thu, Jun 7, 2018 at 10:46 PM Nicolae Rosia wrote: > Scenario

Re: [U-Boot] T1040RDB u-boot chain load u-boot

2018-06-07 Thread Chris Packham
On Thu, Jun 7, 2018 at 10:46 PM Nicolae Rosia wrote: > Scenario 4: > Remove RAMBOOT_PBL from defconfig: > -CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL" > +CONFIG_SYS_EXTRA_OPTIONS="SPL_FSL_PBL" > > This results in a binary that is more than 3GB (??) > > Scenario 4.1: > I noticed that

[U-Boot] T1040RDB u-boot chain load u-boot

2018-06-07 Thread Nicolae Rosia
Hello, I have a u-boot-with-spl-pbl.bin booting off NAND, and now I would like to create another build of u-boot to be chain-loaded, and I would appreciate some assistance. I'm using u-boot tag v2018.05, config T1040RDB_NAND_defconfig as base. Here's what I tried Scenario 1: Checking the