Hi,
I’m currently using the Logger function for debugging purposes. I would like to access more information about the system through logging. I believe that the debugging files provided in the Particle repository provides more information when logging all log-levels.
My system information is as follows:
Boron LTE
VScode with Workbench 1.46.2
The installation process that I followed, using these CLI commands, was as follows:
particle flash --usb boron-system-part1@1.4.0-rc.1.bin
particle flash --usb boron-tinker-serial1-debugging@1.4.0-rc.1+debug.bin
particle flash --serial boron-bootloader@1.4.0-rc.1.bin
particle compile boron 3rdPartySIM.cpp --saveTo firmware.bin --target 1.4.0
particle flash --usb firmware.bin
particle flash --usb boron-tinker-serial1-debugging@1.4.0-rc.1+debug.bin
After successfully flashing the device, I would run “Particle serial monitor”, but no output is seen. I’ve tried this with other firmware versions as well, such as 1.3.1 and 1.2.1.
I’ve noticed that the tinker program mentions serial1.
How would I go about getting as much detail about the system logged to my console?
What are the debugging files actually for?
Would an SWD debugger assist me in retrieving more system information through the console?
Thanks in advance