machine.reset() = Guru Meditation Error
diginfo opened this issue · 2 comments
diginfo commented
Latest build, I am unable to capture the start of this crash as the first line below is repeated hundreds of time and is lost out of the screen buffer.
Guru Meditation Error of type IllegalInstruction occurred on core 0. Exception was unhandled.
Guru Meditation Error of type IllegalInstruction occurred on core 0. Exception was unhandled.
Guru Meditation E�ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
robert-hh commented
if you are on Linux, you can 'tee' the output of the terminal emulator in a file, like:
picocom -b 115200 /dev/ttyUSB0 | tee logfile
Putty also has a log feature.