Hello, I tried modifying the am335x-common-bone-dtsi file, and then i compile the u-boot and the kernel, then save to a micro sd card, then into the BBB, then I go back to my host computer and the file had reverted back to its old self, and the changes were not ported to the BBB.
Do you think the problem is during compiling of either the kernel or the u-boot?
Yes, of course I am idiot. The build_kernel.sh applies the patches right at the beggening and wipes out all my
changes. Therefore, what I can do is in the build_kernel.sh I can add a line to replace the patched up files
with my new files right after the patches were implemented. Ha Ha Ha!!!
Yes, of course I am idiot. The build_kernel.sh applies the patches right at the beggening and wipes out all my
changes. Therefore, what I can do is in the build_kernel.sh I can add a line to replace the patched up files
with my new files right after the patches were implemented. Ha Ha Ha!!!
Why not make your changes and then do “tools/rebuild.sh”
Thanks John,
I’ll study the rebuild.sh to see what it does. So far recompiling the kernel and device tree worked. Now the question is is it possible just to recompile the device tree and
and just replace the dtbo instead of recompiling the kernel? I will modify the dtsi file and just recompile it to get the /deploy/…-dtbo and see if just replacing this.
Maybe this is a lot easier than doing an DT overlay capemgr daemon method. We will see.
rocketRod