GreenWaves-Technologies / gap_sdk

SDK for Greenwaves Technologies' GAP8 IoT Application Processor
https://greenwaves-technologies.com/en/gap8-the-internet-of-things-iot-application-processor/
Apache License 2.0
138 stars 75 forks source link

Errors when trying to modify architecture parameters of GVSOC(like RAM sizes) #401

Open L3CT0RLI opened 12 months ago

L3CT0RLI commented 12 months ago

Hello! I used :pulp-run --platform=gvsoc --config=gap_rev1 --help to find the json file for gvsoc, and this appears: Traceback (most recent call last): File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/bin/pulp-run", line 40, in retval = runner.run() File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/python/plp_runner.py", line 204, in run platform_config = plpconf.get_config(platform_config_path, interpret=True) File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/python/pulp_config.py", line 116, in get_config config = js.import_config_from_file(file, find=True, interpret=interpret) File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 125, in import_config_from_file config_dict = get_config_file(file_path, interpret=interpret, find=find, path=path, paths=paths) File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 115, in get_config_file raise Exception("Didn't find JSON file from any specified path (file: %s, paths: %s)" % ( Exception: Didn't find JSON file from any specified path (file: /usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs/platforms/gvsoc.json, paths: /usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/configs:/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs)

What should I do to find the right json file of GVSOC?(for GAPUINO_V3),Thank you very much!