Using UBoot with FDT support. Have done upgrade many times without issues since 4.1. Last version was 5.12.6
Not sure what I did wrong this time. The console shows problem at bootm 0x800000 0x1100000 0x1c00000
How do I fix this?
========
Moderator edit: please use code tags (formatted code button) to post log.
Not sure what I did wrong this time. The console shows problem at bootm 0x800000 0x1100000 0x1c00000
Reset IDE: Bus 0: OK Bus 1: not available
Device 0: Model: ST31000524AS Firm: JC45 Ser#: 9VPC55YG
Type: Hard Disk
Supports 48-bit addressing
Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
10257 bytes read in 710 ms (13.7 KiB/s) <---- ext2load ide 0:1 0x1c00000 /boot/dts/kirkwood-goflexhome.dtb
5669000 bytes read in 5646 ms (980.5 KiB/s) <---- ext2load ide 0:1 0x800000 /boot/uImage
11782486 bytes read in 5392 ms (2.1 MiB/s) <---- ext2load ide 0:1 0x1100000 /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ... <---- bootm 0x800000 0x1100000 0x1c00000
Image Name: Linux-5.16.5-kirkwood-tld-1
Created: 2022-03-30 9:31:42 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5668936 Bytes = 5.4 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: initramfs-5.16.5-kirkwood-tld-1
Created: 2022-03-30 9:31:54 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 11782422 Bytes = 11.2 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
ERROR: Did not find a cmdline Flattened Device Tree
Could not find a valid device tree
How do I fix this?
========
Moderator edit: please use code tags (formatted code button) to post log.