|
Log subsystem stopped working when execute the shell command
Hi Krzysztof, Thank you for your suggestion. I have cherry-picked this particular commit(https://github.com/zephyrproject-rtos/zephyr/pull/41969) to my application and tested it. Now the logs continuo
Hi Krzysztof, Thank you for your suggestion. I have cherry-picked this particular commit(https://github.com/zephyrproject-rtos/zephyr/pull/41969) to my application and tested it. Now the logs continuo
|
By
Srinivasan Tamilarasan
· #8362
·
|
|
Log subsystem stopped working when execute the shell command
Hi Team, I am using the zephyr 2.6 log v2 with deferred mode. My application continuously prints the log messages on the UART console. At the same time when I try to send the shell command then the lo
Hi Team, I am using the zephyr 2.6 log v2 with deferred mode. My application continuously prints the log messages on the UART console. At the same time when I try to send the shell command then the lo
|
By
Srinivasan Tamilarasan
· #8358
·
|
|
Custom driver Power Management in Zephyr
Hi, In our SoC, Few drivers(uart, dma, trng, gpio etc) use Zephyr device model and there are few drivers (wakeup timer, radio etc) does not use the zephyr driver. In that case the how to control the n
Hi, In our SoC, Few drivers(uart, dma, trng, gpio etc) use Zephyr device model and there are few drivers (wakeup timer, radio etc) does not use the zephyr driver. In that case the how to control the n
|
By
Srinivasan Tamilarasan
· #8050
·
|
|
OpenOCD Remote connection configuration in west
Hi, I need to connect my target board remotely using OpenOCD debugger. For now separate batch script is working for me using arm-none-ebbi-gdb connection. I need to enable the west flash for my custom
Hi, I need to connect my target board remotely using OpenOCD debugger. For now separate batch script is working for me using arm-none-ebbi-gdb connection. I need to enable the west flash for my custom
|
By
Srinivasan Tamilarasan
· #7942
·
|
|
West Flash failed with J-Link via JTAG connection
Hi, The issue resolved by adding below command, board_runner_args(jlink "--device=RUBY" "--speed=4000" "--iface=jtag" "--tool-opt=-jtagconf -1,-1 -autoconnect 1") Regards, Srinivasan
Hi, The issue resolved by adding below command, board_runner_args(jlink "--device=RUBY" "--speed=4000" "--iface=jtag" "--tool-opt=-jtagconf -1,-1 -autoconnect 1") Regards, Srinivasan
|
By
Srinivasan Tamilarasan
· #7939
·
|
|
Suppress the -nogui option in jlink commands during west flash
Hi, When we use the J-Link runner in west flash, the zephyr\scripts\west_commands\runners\jlink.py python script, default add the –nogui option in the J-Link command list. I need to remove this comman
Hi, When we use the J-Link runner in west flash, the zephyr\scripts\west_commands\runners\jlink.py python script, default add the –nogui option in the J-Link command list. I need to remove this comman
|
By
Srinivasan Tamilarasan
· #7938
·
|
|
West Flash failed with J-Link via JTAG connection
Hi Guys, I am trying to add jlink support for our custom device. When I try to program using J-Link Commander is working fine, which program the binary into memory and application starts running succe
Hi Guys, I am trying to add jlink support for our custom device. When I try to program using J-Link Commander is working fine, which program the binary into memory and application starts running succe
|
By
Srinivasan Tamilarasan
· #7937
·
|
|
Issue when log2, printk and assert together
Hi Krzysztof, Ok. Thank you for the support. Regards, Srinivasan
Hi Krzysztof, Ok. Thank you for the support. Regards, Srinivasan
|
By
Srinivasan Tamilarasan
· #7914
·
|
|
Issue when log2, printk and assert together
Hi Krzysztof, The build error is due to our internal logic. Now the build error got resolved and working fine. But the warning “__ASSERT() statements are globally ENABLED” I am getting always. How to
Hi Krzysztof, The build error is due to our internal logic. Now the build error got resolved and working fine. But the warning “__ASSERT() statements are globally ENABLED” I am getting always. How to
|
By
Srinivasan Tamilarasan
· #7912
·
|
|
Issue when log2, printk and assert together
Hi, I have cherry picked below 2 commits to zephyr2.6 branch and build it. Then I have included the macros CONFIG_LOG=y , CONFIG_LOG2_MODE_DEFERRED=y, CONFIG_LOG_PRINTK=y and CONFIG_ASSERT=y. Then the
Hi, I have cherry picked below 2 commits to zephyr2.6 branch and build it. Then I have included the macros CONFIG_LOG=y , CONFIG_LOG2_MODE_DEFERRED=y, CONFIG_LOG_PRINTK=y and CONFIG_ASSERT=y. Then the
|
By
Srinivasan Tamilarasan
· #7910
·
|
|
Issue when log2, printk and assert together
Hi, Good. It is got fixed now. Thank you for the response. Regards, Srinivasan
Hi, Good. It is got fixed now. Thank you for the response. Regards, Srinivasan
|
By
Srinivasan Tamilarasan
· #7905
·
|
|
Issue when log2, printk and assert together
Hi all, When enable CONFIG_LOG2_MODE_DEFERRED=y, CONFIG_LOG_PRINTK=y and CONFIG_ASSERT=y flag. I am getting the build error even there is no log/assert messages are used. PFA of cmake error log. But w
Hi all, When enable CONFIG_LOG2_MODE_DEFERRED=y, CONFIG_LOG_PRINTK=y and CONFIG_ASSERT=y flag. I am getting the build error even there is no log/assert messages are used. PFA of cmake error log. But w
|
By
Srinivasan Tamilarasan
· #7903
·
|
|
West Flash python dependency issue
Hi Guys, When I try flash my custom board using west –verbose flash command, I am getting below python dependency error. Can you help me to resolve this issue? -- west flash: using runner jlink. FATAL
Hi Guys, When I try flash my custom board using west –verbose flash command, I am getting below python dependency error. Can you help me to resolve this issue? -- west flash: using runner jlink. FATAL
|
By
Srinivasan Tamilarasan
· #7884
·
|
|
Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi Jacob, Thank you for the response. The issue got resolved now. Regards, Srinivasan
Hi Jacob, Thank you for the response. The issue got resolved now. Regards, Srinivasan
|
By
Srinivasan Tamilarasan
· #7856
·
|
|
Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi Jacob, Thank you for the response. As you have mentioned, I have tried following items, · Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake . · Added env variables, ZEPHYR_BASE=<my
Hi Jacob, Thank you for the response. As you have mentioned, I have tried following items, · Removed the statements set BOARD_ROOT, SOC_ROOT, DTS_ROOT in cmake . · Added env variables, ZEPHYR_BASE=<my
|
By
Srinivasan Tamilarasan
· #7851
·
|
|
Use the drivers files from the custom application directory instead of ZEPHYR_BASE
Hi, I am creating the standalone Zephyr application build. I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake file, set(BOAR
Hi, I am creating the standalone Zephyr application build. I have moved the custom dts, soc and board files to the application directory by adding below below lines in application cmake file, set(BOAR
|
By
Srinivasan Tamilarasan
· #7848
·
|
|
Resolve warning of DT_INST_DMAS_LABEL_BY_NAME deprecated macro in zephyr 2.6.0
Hi, In our dma based serial driver code, I am using the DT_INST_DMAS_LABEL_BY_NAME() as given in below code snippet. DT_INST_DMAS_LABEL_BY_NAME macro is deprecated in zephyr 2.6.0 release. I am trying
Hi, In our dma based serial driver code, I am using the DT_INST_DMAS_LABEL_BY_NAME() as given in below code snippet. DT_INST_DMAS_LABEL_BY_NAME macro is deprecated in zephyr 2.6.0 release. I am trying
|
By
Srinivasan Tamilarasan
· #7827
·
|