Board support crate for NXP S32K144EVB evaluation board
This boards uses OpenSDAv1 for programming and debuging
J-Link supply firmware for OpenSDA hardware, with this you will be able to use the evaluation board as a J-Link programmer/debugger. For instructions how to do this look here, i've used this method with the OpenSDAv1 generic firmware supplied here
Bobbin-cli greatly simplifies compilation and flashing embedded software written in Rust. After installing the j-link tools, it can be installed by running cargo install bobbin-cli
. Run the LED example on a connected evaluation board with j-link firmware (or an external j-link) with bobbin load --example led
or check out the readme for a full description of what you can do.
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.