| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example in which Embedded Proto is used to do CAN net booting on a NXP FRDM-KE06Z
Embedded Proto is a product of Embedded AMS B.V. For more information about Embedded Proto please visit EmbeddedProto.com.
Copyrights 2020-2024 Embedded AMS B.V. Amsterdam, www.EmbeddedAMS.nl, info@EmbeddedAMS.nl
This repository hosts example code for Embedded Proto, the embedded implementation of Google Protocol Buffers. This is an example showing how the NXP FRDM-KE06Z boots with firmware it receives from a CAN network.
Commands are sent from the PC to a USB to CAN converter which is connected to the FDRM-KE06Z.
You can read the full tutorial here.
git clone --recursive https://github.com/Embedded-AMS/EmbeddedProto_Example_FRDM_CAN_Bootloader.git
cd EmbeddedProto_Example_FRDM_CAN_Bootloader
python3 setup.pycd EmbeddedProto_Example_FRDM_CAN_Bootloader
source desktop/venv/bin/activate
python3 desktop/main.py desktop/assets/frdmke06z_led_blinky_RED.binDebug information will be shown in the terminal. After the booting is done the led will start blinking RED.
There is another example binary to make the led blink GREEN
python3 desktop/main.py desktop/assets/frdmke06z_led_blinky_RED.binHave fun!
Three simple things you can do to help improve Embedded Proto:
| Back | FazBrowse Home | New Git URL |