rg35xx-cfw / Koriki

SimpleMenu frontend for RG35xx
165 stars 4 forks source link

Is there a tutorial on compiling the image? #12

Open sanikoyes opened 1 year ago

sanikoyes commented 1 year ago

What happened?

May I ask how to compile the kernel uImage and os image, is there a tutorial or document link? Thanks

acmeplus commented 1 year ago

Didn't have the time to document that yet, but you can get the idea from the documentation of a previous firmware I did: https://rk3128-cfw.github.io/03_development/1_compile_batocera_image/

Basically follow those directions, but pull the repos from this project, and instead of rk3128 use rg35xx in the configs. That should get a full firmware. Use the rg35xx-koriki-wip branches since those are the most recent ones.

sanikoyes commented 1 year ago

First of all, thank you. I compiled the system image according to the tutorial you provided, and then copied the compiled uImage to the sd card. The same problem still appeared, and the screen remained black after the system. Is it because your kernel code or configuration has some modifications and has not been pushed to github?