Thanks, that points fingers to somethig changing in u-boot. The question is what ??
I don't know if this can help... Below, the diffs in the console booting LE11 (left) and LE12 (right):
Code
1c1
< =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.03.06 17:45:32 =~=~=~=~=~=~=~=~=~=~=~=
---
> =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.03.06 17:43:32 =~=~=~=~=~=~=~=~=~=~=~=
4c4
< TE: 300981
---
> TE: 563649
26c26
< 82 23 84 47 b5 54 7c 27 cb 26 69 12 [0.400291 Inits done]
---
> 82 23 84 47 b5 54 7c 27 cb 26 69 12 [0.660656 Inits done]
30c30
< Load bl33 from SD, src: 0x0003c000, des: 0x01000000, size: 0x0008eff0
---
> Load bl33 from SD, src: 0x0003c000, des: 0x01000000, size: 0x0009c550
43c43
< U-Boot 2022.10 (Jan 26 2024 - 19:01:04 +0000) wetek-play2
---
> U-Boot 2024.01 (Feb 25 2024 - 17:07:40 +0000) wetek-play2
47,49c47,49
< DRAM: 2 GiB
< Core: 164 devices, 26 uclasses, devicetree: separate
< MMC: mmc@70000: 0, mmc@72000: 1, mmc@74000: 2
---
> DRAM: 1 GiB (effective 2 GiB)
> Core: 170 devices, 28 uclasses, devicetree: separate
> MMC: mmc@70000: 2, mmc@72000: 0, mmc@74000: 1
51c51
< In: serial
---
> In: usbkbd,serial
55c55,58
< Net: eth0: ethernet@c9410000
---
> [BL31]: tee size: 0
> Net: Could not get PHY for ethernet@c9410000: addr -1
> No ethernet found.
>
58,59c61,62
< mmc1 is current device
< Scanning mmc 1:1...
---
> mmc0 is current device
> Scanning mmc 0:1...
69c72
< Data Size: 11576344 Bytes = 11 MiB
---
> Data Size: 12580402 Bytes = 12 MiB
74a78
> Working FDT set to 8008000
76c80,81
< Loading Device Tree to 000000003fff3000, end 000000003ffff639 ... OK
---
> Loading Device Tree to 000000003fff3000, end 000000003ffff638 ... OK
> Working FDT set to 3fff3000
78c83
< Starting kerne ...
---
> Starting kernel ...
80a86
> [ 0.585740] mdio_bus stmmac-0: MDIO device at address 0 is missing.
Display More