imx6ul SPL UUU tool u-boot not start

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6ul SPL UUU tool u-boot not start

Jump to solution
1,411 Views
peterbärtsch
Contributor III

Hi

I tried to load the u-boot over UUU tool. The u-boot not starts when I load it over USB.

UUU tool commands

uuu sdp: boot -f SPL
uuu sdpv: write -f u-boot.img -addr 0x87800000
uuu sdpv: jump -addr 0x87800000

Console output

U-Boot SPL 2021.04-imx_v2021.04_5.10.35_2.0.0+g3463140881 (Jun 08 2021 - 01:39:44 +0000)
Trying to boot from USB SDP
SDP: initialize...
SDP: handle requests...
Downloading file of size 595333 to 0x87800000... done
Jumping to header at 0x87800000
Header Tag is not an IMX image
Found header at 0x87800000

 After "Found header at 0x87800000" nothing happens.

When I start from SD-Card everything works fine

U-Boot SPL 2021.04-imx_v2021.04_5.10.35_2.0.0+g3463140881 (Jun 08 2021 - 01:39:44 +0000)
Trying to boot from MMC1


U-Boot 2021.04-imx_v2021.04_5.10.35_2.0.0+g3463140881 (Jun 08 2021 - 01:39:44 +0000)

CPU: i.MX6UL rev1.1 696 MHz (running at 396 MHz)
CPU: Automotive temperature grade (-40C to 125C) at 34C
Reset cause: POR
Model: Test Board
Board: Test Board 6UL
DRAM: 256 MiB
NAND: 512 MiB
MMC: FSL_SDHC: 0
In: serial@2020000
Out: serial@2020000
Err: serial@2020000
Net: eth0: ethernet@2188000
Normal Boot
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
switch to partitions #0, OK
mmc0 is current device
Failed to load 'boot.scr'
10668800 bytes read in 455 ms (22.4 MiB/s)
Booting from mmc ...
24292 bytes read in 3 ms (7.7 MiB/s)
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 83008ee3

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
....

 

Do I need some special configurations?

Here the adresses whitch I use in my u-boot config

CONFIG_ARM=y 
CONFIG_ARCH_MX6=y
CONFIG_SYS_TEXT_BASE=0x87800000
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_NR_DRAM_BANKS=8
CONFIG_SYS_MEMTEST_START=0x80000000
CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_ENV_SIZE=0x4000
CONFIG_MX6UL=y
CONFIG_SPL_TEXT_BASE=0x00909000
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y

 

Kind regards

Peter

 

Labels (1)
0 Kudos
1 Solution
1,379 Views
peterbärtsch
Contributor III

Hi

I found the problem. 0x877fffc0 is the correct loader address not 0x87800000 

 

Kind regards,

Peter

View solution in original post

0 Kudos
3 Replies
1,380 Views
peterbärtsch
Contributor III

Hi

I found the problem. 0x877fffc0 is the correct loader address not 0x87800000 

 

Kind regards,

Peter

0 Kudos
1,386 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Have you tried using the prebuilt script?
uuu -b spl <bootloader>

Best regards,
Aldo.

0 Kudos
1,382 Views
peterbärtsch
Contributor III

Hi Aldo

I got only an error message

peterbrtsch_0-1649430604607.png

 

Regards,

Peter

0 Kudos