imx_builder --- standalone build without Yocto

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

imx_builder --- standalone build without Yocto

imx_builder --- standalone build without Yocto

Mar 13, 2020: imx_builder_03122020.tgz  --- change the i.MX8MN  configuration.

 Dec 11, 2019: imx_builder_12112019.tgz --- add support  L4.19.35_1.1.0

August 28, 2019:  imx_builder_08282019.tgz   --- add i.MX8MM

July 03, 2019:  imx_builder_07032019.tgz --- add i.MX8QM: build_i.MX8 

Feb 26, 2020: imx_builder_02262020 --- add i.MX8MN, add spl m4 for build_i.MX8, build_i.MX8X with L4.14.98_2.0.0_ga, L4.14.98_2.2.0, L4.19.35_1.1.0

imx_builder_02262020:

imx_builder
|-- atf -> bsp/imx-atf
|-- bsp -> REL/rel_imx_4.19.35_1.1.0
|-- build -> build_i.MX8X/L4.19.35_1.1.0
|-- build_i.MX6
|   |-- L3.0.x
|   |-- L3.1x.xx
|   |-- L4.14.xx
|   |-- L4.19.xx
|   `-- L4.1.xx
|-- build_i.MX8
|   |-- before_L4.14.98_2.0.0_ga
|   |-- L4.14.98_2.0.0_ga
|   |-- L4.14.98_2.2.0
|   `-- L4.19.35_1.1.0
|-- build_i.MX8M
|   |-- before.L4.19.35
|   `-- L4.19.35
|-- build_i.MX8MM
|   |-- before.L4.19.35
|   `-- L4.19.35
|-- build_i.MX8MN
|   `-- L4.19.35
|-- build_i.MX8X
|   |-- before_L4.14.98_2.0.0_ga
|   |-- L4.14.98_2.0.0_ga
|   |-- L4.14.98_2.2.0
|   `-- L4.19.35_1.1.0
|-- dts -> linux/arch/arm/boot/dts
|-- dts64 -> linux/arch/arm64/boot/dts/freescale
|-- dts_uboot -> u-boot/arch/arm/dts
|-- imx-mkimage -> bsp/imx-mkimage
|-- linux -> bsp/linux-imx
|-- m4_img
|   |-- m4_1_image.bin -> rpmsg_lite_str_echo_rtos_imxcm4.bin
|   |-- m4_image.bin -> power_mode_switch.bin
|   `-- readme.txt
|-- Makefile -> build/Makefile
|-- Others
|   |-- clk_module
|   |-- cryptodev-linux-1.8
|   |-- helloworld_module
|   |-- key_blob_module
|   `-- spi
|-- out
|-- README -> build/README
|-- REL
|-- scfw -> bsp/scfw
|-- SETTINGS.MK -> build/SETTINGS.MK
|-- toolchains
|   `-- scfw
|-- u-boot -> bsp/uboot-imx
`-- VERSION.MK

imx_builder is a set of Makefile for build u-boot, Linux kernel, atf, scfw, imx-mkimage.  You can call it standalone build.

here is the step to try it. 

You can use  -n for make to get the detail build steps.

ex:  make atf -n 

       make linux.Image -n

L4.14.78_ga as example:

1. Untar  imx_builder_02282019.tgz

2. Read the  Standalone_Build_Preparation.pdf inside to prepare the bsp.

3. Prepare the toolchains(populate_sdk from yocto, get from linaro, get from buildroot, etc.)

4. Prepare scfw toolchains following the SCFW Porting Kit. 

5. Follow the Standalone_Build_Preparation.pdf to check if the Build Structure is correct.

  1. Build Structure

L4.14.78_1.0.0_ga as example.

Prepare rel_imx_4.14.78_1.0.0_ga in REL

Make symbol link to REL/rel_imx_4.14.78_1.0.0_ga

Make symbol link to build_i.MX8X

 

imx_builder/

|-- atf -> bsp/imx-atf

