Hello everyone,
I have a custom i.MX6DL board running with mainline U-Boot and Linux-Kernel.
Now I have migrated from LPDDR2 to DDR3 and also increased the RAM-Size from 512MB to 1GB, thats all. The rest of the board is still identical.
I have managed to get the DDR3 running in U-Boot. I can start a netboot, can access USB, eMMC .....
Everything works fin there.
BUT: If I try to start my linux-kernel, everything I see is:
DHCP client bound to address 172.16.2.75 (255 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/board.dtb'.
Load address: 0x18000000
Loading: ###
1.9 MiB/s
done
Bytes transferred = 30295 (7657 hex)
BOOTP broadcast 1
DHCP client bound to address 172.16.2.75 (4 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/linuximage'.
Load address: 0x12000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################################
3.8 MiB/s
done
Bytes transferred = 7167880 (6d5f88 hex)
Kernel image @ 0x12000000 [ 0x000000 - 0x6d5f88 ]
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Loading Device Tree to 4f58c000, end 4f596656 ... OK
Starting kernel ...
It seems that there is something running, but I don't know where to go from here.
Any ideas or suggestions?
More informations needed?