Relative Content

Tag Archive for pythonpyserialu-bootimx6

Cannot interrupt uboot “Hit any key to stop autoboot:” with pySerial

I have a python script that is supposed to run a Linux update on an iMX6 device. I can reboot Linux via serial connection. I can see the device rebooting (console output is transferred). However, when I encounter the line “Hit any key to stop autoboot:” in the serial output, a write command seems to get ignored.