Searched refs:BL2_S_IMAGE_START (Results 1 – 4 of 4) sorted by relevance
11 …BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START ..\config.cmake').read().split("set(BL2_S_… variable14 …BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START" ../config.cmake').read().split("set(BL2_S_I…25 BL2_S_IMAGE_START = parser.defs['values']['FLASH_AREA_0_OFFSET'] variable27 BL2_NS_IMAGE_START = BL2_S_IMAGE_START + parser.defs['values']['FLASH_S_PARTITION_SIZE']34 print("BL2_S_IMAGE_START = " + BL2_S_IMAGE_START)
12 …BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START:STRING= ..\CMakeCache.txt').read().split(… variable16 …BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START:STRING=" ../CMakeCache.txt').read().split('…24 os.system('pyocd flash tfm_s_ns_signed.bin --base-address ' + BL2_S_IMAGE_START + ' -t ' + target) …
14 …BL2_S_IMAGE_START = os.popen('findstr BL2_S_IMAGE_START:STRING= ..\CMakeCache.txt').read().split(… variable18 …BL2_S_IMAGE_START = os.popen('grep "BL2_S_IMAGE_START:STRING=" ../CMakeCache.txt').read().split('…35 os.system('echo loadfile tfm_s_ns_signed.bin ' + BL2_S_IMAGE_START + ' >> ' + FILE) # flash the sig…
17 set(BL2_S_IMAGE_START "0x8000" CACHE STRING "Base address of the secure… variable