On 10/29/2014 08:22 AM, Weiß Christoph wrote:
Dear all,
I am trying to get my own build of U-Boot to boot Linux on a Jetson TK1 board.
As we are pushing for verified boot I am using the Flat Image Tree (unifying
kernel image, device tree blob, ...) to describe my system. U-Boot can load the
ITB file and tries to start the kernel but the system hangs after this message.
...
images {
kernel@1 {
...
load = <0x81008000>;
entry = <0x81008000>;
That looks plausible, but ...
...
Tegra124 (Jetson TK1) # bootm 0x90000000
## Loading kernel from FIT Image at 90000000 ...
Using 'conf@1' configuration
Verifying Hash Integrity ... OK
Trying 'kernel@1' kernel subimage
...
Load Address: 0x00000000
Entry Point: 0x00000000
That looks like it's copying the kernel to address 0, which isn't RAM on
this system. You'd need to track down why the wrong address is being used.
BTW, you may want to contact linux-tegra-b...@nvidia.com for support
with L4T. That said, this aspect of L4T U-Boot should be identical to
upstream U-Boot, since the L4T version is so close to upstream now.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot