Replies: 1 comment 8 replies
-
Take a look at the messages generated by cboot on the serial console. Do you see logs from it about processing the extlinux.conf file, loading the kernel DTB, etc.? Are there any error messages in that sequence? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi OE4T developer,
I add
in my yocto local.conf and I can see /boot/extlinux/extlinux.conf in my system.
Now ,I generate a .dtbo and use
fdtoverlay
to merge .dtb and .dtbo, and then usefdtdump
to check the .dtb files are merged successfully, replace the original dtb file with the merged dtb file in/boot
. After the reboot, usedtc -I fs /proc/device-tree > dts.txt
to find that the merged dtb was not working. Is there something wrong with my operation? Or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions