Closed calumljohnston closed 5 years ago
CC @ccollins476ad @utzig
@calumljohnston @carlescufi @ccollins476ad @utzig Is there any update on this issue?
Is this ARM32 or ARM64? Could you post the contents of ~/.mcumgr.cp.json
?
I used arm64, Currently I could not find the ".mcumgr.cp.json" file in my system. It may be not generated in my system.
@calumljohnston @carlescufi @ccollins476ad @utzig Hi all, I resolved the issue by some changes in "newtmgr" packages. I also attached the patch file. I am not sure this patch help to everyone with the same error but It was resolved my error.
0001-Resolved-the-Error-errno-0-when-running-cross-compile.zip
@utzig Thanks for your prompt response
i meet the same problem. i have no idea to do that. anything new progress about this problem, pls be kindly to let me konow. @utzig
@calumljohnston @parinpatel @KosingZhu The issue should have been fixed by #10. Please update from master and if the problem persists, feel free to reopen this issue!
When trying to run the command:
root@02c00081527f2ae6:~# ./mcumgr -c serial1 image list
The only output is the line:
Error: errno 0
The program itself runs fine when browsing help, setting up
serial1
etc.Running:
root@02c00081527f2ae6:~# ./mcumgr -c serial1 image list -l DEBUG
Outputs:
Not hugely knowledgable in go so may be doing something wrong here but help would be appreciated.