In this post, we will see how to resolve How to compare two memory location using CMP command in u-boot Question: I’m trying to compare two memory locations using the u-boot (CMP) command. I’ve u-boot-swap.bin which is flashed at the ...
Question: I have imx7d-pico with Carrier board. This tiny computer was used a lot for Android Things. PDF (datasheet) easily found. I stay (during the last two weeks) trying this tutorial: https://github.com/TechNexion/freertos-tn/tree/freertos_1.0.1_imx7d I’m correctly generating my image Yocto-hardknott-technexion with this: ...
Question: I’m correctly generating my image Yocto-hardknott-technexion with this: Then after I run modprobe imx_rpmsg_tty I have issue: virtio_rpmsg_bus virtio0: msg received with no recipient I tried this: https://community.toradex.com/t/rpmsg-error-virtio-rpmsg-bus-virtio0-msg-received-with-no-recipient/12701 But not solved yet When I change lines 83 and 102 ...
Question: I currently use a custom board based on SAMa5D31: Emmc is currently used for boot The Uboot fails to be started Stuck in SD/MMC: Done to load image without any reaction Answer: Modify the following If you have better ...