I’m struggling with u-boot these days.
Following the advice of many, I’m building u-boot using the link below.
I also downloaded the u-boot source code from the version linked in the document above. “GitHub - mtk-openwrt/u-boot: "Das U-Boot" Source Tree”
“make mt7622_emmc_rfb_defconfig; make”
I built it with the command below and uploaded it to EVB, but I’m getting an error.
So, I opened the original bootable u-boot from the EVB and the u-boot I just built using hexedit…
Original u-boot: 0F 00 00 EA New u-boot: 0A 00 00 14
In my experience, the u-boot should start with “0F 00 00 EA,” but the new u-boot starts with a completely different code.
Do you know why?