-
Notifications
You must be signed in to change notification settings - Fork 1
04. How To Install Yocto Linux on eMMC or USB
vraevsky edited this page Sep 18, 2018
·
3 revisions
To install CL-SOM-iMX8 Yocto Linux onto on-board eMMC or USB please use the CompuLab Deployment Tool
.
Follow the step-by-step procedure for a selected image:
fsl-image-validation-imx/xwayland
-
Start
CompuLab Deployment Tool
-
Select an available destination:
-
-
cl-som-imx8 eMMC
device ismmcblk0
-
-
-
cl-som-imx8 USB
device issda
-
-
Be aware of the fact that all the data on the destination will be erased
-
The process runs: the output screen shows the log and progress
-
At the end of the process this message shows up
-
Open up a teminal window and issue
cl-deploy
-
Select an available destination
-
Be aware of the fact that all the data on the destination will be erased
-
The process runs: the output screen shows the log and progress
-
At the end of the process this message shows up
Requires no changes in the boot environment.
-
cl-som-imx8
is not able to read thebootloader
from a USB device, it means that event though the kernel & rootfs are on the USB thebootloader
must be on eitherSD-card
oreMMC
. - As of now the
cl-som-imx8
U-Boot
is able to recognize a USB device in theP9
port only.
- Turn on the device, stop in
U-Boot
and issue:
setenv bootargs console=${console} root=/dev/sda2 rootwait rw setenv loadfdt load usb 0 ${fdt_addr} ${fdt_file} setenv loadimage load usb 0 ${loadaddr} ${image} setenv bootcmd 'usb start && run loadimage && run loadfdt && booti ${loadaddr} - ${fdt_addr}' savenv boot