mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	pico-imx6ul, pico-imx7d: Use eMMC user partition by default
After discussing with TechNexion about how its default setting, it is better to install on the eMMC user partition by default, when using DFU, so it works out of box for majority of users. Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
		
				
					committed by
					
						 Stefano Babic
						Stefano Babic
					
				
			
			
				
	
			
			
			
						parent
						
							0a60a81ba3
						
					
				
				
					commit
					6899b04cc5
				
			| @@ -56,8 +56,8 @@ | ||||
|  | ||||
| #define CONFIG_DFU_ENV_SETTINGS \ | ||||
| 	"dfu_alt_info=" \ | ||||
| 		"spl raw 0x2 0x400 mmcpart 1;" \ | ||||
| 		"u-boot raw 0x8a 0x400 mmcpart 1;" \ | ||||
| 		"spl raw 0x2 0x400;" \ | ||||
| 		"u-boot raw 0x8a 0x400;" \ | ||||
| 		"/boot/zImage ext4 0 1;" \ | ||||
| 		"/boot/imx6ul-pico-hobbit.dtb ext4 0 1;" \ | ||||
| 		"/boot/imx6ul-pico-pi.dtb ext4 0 1;" \ | ||||
|   | ||||
| @@ -45,8 +45,8 @@ | ||||
|  | ||||
| #define CONFIG_DFU_ENV_SETTINGS \ | ||||
| 	"dfu_alt_info=" \ | ||||
| 		"spl raw 0x2 0x400 mmcpart 1;" \ | ||||
| 		"u-boot raw 0x8a 0x400 mmcpart 1;" \ | ||||
| 		"spl raw 0x2 0x400;" \ | ||||
| 		"u-boot raw 0x8a 0x400;" \ | ||||
| 		"/boot/zImage ext4 0 1;" \ | ||||
| 		"/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \ | ||||
| 		"/boot/imx7d-pico-pi.dtb ext4 0 1;" \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user