Dear All,
System : UBUNTU - 20.04
NRF9160-SDK setup
I am following the below document:
https://docs.jaredwolff.com/nrf9160-sdk-setup-linux.html
install Visual Studio code - DONE
installing the extension - DONE
install Git, Python, and Pip. - DONE
4.Zephyr Tools: Setup - DONE
Zephyr Tools: Init Repo - ISSUE
LOGS
hemendra jain jainhemendrah@gmail.com
4:48 PM (0 minutes ago)
to me
Executing task: west init -m https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git –mf west.yml
Traceback (most recent call last):
File “/home/sanju/.zephyrtools/env/bin/west”, line 8, in <module>
sys.exit(main())
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 786, in main
app.run(argv or sys.argv[1:])
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 101, in run
self.load_manifest()
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 119, in load_manifest
self.manifest = Manifest.from_topdir(topdir=self.topdir,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1105, in from_topdir
return Manifest(topdir=topdir, config=config,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1373, in init
self.ctx = self.top_level_init(source_data,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1715, in top_level_init
manifest_path_option = get_option(‘manifest.path’)
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1712, in get_option
return config.get(option, default=default,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 169, in get
return self.get(lambda cf: cf.get(option), default, configfile)
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 208, in get
for cf in self.whence(configfile):
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 229, in _whence
raise RuntimeError(‘local configuration file not found’)
RuntimeError: local configuration file not found
Traceback (most recent call last):
File “/home/sanju/.zephyrtools/env/bin/west”, line 8, in <module>
sys.exit(main())
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 786, in main
app.run(argv or sys.argv[1:])
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 101, in run
self.load_manifest()
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/app/main.py”, line 119, in load_manifest
self.manifest = Manifest.from_topdir(topdir=self.topdir,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1105, in from_topdir
return Manifest(topdir=topdir, config=config,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1373, in init
self.ctx = self.top_level_init(source_data,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1715, in top_level_init
manifest_path_option = get_option(‘manifest.path’)
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/manifest.py”, line 1712, in get_option
return config.get(option, default=default,
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 169, in get
return self.get(lambda cf: cf.get(option), default, configfile)
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 208, in get
for cf in self.whence(configfile):
File “/home/sanju/.zephyrtools/env/lib/python3.8/site-packages/west/configuration.py”, line 229, in _whence
raise RuntimeError(‘local configuration file not found’)
RuntimeError: local configuration file not found
- The terminal process “/usr/bin/bash ‘-c’, ‘west update’” terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.