Skip to content

Commit 34f3de1

Browse files
committed
updating flags
1 parent 0788f6c commit 34f3de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32_image_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def image2elf(filename, output_file, verbose=False):
133133
segments = {
134134
'.flash.rodata' : 'rw',
135135
'.dram0.data' : 'rw',
136-
'.iram0.vectors': 'rx',
136+
'.iram0.vectors': 'rwx',
137137
'.flash.text' : 'rx'
138138
}
139139

0 commit comments

Comments
 (0)