Robert Lipe
Robert Lipe
Thanx. This looks promising. I changed the dev name in the obvious way: - utils.StartProgram("/dev/ttyUSB0", nil, 512000, "bl602/eflash_loader/eflash_loader_40m.bin", 2000000, bins, 5000) + // utils.StartProgram("/dev/ttyUSB0", nil, 512000, "bl602/eflash_loader/eflash_loader_40m.bin", 2000000, bins, 5000)...
My go is non-existent, but this looks like it's the third iteration of CmdReset() attempting to reconfigure the device and failing. This is on a PineCone. Jumper for GPIO8 is...
IO8 was mentioned in my final paragraph. I can the bit rates down to 9600 without meaningful change. I multiplied the error maxes by 100 and let it run for...
Confirmed an Intel Mac fails the same way as my M1 did. Will try other OSes soon. On Tue, Dec 1, 2020, 3:26 AM Yafei wrote: > @robertlipe > >...
Yes, with the jumper in the other position and after a reset, I can cu -s 9600 -l /dev/thatserialport and successfully speak with a CLI/admin panel on the BL602. So...
For the dso_handle issue, just make a global: void* __dso_handle = nullptr; For related issues, see the (excellent) https://alex-robenko.gitbook.io/bare_metal_cpp/compiler_output/static and related chapters.
I'm tired of fighting git/github to convert this into a pull request, but the fix will look something like: commit ca3734303ffbf6ceac2bc62d4fd93ba0f1d1daab (HEAD -> build_fix) Author: Robert Lipe Date: Wed Nov...
Thank you for your attention. Perhaps the better fix with that information, then, is to drop the other two and replace the use of -Tflash.ld with -Tflash_rom. I'm still awaiting...
That was contentious in the early days of GPX. https://www.topografix.com/gpx_manual.asp#time Date and time in are in Univeral Coordinated Time (UTC), not local time! Conforms to ISO 8601 specification for date/time...
I suspect our downfall is using -Wall. A new warning is added in some combination of compiler version and OS environment that we're not using and someone like Rick is...