Trying to build my own image for this board (Rock 4 SE) but unsure what the correct procedure is. There is a .dts available for the board, .dtsi for the SoC (RK3399-T, which just seems to be a downclocked RK3399) and uboot defconfig available.
Can I just add the following to uboot_helper :
And then build using the command PROJECT=Rockchip ARCH=arm DEVICE=RK3399 UBOOT_SYSTEM=rock-4se make image ? Or do I have to create a patch manually? I'm not at all familiar with that process, so would really appreciate some pointers in that case. Having a hard time finding a good step-by-step tutorial.