Home
last modified time | relevance | path

Searched refs:pack_path (Results 1 – 1 of 1) sorted by relevance

/bsp/airm2m/air105/
A Dmakesoc.py7 pack_path='./pack' variable
17 if not os.path.exists(pack_path+'/bootloader.bin'):
18 …ttp://cdndownload.openluat.com/rt-thread/airm2m/air105/bootloader.bin", pack_path + '/bootloader.b…
20 if not os.path.exists(pack_path+'/soc_download.exe'):
21 …ttp://cdndownload.openluat.com/rt-thread/airm2m/air105/bootloader.bin", pack_path + '/bootloader.b…
23 shutil.copy(out_path+bin_file_name, pack_path+'/'+bin_file_name)
24 shutil.make_archive(out_file, 'zip', root_dir=pack_path)
25 os.remove(pack_path+'/'+bin_file_name)

Completed in 2 milliseconds