|-- bsp -> REL/rel_imx_4.14.78_1.0.0_ga

|-- build -> build_i.MX8X

|-- build_i.MX6

|-- build_i.MX8M

|-- build_i.MX8X

|   |-- Makefile -> Makefile.4.14.78_ga

|   |-- Makefile.4.14.78_ga

|   |-- README

|   |-- SETTINGS_4.14.78_1.0.0_ga.MK

|   |-- SETTINGS.MK -> SETTINGS_4.14.78_1.0.0_ga.MK

|   `-- VERSION.MK

|-- dts -> linux/arch/arm/boot/dts

|-- imx-mkimage -> bsp/imx-mkimage

|-- linux -> bsp/linux-imx

|-- Makefile -> build/Makefile

|-- Others

|-- out

|-- README -> build/README

|-- REL

|   `-- rel_imx_4.14.78_1.0.0_ga

|       |-- firmware-imx-8.0.bin

|       |-- imx-atf

|       |-- imx-mkimage

|       |-- imx-sc-firmware-1.1.bin(optional)

|       |-- imx-scfw-porting-kit-1.1.tar.gz

|       |-- linux-imx

|       `-- uboot-imx

|-- scfw -> bsp/scfw

|-- SETTINGS.MK -> build/SETTINGS.MK

|-- Standalone_Build_Preparation.pdf

|-- toolchains

|   `-- scfw

|       `-- gcc-arm-none-eabi-6-2017-q2-update

|-- u-boot -> bsp/uboot-imx

`-- VERSION.MK -> build/VERSION.MK

Labels (1)
Attachments
Comments

Hi,

Is there any modification need to be done to enable secure boot of imx8qxp?

imx_builder_03122020.tgz, and building the i.MX 8MM, the Makefile has target defined for rootfs.tar, however missing ${FS_TAR_SCRIPT} defined in SETTINGS.MK:

FS_DIR=${PWD}/fs
FS_TAR_DIR=${FS_DIR}/tar
FS_TAR_SCRIPT=${FS_TAR_DIR}/rootfs.tar.gz.sh

Can the full FS_DIR and scripts for all sub directories be provided in imx_builder?

Missing:

fs/tar

fs/ubi

fs/cpio

At the very initial version of imx_builder, I just add a very small rootfs for test purpose. 

And I decide not to support rootfs any more. But I didn't remove the rules.

Acuatully, I made the small test rootfs by buildroot.


rootfs:rootfs.tar
#       $(RM)  $(ROOTFS_DIR)/dev/null $(OUT_ROOTFS)
#       fakeroot -- sh -c 'mknod -m a=rw $$0/dev/null c 1 3 && cd $$0 && tar jfvc $$1 *' ${ROOTFS_DIR} ${OUT_ROOTFS}
#       $(RM)  $(OUT_ROOTFS_TAR) $(OUT_ROOTFS_UBI)
#       fakeroot -- ${FS_TAR_SCRIPT}  ${ROOTFS_DIR} ${OUT_ROOTFS_TAR}
#       fakeroot -- ${FS_UBI_SCRIPT}  ${ROOTFS_DIR} ${OUT_ROOTFS_UBIFS} ${OUT_ROOTFS_UBI} ${FS_UBI_DIR}

rootfs.tar:
        $(RM)  $(OUT_ROOTFS_TAR)
        fakeroot -- ${FS_TAR_SCRIPT}  ${ROOTFS_DIR} ${OUT_ROOTFS_TAR}
rootfs.cpio:
        $(RM)  $(OUT_ROOTFS_CPIO)
        fakeroot -- ${FS_CPIO_SCRIPT}  ${ROOTFS_DIR} ${OUT_ROOTFS_CPIO}

Hi BiyongSUN‌, thanks for the update.  

Here is script (getSw.sh) to populate the bsp directory.  Using release rel_imx_5.4.24_2.1.0, for firmware-imx, the i.MX_Linux_Release_Notes.pdf had the version (8.8) for this release.  To use other Linux releases, update the TAG and FWR variable for the versions needed.

