Hi Igor,
thank you for the reply.
I don't know if the ddr tests were done and I don't find the dcd header in the source code of the uboot, but the SOM normally works, it correctly starts the uboot and the OS, the only my problem is using the uuu: do you think that this problem can be solved implementing the dcd header changes?
I tried to follow the link that you indicated and I downloaded another version of uuu (the last indicated for my iMX6DL) but I get the same idle condition: the uuu start, download the u-boot into the ram and it boots it, but the following commands are not executed and the uuu not returns.
I'm trying to pass this file as argument of uuu:
SDP: boot -f u-boot.imx
SDPU: delay 1000
SDPU: write -f u-boot.imx
SDPU: jump
FB: ucmd setenv fastboot_dev mmc
FB: flash bootloader u-boot.imx
FB: done
but only the first command is executed