since OpenWrt 25.12.x sometimes my BPI-R4 Board hangs after reboot. But mostly there is no problem while booting.It seems there is a race condition problem caused through the Device Tree.I am using the SDCARD.IMG.GZ
…
[ 1.184493] 0x000000000000-0x000000200000 : "bl2"
[ 1.190586] 0x000000200000-0x000008000000 : "ubi"
[ 1.263052] ubi0: default fastmap pool size: 50
[ 1.267578] ubi0: default fastmap WL pool size: 25
[ 1.272371] ubi0: attaching mtd1
[ 1.691699] ubi0: scanning is finished
[ 1.700094] ubi0: attached mtd1 (name "ubi", size 126 MiB)
[ 1.705581] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 1.712448] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 1.719223] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 1.726175] ubi0: good PEBs: 1008, bad PEBs: 0, corrupted PEBs: 0
[ 1.732260] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[ 1.739470] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1697192243
[ 1.748590] ubi0: available PEBs: 105, total reserved PEBs: 903, PEBs reserved for bad PEB handling: 20
[ 1.757977] ubi0: background thread "ubi_bgt0d" started, PID 286
[ 1.764406] block ubiblock0_1: created from ubi0:1(rootfs)
[ 1.769881] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
[ 1.892418] i2c_dev: i2c /dev entries driver
[ 1.897138] /soc/i2c@11003000/rt5190a@64: Fixed dependency cycle(s) with /soc/i2c@11003000/rt5190a@64/regulators/buck1
[ 1.908888] mtk-lvts-thermal 1100a000.lvts: golden temp=60
[ 1.915823] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 1.924337] mtk-msdc 11230000.mmc: Got CD GPIO
[ 1.928083] mtk-ccifreq cci: failed to add devfreq device: -517
stopped at that point