when i execute ./genromap command on ubuntu, but it appear the error :
use exsting version.txt file
Traceback (most recent call last):
File "flash_build.py", line 1396, in <module>
eflash_loader_cfg = os.path.join(app_path, bin_build_out_path, "eflash_loader_cfg.ini")
File "shutil.py", line 245, in copy
File "shutil.py", line 121, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/hgfs/Share/bl_iot_sdk-master/customer_app/sdk_app_helloworld/build_out/eflash_loader_cfg.ini'
[52474] Failed to execute script flash_build
make: *** [/mnt/hgfs/Share/bl_iot_sdk-master/make_scripts_riscv/project.mk:191: all] Error 255
Do you know what is wrong with this, please? and how can i solve it?