Coredump-info keeps asking for port when trying to decode text file
Posted: Mon Feb 05, 2024 1:42 pm
version 5.1 esp-edf, using powershell
running idf.py coredump-info -C <project directory> -c <dump file name>
I get the error "serial port COM4 COM4 failed to open.
according to the online help pages, there is no direction there for this other then -c option.
According to the --help of coredump-info, -C is the directory of the project and -c is the dump file and if the port is not specified, it is read from the file.
However this is not working and I cannot find any help on using the coredump utilities other then the online help page which appears to be outdated or wrong.
What is the correct syntex to read the text dump file taken from the UART output and stored in a file on windows 10.
Thanks.
running idf.py coredump-info -C <project directory> -c <dump file name>
I get the error "serial port COM4 COM4 failed to open.
according to the online help pages, there is no direction there for this other then -c option.
According to the --help of coredump-info, -C is the directory of the project and -c is the dump file and if the port is not specified, it is read from the file.
However this is not working and I cannot find any help on using the coredump utilities other then the online help page which appears to be outdated or wrong.
What is the correct syntex to read the text dump file taken from the UART output and stored in a file on windows 10.
Thanks.