Belkin RT3200/Linksys E8450 WiFi AX discussion

Please help debugging OKD issue

Volunteers with bricked devices needed. Are you seeing this?

ERROR:   BL2: Failed to load image id ...

(never mind the actual image id)

Then please help and use mtk_uartboot to gather some crucial information needed to debug this issue. @hackpascal sugested to use bl2 with increased loglevel on a bricked device to see what's going on there. So if your device is currently in this condition, you can help by doing this using the special bl2 image the installer now builds for this purpose: https://github.com/dangowrt/owrt-ubi-installer/releases/download/v1.1.1/bl2-for-debug-snand-issue.bin

./mtk_uartboot --brom-load-baudrate 115200 -s /dev/ttyUSB0 -p bl2-for-debug-snand-issue.bin --aarch64 ; screen -h 10000 /dev/ttyUSB0 115200

You will then see a lot of debugging output in screen and the result should be the same, BL2 fails to load the image, just now we may know why.

Once no more output arrives, please share the complete content of the screen buffer for further analysis.

5 Likes