mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8854 from AdamZhang0124/realtek-rtl8195am-SMCC_FOTA-bin_file_name-update
SMCC FOTA: bin name changepull/8946/head
commit
b0054897b1
|
@ -176,7 +176,7 @@ def rtl8195a_elf2bin(t_self, image_elf, image_bin):
|
|||
image_map = ".".join(image_name + ['map'])
|
||||
|
||||
ram1_bin = os.path.join(TOOLS_BOOTLOADERS, "REALTEK_RTL8195AM", "ram_1.bin")
|
||||
ram2_bin = ".".join(image_name) + '-payload.bin'
|
||||
ram2_bin = ".".join(image_name) + '_update.bin'
|
||||
|
||||
entry = find_symbol(t_self.name, image_map, "PLAT_Start")
|
||||
segment = parse_load_segment(t_self.name, image_elf)
|
||||
|
|
Loading…
Reference in New Issue