Hi, I am using the nrf52 Thread v4.1.0 SDK for development
I am using ADA4333
there pin 6 is used for Gate control but
in CLI pin 6 is used as uart tx
and it is hard-coded how i need to change it
i followed this thing
clone the openthread folder
git checkout to c6a258e3a5bd90aa26d8245c435c0ae5797027f4 as per readme file in the sdk
PS D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project\openthread> git checkout c6a258e3a5bd90aa26d8245c435c0ae5797027f4
Updating files: 100% (1364/1364), done.
Previous HEAD position was 8a1992e2e [nrf52833] fix bootloader configuration (#4392)
HEAD is now at c6a258e3a [github-actions] include fuzz checks (#4792)
PS D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project\openthread> cd..
PS D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project> py -3 build_gcc_libs.py
Traceback (most recent call last):
File "D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project\build_gcc_libs.py", line 28, in <module>
subprocess.run(make_cmd, check=True)
File "C:\Python39\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
PS D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project> py -3 D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project\build_gcc_libs.py
Traceback (most recent call last):
File "D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project\build_gcc_libs.py", line 28, in <module>
subprocess.run(make_cmd, check=True)
File "C:\Python39\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
PS D:\nRF52\SmartVote\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\external\openthread\project>