|
With this changed boot.scr/boot.cmd file, this is the output I see on the UART console. After this boot gets stuck. I have tried with different values of the FDT address, such as 0x10000, ${fdt_addr_r}, etc. Always the same result. Sometimes the display on HDMI becomes shaky but nothing else happens.
- Hit any key to stop autoboot: 0
- no mmc device at slot 1
- card_caps:0x3000000a
- host_caps:0x3000003f
- switch to partitions #0, OK
- mmc0 is current device
- Scanning mmc 0:1...
- Found U-Boot script /boot/boot.scr
- 2318 bytes read in 8 ms (282.2 KiB/s)
- ## Executing script at 43100000
- U-boot loaded from SD
- Boot script loaded from mmc
- 188 bytes read in 7 ms (25.4 KiB/s)
- 126435 bytes read in 16 ms (7.5 MiB/s)
- 8187924 bytes read in 355 ms (22 MiB/s)
- 23435336 bytes read in 992 ms (22.5 MiB/s)
- ## Booting kernel from Legacy Image at 41000000 ...
- Image Name:
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 23435272 Bytes = 22.3 MiB
- Load Address: 41000000
- Entry Point: 41000000
- Verifying Checksum ... OK
- ## Loading init Ramdisk from Legacy Image at 43300000 ...
- Image Name: uInitrd
- Image Type: ARM Linux RAMDisk Image (gzip compressed)
- Data Size: 8187860 Bytes = 7.8 MiB
- Load Address: 00000000
- Entry Point: 00000000
- Verifying Checksum ... OK
- Loading Ramdisk to 49831000, end 49ffffd4 ... OK
- reserving fdt memory region: addr=43000000 size=2f000
- ## Linux machid: 00000000, FDT addr: 43000000
- Starting kernel ...
Copy code |
|