
Hi all,
I've some problems trying to boot a zImage with following command after load the zImage and the fdt file on memory:
U-Boot > fdt addr ${dtbaddr}; fdt resize; bootz ${loadaddr} - ${dtbaddr}
But the sistem stops at Starting kernel ...
File transfer via NFS from server 192.168.2.245; our IP address is 192.168.2.242 Filename '/srv/nfs/sandbox/0/am335x/boot/zImage'. Load address: 0x80000000 Loading: ################################################################# done Bytes transferred = 4011728 (3d36d0 hex) link up on port 0, speed 100, full duplex Using cpsw device File transfer via NFS from server 192.168.2.245; our IP address is 192.168.2.242 Filename '/srv/nfs/sandbox/0/am335x/boot/am335x-base0033.dtb'. Load address: 0x81600000 Loading: ###T T Abort ## Flattened Device Tree blob at 81600000 Booting using the fdt blob at 0x81600000 reserving fdt memory region: addr=81600000 size=3000 Loading Device Tree to 8fe3b000, end 8fe40fff ... OK
Starting kernel ...
The same commands using the uImage instead of zImage works without problems. Is expected to work ? Any clue before diving into the problem ?
Thanks in advance, Enric