How to flash U-Boot and Linux kernel using Shell Scripts in Processor SDK Linux in 66AK2E05
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to flash U-Boot and Linux kernel using Shell Scripts in Processor SDK Linux in 66AK2E05
This FAQ explains the UBI image flashing on the K2E family processor. The prerequisites for this FAQ is,
Now the Steps to Flash the UBI image,
Kindly follow the video,
The questions asked during the execution will be answered
Give the path of "targetNFS" to install else, it will choose the default path. "[ /home/${USER}/ti-processor-sdk-linux-k2e-evm-06.03.00.106/targetNFS ]"
Now select the "TFTP" server's root directory.
This is a prerequisite - To install TFTP Server give "sudo apt install tftpd-hpa". This will install and configurations can be set in the "/etc/default/tftpd-hpa" file.
Refer to this link for TFTP installation, Link to TFTP installation.
Now, The setup will copy the following files into the TFTP server root directory (TFTP server root of the Host system)
zImage-k2e-evm.bin,
keystone-k2e-evm.dtb,
uboot-spi-k2e-evm.gph,
skern-k2e.bin and
k2-fw-initrd.cpio.gz. All those files are located in the "{SDK Folder}/board-support/prebuilt-images" folder.
Now, Input the serial port of the EVM "/dev/ttyUSB0" to configure Minicom configuration.
Now it will show the system IP for the TFTP transaction.
Now select the UBI image, choose U-Boot, and the UBI file system needs to be installed.
Select the "ZImage", "Secondary Boot", "UART Port", "BMC Port".
It will open Minicom and update the image from U-Boot.
Thanks & Regards,
Rajarajan U