JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
114 stars 86 forks source link

Rock3 Model C, build settings #96

Closed ozkansen closed 3 months ago

ozkansen commented 3 months ago

Hi, Which machine settings should I use on yocto for model "Rock3 Model C" ?

Thanks.

Ref: https://wiki.radxa.com/Rock3/3c

JeffyCN commented 3 months ago

sorry, this layer only support a few rockchip evb boards.

please check the readme.md for more details.

chrisiberg commented 3 months ago

You have to get the devicetree for this board, look here. https://github.com/radxa/kernel/tree/stable-4.19-rock3/arch/arm64/boot/dts/rockchip

JeffyCN commented 3 months ago

sorry, this board is no supported, you can follow the readme.md to support new custom boards.

JeffyCN commented 3 months ago

https://github.com/JeffyCN/meta-rockchip/blob/941f4102d94c8943bcbd6a12257605316fba7638/README.md#v-supporting-new-machine

chrisiberg commented 3 months ago

@JeffyCN just wanted to give ozkansen a hint 😉

ozkansen commented 3 months ago

thanks, I have no idea how to do it but I will try :)

JeffyCN commented 3 months ago

one simple way is to keep your original working kernel and loader, and replace the rootfs image only(might need to install gpu lib(and maybe firmware too) and wifi/bt modules/firmware manually).