Hi,
I made a custom board using CM3 so I’m trying to build kernel with my own device tree configuration that fits to my board and connected peripherals.
I followed instructions in https://radxa-doc.github.io/software/build.html and successfully built image using rbuild and kernel separately using bsp.
Then now I’m trying to add my own device tree and overlays to kernel source but wondering where I can get started.
How can I make bsp script to use my kernel source in my local machine?