doc: imx8mq_evk: update doc after using binman
Update doc after using binman to pack images Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
		
							parent
							
								
									ea6ad1a42a
								
							
						
					
					
						commit
						70e59a0d17
					
				|  | @ -43,13 +43,14 @@ Build U-Boot | ||||||
| 
 | 
 | ||||||
|    $ export CROSS_COMPILE=aarch64-poky-linux- |    $ export CROSS_COMPILE=aarch64-poky-linux- | ||||||
|    $ make imx8mq_evk_defconfig |    $ make imx8mq_evk_defconfig | ||||||
|    $ make flash.bin |    $ make | ||||||
| 
 | 
 | ||||||
| Burn the flash.bin to MicroSD card offset 33KB: | Burn the flash.bin to MicroSD card offset 33KB: | ||||||
| 
 | 
 | ||||||
| .. code-block:: bash | .. code-block:: bash | ||||||
| 
 | 
 | ||||||
|    $sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc |    $sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc | ||||||
|  |    $sudo dd if=u-boot.itb of=/dev/sd[x] bs=1024 seek=384 conv=notrunc | ||||||
| 
 | 
 | ||||||
| Boot | Boot | ||||||
| ---- | ---- | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue