molejar / pyMBoot

Python based library for communication with NXP MCU Bootloader.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Plans for implementing UART #1

Open Lauszus opened 5 years ago

Lauszus commented 5 years ago

Thanks for the great project!

Just wanted to know what the timeline is for implementing support for the UART interface?

molejar commented 5 years ago

It should be implemented until end of this year. At this moment I'm not able give you more precisely timeline. pyIMX and imxmi projects have higher priority yet

R-OLE commented 4 years ago

Also interested in this feature. On ARM Linux, want to use serial output (actually PTY) to drive another local program to talk to NXP bootloader over I2C. Saw you did some fixing up and cleaning up of the code recently. Can you give any status update on this issue?

Lauszus commented 2 years ago

For anyone else stumbling upon this issue. I ended up writing my own tool: https://github.com/Lauszus/pyblhost. It also supports uploading via CAN.