Hello,
thanks for the hints
regarding
1. understood, we build the rcw with eclipse QorIQ, added all PBI commands,
according to ls1046aqds_pbi.cfg, just changed the bootloader entry to 0x6010000
and program separately at 0x60000000
it seems to work, processor accept it and turns off the asleep LED
2. We built the uboot based on SDK20, make ls1046aqds_defconfig, make,
just modified our I2C SPD address to 0x50
program u-boot.bin to 0x6010000, no serial output after power cycle,
3. Does the DDR4 has to be initalized before we see the first messages, like this ?
U-Boot 2018.03-00002-gc7a1f2d3e4-dirty (Nov 22 2021 - 16:01:37 +0100)
SoC: LS1046AE Rev1.0 (0x87070010)
we thought DDR init comes later, right ?
4. Don't we need a SPL version of uboot ?
when we boot from SD card, we see a double boot, first with
U-Boot SPL 2018.03-00002-gc7a1f2d3e4-dirty
it inits the DDR and then the bootloader starts again with:
U-Boot 2018.03-00002-gc7a1f2d3e4-dirty
Thanks for help,
Michael