tools /config.py --kernel release

Asked 2 years ago, Updated 2 years ago, 325 views

This is the spresense SDK.
I am checking examples/camera but I cannot proceed with an error.

Operating System: Windows 10 I ran it at msys terminal on msys64.

$tools/config.py --kernel release
WARNING: root: -k option is deprecated. Ignored.
Traceback (most recent call last):
  File "tools/config.py", line 412, in<module>
    dest=Defconfig(base, manager)
  File "tools/config.py", line 157, in __init__
    self.path=manager.get_fullpath(name)
  File "tools/config.py", line 111, inget_fullpath
    raise RuntimeError('Config'%s"not found'%name)
RuntimeError: Config "release" not found

The config.py option --kernel seems to have been ignored, but I couldn't find a solution when I searched the site.If anyone knows, please let me know.

spresense

2022-09-30 21:55

1 Answers

You may be referring to an older document.

The procedures on the official website will be helpful.

Spresense SDK Start Guide (CLI version) Steps to Run the Sample Application "Hello, World!"
Spresense SDK Tutorial

--kernel appears to be an option in an older SDK version.


2022-09-30 21:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.