Issue #1

0 up
0 down
Open
Created by Lasse

TFTP Boot Support

I'm trying to load the kernel (4.14.78) for the SMARC-iMX8M via tftp. After creating a uImage with this command I get the following error: mkimage -A arm64 -O linux -T kernel -C none -a 0 -e 0 -n Linux -d vmlinux kernel.uImage

u-boot$ bootm
## Booting kernel from Legacy Image at 40480000 ...
   Image Name:   Linux
   Image Type:   AArch64 Linux Kernel Image (uncompressed)
   Data Size:    26212600 Bytes = 25 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

"Synchronous Abort" handler, esr 0x02000000
elr: 00000000002da000 lr : 0000000040201c38 (reloc)
elr: 0000000080008000 lr : 00000000bff2fc38
x0 : 0000000000000000 x1 : 0000000000000000
x2 : 0000000000000000 x3 : 0000000000000000
x4 : 0000000080008000 x5 : 0000000000000001
x6 : 0000000000000008 x7 : 0000000000000000
x8 : 00000000becd7c30 x9 : 0000000000000002
x10: 000000000a200023 x11: 0000000000000002
x12: 0000000000000002 x13: 0000000000000200
x14: 0000000000000003 x15: 00000000bff2f358
x16: 0000000000001080 x17: 0000000000000000
x18: 00000000be92dda0 x19: 00000000bffce568
x20: 0000000000000000 x21: 0000000000000000
x22: 0000000000000000 x23: 00000000be933898
x24: 00000000bffbec60 x25: 0000000040480040
x26: 00000000bff2fc6c x27: 0000000000000400
x28: 0000000080008000 x29: 00000000be9257e0

Resetting CPU ...

I would appreciate any help in this regard.

Assignee: None
Milestone: None
2 participants