Live Q&A: From Dev Board to Bench Tool: Using a FRDM board & Zephyr Shell for Zero Code CAN/I2C Utilities (recording not available)
Are there slides associated with this presentation?
Eli,
Thanks for posting the slides. Not sure what was going on, but I didn't see them earlier.
There is a link in the "session slides" box on the left side of the page.
When the recording of this Q&A will be available ?
Q&A recording won't be made available but you can view Eli's talk and ask questions on the session's page: https://embeddedonlineconference.com/session/from_dev_board_to_bench_tool_using_a_frdm_board_zephyr_shell_for_zero_code_can_i2c_utilities
Thanks, Just wanted to make sure if the live was a discussion about this session you sent right?
Yes, it was a Q&A session where attendees could ask questions live to Eli.
Eli, very engaging presentation, thanks a lot! I can't wait to put my hands on the FRDM board (did not arrive yet). Do you recommend anything regarding Zephyr from NXP?
This is the repo I used for demos. It is also a demo of how to setup for professional development (application as a west manifest is a git repo).
https://github.com/nxp-pro-support/zephyr-start
The demos I ran were directly from this workspace.
Hello Eli
I've spend some hours but I haven't been able to setup the workspace to run the examples the way you showed us.
I followed the setup recipe but it failed after running 'west build -b frdm_mcxa156' because it doesn't seem to find the apropriate version of zephyr-sdk.
Another attempt was to follow other setup procedure, however, after installing many vscode plugins, software and cloning a zephyr repository of abour 8GB, I cannot find the same folder 'zephyr-start' with the example, thus I assume this way uses another distribution of zephyr.
https://www.nxp.com/document/guide/getting-started-with-zephyr:GS-ZEPHYR
Could you please give us more steps to setup the system you showed us?
What impact to real time response does the shell commands impose on the target?
The shell runs in its own thread.
You can set the priority:
Hi Eli, Thnaks for a great demo. Do you have a Github with your code? I love having a working example to start from. Particularly your prj.conf and HTML pages would be nice to look at..
excited to have real hands on experience








Nice introduction to Zephyr.