Re: DFU via UART
Carles Cufi
Hi Phil,
the smp_svr sample already enables DFU over the console: You can use a simpler alternative by disabling the shell and enabling direct UART transport:
The difference is just using BASE64 encoding in the shell transport.
Regarding the mcumgr parameters: https://mynewt.apache.org/latest/newtmgr/command_list/newtmgr_conn.html
You can use a connection profile like: mcumgr conn add myserial03 type=serial connstring="dev=/dev/ttys003, baud=115200"
Carles
From: users@... <users@...>
On Behalf Of Phil Hipp
Sent: 04 September 2018 16:02 To: users@... Subject: [Zephyr-users] DFU via UART
Hey,
|
|