mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	partition_table: Move from 0x4000 to 0x8000
Also fix a bug with correctly padding bootloader image when length is already a multiple of 16.
This commit is contained in:
		@@ -21,7 +21,7 @@ extern "C"
 | 
			
		||||
{
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define ESP_PARTITION_TABLE_ADDR 0x4000
 | 
			
		||||
#define ESP_PARTITION_TABLE_ADDR 0x8000
 | 
			
		||||
#define ESP_PARTITION_MAGIC 0x50AA
 | 
			
		||||
 | 
			
		||||
/* OTA selection structure (two copies in the OTA data partition.)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user