Replies: 3 comments 8 replies
-
Perhaps @aaillet, who has had access to the hardware, could offer some insights. Additionally, this link could be of interest to you: R-Car H3ULCB CR7 Board - Hello World Demo on Renodepedia. |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for late reply, first time in the Zephyr discussions tab x) I'll check if I can reproduce the issue ASAP. Please @u27p20 can you give me some more information about your setup:
Did you followed the complete Zephyr getting started guide ? (https://docs.zephyrproject.org/latest/develop/getting_started/index.html) Depending on these information, some HW tweaks may be applied. Thanks by advance for your answers |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your messages. I've found a solution. The issue was related to the bootloaders of the A5x core. I resolved it by updating to the latest bootloaders for A5x and successfully flashed the Zephyr RTOS. I can observe the serial log on the terminal for hello world example. Currently, Zephyr is flashed at address 0x40040000 in RAM, which is volatile memory. I need to flash a binary after each reset. Is there a method to store binary files in non-volatile memory like hyper flash that persists even after a reset and boot from the non-volatile memory? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to flash and run Zephyr on the R7 core in the RCAR H3 Kingfisher Infotainment board. I've followed the steps mentioned in https://docs.zephyrproject.org/latest/boards/arm/rcar_h3ulcb/doc/rcar_h3ulcb.html.
I've successfully flashed the hello world application using "Olimex ARM-USB-OCD-H" and connected a USB to UART cable to CN04 on the Kingfisher board. The flashing logs indicate that the Zephyr binary is written to memory, but I've encountered some errors related to JTAG.
I have attached flashing logs using "west flash". PFA.
west-flash-logs.txt
After flashing the binary using "west flash", I don't see any serial prints on the serial console.
I'm currently stuck at this point and would like to determine whether the flashing using "west flash" was successful or not ? Additionally, I want to know if any specific configurations are required to run Zephyr on the R7 core in the RCAR H3 ?
Any assistance on this matter would be greatly appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions