EK-RA8D1 with LVGL example project
Hello,
A good place to start is the LVGL documentation page:
https://docs.lvgl.io/master/integration/chip/renesas.html#
The developed EK-RA8D1 project by LVGL contains many demos and widgets examples.
https://github.com/lvgl/lv_port_renesas_ek-ra8d1
when i am connecting the board EK-RA8D1 through J10 , automatically its showing like this and unable to access anything in terminal
1. Which example project is Flashed in the board?2. What is the default quickstart project that should be flashed in this board?
The board comes usually program with the quickstart project but I am not sure what you see is from it. Probably it has been re-programmed with another project.
www.renesas.com/.../ek-ra8d1-quick-start-guide
yes i tried doing that but when i connect the board with J11 then it is not able to access then board.
J11 is the USBFS port. The debug USB port is J10.
okay!! Thank you!!
i have to flash the same code through zephyr so that it will display the same on lgvl display ? so what are the steps and which project should i flash??? I want the same same interface should show on lvgl display such as trip settings navigation and theme!! anyone there who can help me out ASAP???
Anyone there??
You would need to port the LVGL library/code to a Zephyr project but there is not a detailed guide for this.
You can refer to this branch from Zephyr on EK-RA8D1.
okay !! Thank you so much !!
Sorry, I forgot the link to Zephyr's branch:
docs.zephyrproject.org/.../index.html
yeah already i refer to this !! i have ported zephyr to EK-RA8D1 but need to flash Speedometer LVGL demo !! but not getting!! trying to work on that