User Tools

Site Tools


do_gentoo_on_usd_for_iot-gate-imx7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
do_gentoo_on_usd_for_iot-gate-imx7 [2017/11/05 00:28]
admin
do_gentoo_on_usd_for_iot-gate-imx7 [2017/11/21 17:44]
admin
Line 1: Line 1:
 +== Parted ==
 +  parted /dev/sdX
 +  mklabel msdos
 +  mkpart primary fat32 2048s 150M
 +  mkpart primary ext4 150M -1
 +
 == Understand the firmware == == Understand the firmware ==
 When I open the folder **install/​** into **cl-som-imx7-linux.zip**,​ I scan with ''​file''​ command to understand what I have, usually ARM hardware use uboot, then I hope uboot system + linux kernel + ramdisk. When I open the folder **install/​** into **cl-som-imx7-linux.zip**,​ I scan with ''​file''​ command to understand what I have, usually ARM hardware use uboot, then I hope uboot system + linux kernel + ramdisk.
Line 34: Line 40:
 I change into: I change into:
   #System for CL-SOM-iMX7   #System for CL-SOM-iMX7
-  ​ 
-  # Next run parameters 
-  setenv bootcmd_next ${bootcmd} 
-  setenv bootcmd '​setenv bootcmd $bootcmd_next;​ setenv bootcmd_next "";​ saveenv; run emmcboot; run nandboot; run defaultboot'​ 
-  saveenv 
   ​   ​
   # Parameters   # Parameters
Line 69: Line 70:
   * boot.scr   * boot.scr
   * kernel.img   * kernel.img
-  * All the dtb file+  * imx7d-sbc-iot-imx7.dtb
do_gentoo_on_usd_for_iot-gate-imx7.txt ยท Last modified: 2017/11/21 17:49 by admin