How to edit kernel config and device tree

I’ve successfully built TWR-VF65GS10. I’d like to permanently tweak the Linux config file and device tree but I’m unfamiliar with the build system. The config and device tree files appear to be overwritten during the build.

How best to make the edits?

@spider.karma,

./build_kernel.sh will wipe out everything and setup the default configuration… After you do that once, just use “./tools/rebuild.sh” between config and modifications to the “./KERNEL” directory…

Regards,

1 Like