#!/bin/bash

TAG="rel_imx_5.4.24_2.1.0"
FWR="8.8"

CAF="https://source.codeaurora.org/external/imx"
MAD="wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO"

wget ${MAD}/firmware-imx-${FWR}.bin

for repo in linux-imx uboot-imx imx-atf imx-mkimage; do
    git clone ${CAF}/${repo} -b ${TAG};
done
‍‍‍‍‍‍‍‍‍‍‍

Thanks a lot for your script. 

I have a similar one, which remove the .git in linunx-imx, uboot-imx to make the bsp small. 

I think it not part of the imx_builder so far. 

And my initial thought is for customers to understand the standalone build. and easy to see the single steps, which is a little bit hard to read in Yocto.

The imx_builder is for a professional user like you. You can add any new feature like preparing bsp.  

Thanks a lot for your interesting in my imx_builder.

%3CLINGO-SUB%20id%3D%22lingo-sub-1127417%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3Eimx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127417%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EMar%2013%2C%202020%3A%26nbsp%3Bimx_builder_03122020.tgz%26nbsp%3B%20---%20change%20the%20i.MX8MN%26nbsp%3B%20configuration.%3C%2FP%3E%3CP%3E%26nbsp%3BDec%2011%2C%202019%3A%26nbsp%3Bimx_builder_12112019.tgz%20---%20add%20support%26nbsp%3B%20L4.19.35_1.1.0%3C%2FP%3E%3CP%3EAugust%2028%2C%202019%3A%26nbsp%3B%20imx_builder_08282019.tgz%20%26nbsp%3B%20---%20add%20i.MX8MM%3C%2FP%3E%3CP%3EJuly%2003%2C%202019%3A%26nbsp%3B%20imx_builder_07032019.tgz%20---%20add%20i.MX8QM%3A%26nbsp%3Bbuild_i.MX8%26nbsp%3B%3C%2FP%3E%3CP%3EFeb%2026%3CSPAN%20style%3D%22display%3A%20inline%20!important%3B%20float%3A%20none%3B%20background-color%3A%20transparent%3B%20color%3A%20%233d3d3d%3B%20font-family%3A%20Helvetica%20Neue%2CHelvetica%2CArial%2CLucida%20Grande%2Csans-serif%3B%20font-size%3A%2015px%3B%20font-style%3A%20normal%3B%20font-variant%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20left%3B%20text-decoration%3A%20none%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20-webkit-text-stroke-width%3A%200px%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20word-wrap%3A%20break-word%3B%22%3E%2C%202020%3A%20imx_builder_02262020%20---%20add%20i.MX8MN%2C%20add%20spl%20m4%20for%20build_i.MX8%2C%26nbsp%3Bbuild_i.MX8X%20with%26nbsp%3BL4.14.98_2.0.0_ga%2C%20L4.14.98_2.2.0%2C%20L4.19.35_1.1.0%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22display%3A%20inline%20!important%3B%20float%3A%20none%3B%20background-color%3A%20transparent%3B%20color%3A%20%233d3d3d%3B%20font-family%3A%20Helvetica%20Neue%2CHelvetica%2CArial%2CLucida%20Grande%2Csans-serif%3B%20font-size%3A%2015px%3B%20font-style%3A%20normal%3B%20font-variant%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20left%3B%20text-decoration%3A%20none%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20-webkit-text-stroke-width%3A%200px%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20word-wrap%3A%20break-word%3B%22%3E%20imx_builder_02262020%3A%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CDIV%3Eimx_builder%3CBR%20%2F%3E%7C--%20atf%20-%26gt%3B%20bsp%2Fimx-atf%3CBR%20%2F%3E%7C--%20bsp%20-%26gt%3B%20REL%2Frel_imx_4.19.35_1.1.0%3CBR%20%2F%3E%7C--%20build%20-%26gt%3B%20build_i.MX8X%2FL4.19.35_1.1.0%3CBR%20%2F%3E%7C--%20build_i.MX6%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L3.0.x%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L3.1x.xx%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.14.xx%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.19.xx%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.1.xx%3CBR%20%2F%3E%7C--%20build_i.MX8%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20before_L4.14.98_2.0.0_ga%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.14.98_2.0.0_ga%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.14.98_2.2.0%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.19.35_1.1.0%3CBR%20%2F%3E%7C--%20build_i.MX8M%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20before.L4.19.35%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.19.35%3CBR%20%2F%3E%7C--%20build_i.MX8MM%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20before.L4.19.35%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.19.35%3C%2FDIV%3E%3CDIV%3E%7C--%20build_i.MX8MN%3C%2FDIV%3E%3CDIV%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.19.35%3CBR%20%2F%3E%7C--%20build_i.MX8X%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20before_L4.14.98_2.0.0_ga%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.14.98_2.0.0_ga%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20L4.14.98_2.2.0%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20L4.19.35_1.1.0%3CBR%20%2F%3E%7C--%20dts%20-%26gt%3B%20linux%2Farch%2Farm%2Fboot%2Fdts%3CBR%20%2F%3E%7C--%20dts64%20-%26gt%3B%20linux%2Farch%2Farm64%2Fboot%2Fdts%2Ffreescale%3CBR%20%2F%3E%7C--%20dts_uboot%20-%26gt%3B%20u-boot%2Farch%2Farm%2Fdts%3CBR%20%2F%3E%7C--%20imx-mkimage%20-%26gt%3B%20bsp%2Fimx-mkimage%3CBR%20%2F%3E%7C--%20linux%20-%26gt%3B%20bsp%2Flinux-imx%3CBR%20%2F%3E%7C%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%20font-size%3A%2022px%3B%22%3E%3CSTRONG%3E--%20m4_img%3C%2FSTRONG%3E%3C%2FSPAN%3E%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20m4_1_image.bin%20-%26gt%3B%20rpmsg_lite_str_echo_rtos_imxcm4.bin%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20m4_image.bin%20-%26gt%3B%20power_mode_switch.bin%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20readme.txt%3CBR%20%2F%3E%7C--%20Makefile%20-%26gt%3B%20build%2FMakefile%3CBR%20%2F%3E%7C--%20Others%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20clk_module%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20cryptodev-linux-1.8%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20helloworld_module%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20key_blob_module%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20spi%3CBR%20%2F%3E%7C--%20out%3CBR%20%2F%3E%7C--%20README%20-%26gt%3B%20build%2FREADME%3CBR%20%2F%3E%7C--%20REL%3CBR%20%2F%3E%7C--%20scfw%20-%26gt%3B%20bsp%2Fscfw%3CBR%20%2F%3E%7C--%20SETTINGS.MK%20-%26gt%3B%20build%2FSETTINGS.MK%3CBR%20%2F%3E%7C--%20toolchains%3CBR%20%2F%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20scfw%3CBR%20%2F%3E%7C--%20u-boot%20-%26gt%3B%20bsp%2Fuboot-imx%3CBR%20%2F%3E%60--%20VERSION.MK%3C%2FDIV%3E%3CDIV%3E%3C%2FDIV%3E%3CP%3E%3C%2FP%3E%3CP%3Eimx_builder%20is%20a%20set%20of%20Makefile%20for%20build%20u-boot%2C%20Linux%20kernel%2C%20atf%2C%20scfw%2C%20imx-mkimage.%26nbsp%3B%20You%20can%20call%20it%20standalone%20build.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ehere%20is%20the%20step%20to%20try%20it.%26nbsp%3B%3C%2FP%3E%3CP%3EYou%20can%20use%26nbsp%3B%20-n%20for%20make%20to%20get%20the%20detail%20build%20steps.%3C%2FP%3E%3CP%3Eex%3A%20%26nbsp%3Bmake%20atf%20-n%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3Bmake%20linux.Image%20-n%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EL4.14.78_ga%20as%20example%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E1.%20Untar%26nbsp%3B%26nbsp%3Bimx_builder_02282019.tgz%3C%2FP%3E%3CP%3E2.%20Read%20the%26nbsp%3B%26nbsp%3BStandalone_Build_Preparation.pdf%20inside%20to%20prepare%20the%20bsp.%3C%2FP%3E%3CP%3E3.%20Prepare%20the%20toolchains(populate_sdk%20from%20yocto%2C%20get%20from%20linaro%2C%20get%20from%20buildroot%2C%20etc.)%3C%2FP%3E%3CP%3E4.%20Prepare%20scfw%20toolchains%20following%20the%26nbsp%3BSCFW%20Porting%20Kit.%26nbsp%3B%3C%2FP%3E%3CP%3E5.%20Follow%20the%26nbsp%3B%3CSPAN%3EStandalone_Build_Preparation.pdf%20to%20check%20if%20the%20Build%20Structure%20is%20correct.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3COL%20start%3D%228%22%3E%3CLI%3E%3CSTRONG%3E%3CSPAN%3E%20Build%20Structure%20%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FLI%3E%3C%2FOL%3E%3CP%20style%3D%22text-indent%3A%2010.5pt%3B%22%3E%3CSPAN%3EL4.14.78_1.0.0_ga%20as%20example.%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-indent%3A%2010.5pt%3B%22%3E%3CSPAN%3EPrepare%20rel_imx_4.14.78_1.0.0_ga%20in%20REL%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-indent%3A%2010.5pt%3B%22%3E%3CSPAN%3EMake%20symbol%20link%20to%20REL%2Frel_imx_4.14.78_1.0.0_ga%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22text-indent%3A%2010.5pt%3B%22%3E%3CSPAN%3EMake%20symbol%20link%20to%20build_i.MX8X%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3Eimx_builder%2F%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20atf%20-%26gt%3B%20bsp%2Fimx-atf%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3E%7C--%20bsp%20-%26gt%3B%20REL%2Frel_imx_4.14.78_1.0.0_ga%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3E%7C--%20build%20-%26gt%3B%20build_i.MX8X%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20build_i.MX6%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20build_i.MX8M%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20build_i.MX8X%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20Makefile%20-%26gt%3B%20Makefile.4.14.78_ga%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20Makefile.4.14.78_ga%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20README%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20SETTINGS_4.14.78_1.0.0_ga.MK%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%7C--%20SETTINGS.MK%20-%26gt%3B%20SETTINGS_4.14.78_1.0.0_ga.MK%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20VERSION.MK%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20dts%20-%26gt%3B%20linux%2Farch%2Farm%2Fboot%2Fdts%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20imx-mkimage%20-%26gt%3B%20bsp%2Fimx-mkimage%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20linux%20-%26gt%3B%20bsp%2Flinux-imx%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20Makefile%20-%26gt%3B%20build%2FMakefile%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20Others%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20out%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3E%7C--%20README%20-%26gt%3B%20build%2FREADME%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3E%7C--%20REL%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3Erel_imx_4.14.78_1.0.0_ga%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%7C--%20firmware-imx-8.0.bin%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%20%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%7C--%20imx-atf%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%20%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%7C--%20imx-mkimage%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%7C%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%7C--%20imx-sc-firmware-1.1.bin(optional)%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%7C--%20imx-scfw-porting-kit-1.1.tar.gz%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%7C--%20linux-imx%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%3CSPAN%20style%3D%22color%3A%20%23c00000%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%60--%20uboot-imx%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20scfw%20-%26gt%3B%20bsp%2Fscfw%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20SETTINGS.MK%20-%26gt%3B%20build%2FSETTINGS.MK%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20Standalone_Build_Preparation.pdf%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C--%20toolchains%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%20%60--%20scfw%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%3CSPAN%3E%7C%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%60--%3CSPAN%20style%3D%22color%3A%20red%3B%22%3E%3CSTRONG%3E%20gcc-arm-none-eabi-6-2017-q2-update%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%7C--%20u-boot%20-%26gt%3B%20bsp%2Fuboot-imx%3C%2FP%3E%3CP%20style%3D%22margin-left%3A%2010.5pt%3B%22%3E%60--%20VERSION.MK%20-%26gt%3B%20build%2FVERSION.MK%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1127417%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3EGeneral%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1127422%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20imx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127422%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThanks%20a%20lot%20for%20your%20script.%26nbsp%3B%3C%2FP%3E%3CP%3EI%20have%20a%20similar%20one%2C%20which%20remove%20the%20.git%20in%20linunx-imx%2C%20uboot-imx%20to%20make%20the%20bsp%20small.%26nbsp%3B%3C%2FP%3E%3CP%3EI%20think%20it%20not%20part%20of%20the%20imx_builder%20so%20far.%26nbsp%3B%3C%2FP%3E%3CP%3EAnd%20my%20initial%20thought%20is%20for%20customers%20to%20understand%20the%20standalone%20build.%20and%20easy%20to%20see%20the%20single%20steps%2C%20which%20is%20a%20little%20bit%20hard%20to%20read%20in%20Yocto.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20imx_builder%20is%20for%20a%20professional%20user%20like%20you.%20You%20can%20add%20any%20new%20feature%20like%20preparing%20bsp.%20%26nbsp%3B%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%20a%20lot%20for%20your%20interesting%20in%20my%20imx_builder.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1127421%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20imx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127421%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FBiyongSUN%22%20target%3D%22_blank%22%3EBiyongSUN%3C%2FA%3E%E2%80%8C%2C%20thanks%20for%20the%20update.%26nbsp%3B%26nbsp%3B%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHere%20is%20script%20(getSw.sh)%20to%20populate%20the%20bsp%20directory.%26nbsp%3B%20Using%20release%20rel_imx_5.4.24_2.1.0%2C%20for%20firmware-imx%2C%20the%20i.MX_Linux_Release_Notes.pdf%20had%20the%20version%20(8.8)%20for%20this%20release.%26nbsp%3B%20To%20use%20other%20Linux%20releases%2C%20update%20the%20TAG%20and%20FWR%20variable%20for%20the%20versions%20needed.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-c%20line-numbers%22%3E%3CCODE%3E%23%3CSPAN%20class%3D%22operator%20token%22%3E!%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebash%3CBR%20%2F%3E%3CBR%20%2F%3ETAG%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%3CSPAN%20class%3D%22string%20token%22%3E%22rel_imx_5.4.24_2.1.0%22%3C%2FSPAN%3E%3CBR%20%2F%3EFWR%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%3CSPAN%20class%3D%22string%20token%22%3E%228.8%22%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3ECAF%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%3CSPAN%20class%3D%22string%20token%22%3E%3CSPAN%3E%22%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fexternal-link.jspa%3Furl%3Dhttps%253A%252F%252Fsource.codeaurora.org%252Fexternal%252Fimx%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%3C%2FA%3E%3CSPAN%3E%22%3C%2FSPAN%3E%3C%2FSPAN%3E%3CBR%20%2F%3EMAD%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%3CSPAN%20class%3D%22string%20token%22%3E%3CSPAN%3E%22wget%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fexternal-link.jspa%3Furl%3Dhttps%253A%252F%252Fwww.nxp.com%252Flgfiles%252FNMG%252FMAD%252FYOCTO%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fwww.nxp.com%2Flgfiles%2FNMG%2FMAD%2FYOCTO%3C%2FA%3E%3CSPAN%3E%22%3C%2FSPAN%3E%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3Ewget%20%24%3CSPAN%20class%3D%22punctuation%20token%22%3E%7B%3C%2FSPAN%3EMAD%3CSPAN%20class%3D%22punctuation%20token%22%3E%7D%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Efirmware%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimx%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%24%3CSPAN%20class%3D%22punctuation%20token%22%3E%7B%3C%2FSPAN%3EFWR%3CSPAN%20class%3D%22punctuation%20token%22%3E%7D%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ebin%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20repo%20in%20linux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimx%20uboot%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimx%20imx%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eatf%20imx%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Emkimage%3CSPAN%20class%3D%22punctuation%20token%22%3E%3B%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22keyword%20token%22%3Edo%3C%2FSPAN%3E%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20git%20clone%20%24%3CSPAN%20class%3D%22punctuation%20token%22%3E%7B%3C%2FSPAN%3ECAF%3CSPAN%20class%3D%22punctuation%20token%22%3E%7D%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%24%3CSPAN%20class%3D%22punctuation%20token%22%3E%7B%3C%2FSPAN%3Erepo%3CSPAN%20class%3D%22punctuation%20token%22%3E%7D%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eb%20%24%3CSPAN%20class%3D%22punctuation%20token%22%3E%7B%3C%2FSPAN%3ETAG%3CSPAN%20class%3D%22punctuation%20token%22%3E%7D%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3B%3C%2FSPAN%3E%3CBR%20%2F%3Edone%3CBR%20%2F%3E%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%E2%80%8D%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1127420%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20imx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127420%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAt%20the%20very%20initial%20version%20of%26nbsp%3B%3CSPAN%20style%3D%22display%3A%20inline%20!important%3B%20float%3A%20none%3B%20background-color%3A%20transparent%3B%20color%3A%20%2351626f%3B%20font-family%3A%20arial%2Chelvetica%2C'helvetica%20neue'%2Cverdana%2Csans-serif%3B%20font-size%3A%2014px%3B%20font-style%3A%20normal%3B%20font-variant%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20left%3B%20text-decoration%3A%20none%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20-webkit-text-stroke-width%3A%200px%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%22%3Eimx_builder%3C%2FSPAN%3E%2C%20I%20just%20add%20a%20very%20small%20rootfs%20for%20test%20purpose.%26nbsp%3B%3C%2FP%3E%3CP%3EAnd%20I%20decide%20not%20to%20support%20rootfs%20any%20more.%26nbsp%3B%3CSPAN%20style%3D%22display%3A%20inline%20!important%3B%20float%3A%20none%3B%20background-color%3A%20transparent%3B%20color%3A%20%233d3d3d%3B%20font-family%3A%20Helvetica%20Neue%2CHelvetica%2CArial%2CLucida%20Grande%2Csans-serif%3B%20font-size%3A%2015px%3B%20font-style%3A%20normal%3B%20font-variant%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20left%3B%20text-decoration%3A%20none%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20-webkit-text-stroke-width%3A%200px%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20word-wrap%3A%20break-word%3B%22%3EBut%20I%20didn't%20remove%20the%20rules.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22display%3A%20inline%20!important%3B%20float%3A%20none%3B%20background-color%3A%20transparent%3B%20color%3A%20%233d3d3d%3B%20font-family%3A%20Helvetica%20Neue%2CHelvetica%2CArial%2CLucida%20Grande%2Csans-serif%3B%20font-size%3A%2015px%3B%20font-style%3A%20normal%3B%20font-variant%3A%20normal%3B%20font-weight%3A%20400%3B%20letter-spacing%3A%20normal%3B%20orphans%3A%202%3B%20text-align%3A%20left%3B%20text-decoration%3A%20none%3B%20text-indent%3A%200px%3B%20text-transform%3A%20none%3B%20-webkit-text-stroke-width%3A%200px%3B%20white-space%3A%20normal%3B%20word-spacing%3A%200px%3B%20word-wrap%3A%20break-word%3B%22%3EAcuatully%2C%20I%20made%20the%20small%20test%20rootfs%20by%20buildroot.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CDIV%3E%3CBR%20%2F%3Erootfs%3Arootfs.tar%3CBR%20%2F%3E%23%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%24(RM)%26nbsp%3B%20%24(ROOTFS_DIR)%2Fdev%2Fnull%20%24(OUT_ROOTFS)%3CBR%20%2F%3E%23%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20fakeroot%20--%20sh%20-c%20'mknod%20-m%20a%3Drw%20%24%240%2Fdev%2Fnull%20c%201%203%20%26amp%3B%26amp%3B%20cd%20%24%240%20%26amp%3B%26amp%3B%20tar%20jfvc%20%24%241%20*'%20%24%7BROOTFS_DIR%7D%20%24%7BOUT_ROOTFS%7D%3CBR%20%2F%3E%23%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%24(RM)%26nbsp%3B%20%24(OUT_ROOTFS_TAR)%20%24(OUT_ROOTFS_UBI)%3CBR%20%2F%3E%23%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20fakeroot%20--%20%24%7BFS_TAR_SCRIPT%7D%26nbsp%3B%20%24%7BROOTFS_DIR%7D%20%24%7BOUT_ROOTFS_TAR%7D%3CBR%20%2F%3E%23%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20fakeroot%20--%20%24%7BFS_UBI_SCRIPT%7D%26nbsp%3B%20%24%7BROOTFS_DIR%7D%20%24%7BOUT_ROOTFS_UBIFS%7D%20%24%7BOUT_ROOTFS_UBI%7D%20%24%7BFS_UBI_DIR%7D%3C%2FDIV%3E%3CDIV%3E%3CBR%20%2F%3Erootfs.tar%3A%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%24(RM)%26nbsp%3B%20%24(OUT_ROOTFS_TAR)%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20fakeroot%20--%20%24%7BFS_TAR_SCRIPT%7D%26nbsp%3B%20%24%7BROOTFS_DIR%7D%20%24%7BOUT_ROOTFS_TAR%7D%3C%2FDIV%3E%3CDIV%3Erootfs.cpio%3A%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%24(RM)%26nbsp%3B%20%24(OUT_ROOTFS_CPIO)%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20fakeroot%20--%20%24%7BFS_CPIO_SCRIPT%7D%26nbsp%3B%20%24%7BROOTFS_DIR%7D%20%24%7BOUT_ROOTFS_CPIO%7D%3C%2FDIV%3E%3CDIV%3E%20%3C%2FDIV%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1127419%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20imx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127419%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Eimx_builder_03122020.tgz%2C%20and%20building%20the%20i.MX%208MM%2C%20the%20Makefile%20has%20target%20defined%20for%20rootfs.tar%2C%20however%20missing%20%24%7BFS_TAR_SCRIPT%7D%20defined%20in%20SETTINGS.MK%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFS_DIR%3D%24%7BPWD%7D%2Ffs%3CBR%20%2F%3EFS_TAR_DIR%3D%24%7BFS_DIR%7D%2Ftar%3CBR%20%2F%3EFS_TAR_SCRIPT%3D%24%7BFS_TAR_DIR%7D%2Frootfs.tar.gz.sh%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECan%20the%20full%20FS_DIR%20and%20scripts%20for%20all%20sub%20directories%20be%20provided%20in%20imx_builder%3F%3C%2FP%3E%3CP%3EMissing%3A%3C%2FP%3E%3CP%3Efs%2Ftar%3C%2FP%3E%3CP%3Efs%2Fubi%3C%2FP%3E%3CP%3Efs%2Fcpio%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1127418%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20imx_builder%20---%20standalone%20build%20without%20Yocto%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1127418%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3EIs%20there%20any%20modification%20need%20to%20be%20done%20to%20enable%20secure%20boot%20of%20imx8qxp%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E
No ratings
Version history
Last update:
‎02-28-2019 03:10 AM
Updated by: