LDK ls1028 sd card

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LDK ls1028 sd card

254 Views
Skrzeka
Contributor I

Hello, 

I would like to build system for my forlinix ls1028OK board with 5.15 kernel

I downloaded Layerscape Linux Distribution POC User Guide
Rev. L5.15.71-2.2.0 — 17 February 2023

In documentation there is information to build composite firmware.

I didn't found the way to build it for ls1028. 

How can i create bootable SD card?

Best regards,

Rafał Skrzeczkowski

0 Kudos
1 Reply

240 Views
yipingwang
NXP TechSupport
NXP TechSupport

Build images:

$ DISTRO=fsl-qoriq-distro MACHINE=ls1028ardb source distro-setup-env
$ bitbake ls-image-main

$ bitbake linux-qoriq

$ bitbake qoriq-composite-firmware

Deploy images to SD card.

1. Connect the removable storage device to the Linux host machine.
2. Install flex-installer to deploy Layerscape LDP images (this is a one-time activity):
$ git clone https://github.com/nxp-imx/meta-nxp-desktop.git -b
lf-55.15.71-2.2.0-kirkstone
$ cp meta-nxp-desktop/scripts/flex-installer /usr/bin/
$ sudo chmod a+x /usr/bin/flex-installer
$ which flex-installer

$ flex-installer -b boot_LS_arm64_lts_5.15.tgz -r ls-image-main-ls1028ardb.tar.gz -f firmware_ls1028ardb_sdboot.img -d /dev/sdX

/dev/sdX is SD card device name on the host machine.

0 Kudos