I am comparing the partitition table bin files created by idf.py build and by gen_esp32part.py. My IDF version is v4.0-beta1.
sdkconfig has MD5 set for yes:
CONFIG_PARTITION_TABLE_MD5=y
But I seem not to have the MD5 in my flash after programming, nor in /build/partition_table/partition-table.bin
However, if I run: gen_esp32part.py partitions.csv partitions.bin
there is the expected extra data starting at 0x180.
Is this a bug in the v4.0-beta1 build tool?
00000170: 61 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 age.............
00000180: EB EB FF FF FF FF FF FF FF FF FF FF FF FF FF FF kk..............
00000190: C5 96 1C 9E B2 05 61 4F 17 58 B8 40 E8 8D 85 8C E...2.aO.X8@h...
000001a0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
000001b0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................
MD5 missing from partition-table.bin (v4.0-beta1)
Re: MD5 missing from partition-table.bin (v4.0-beta1)
Ah, okay. I unchecked this in menuconfig and now the MD5 is appended to the partitions bin file.
Has this "logic inversion" been fixed in latest branch, or will it be?
Thanks for quick answer, btw!
Has this "logic inversion" been fixed in latest branch, or will it be?
Thanks for quick answer, btw!
Who is online
Users browsing this forum: Google [Bot] and 79 guests