<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704781#M210792</link>
    <description>&lt;P&gt;But these are refer&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/ta-p/1117306" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;correct these&amp;nbsp;&lt;SPAN&gt;variables&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 06:54:52 GMT</pubDate>
    <dc:creator>wang12zhe</dc:creator>
    <dc:date>2023-08-15T06:54:52Z</dc:date>
    <item>
      <title>question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1703329#M210625</link>
      <description>&lt;P&gt;HW: IMX8QXP&lt;BR /&gt;Yocto Version L5.15.32_2.0.0&lt;/P&gt;&lt;P&gt;I'm trying to update uboot env in kernel so I need fw_printenv and fw_settnv&lt;/P&gt;&lt;P&gt;from &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/ta-p/1117306" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/ta-p/1117306&lt;/A&gt;&lt;BR /&gt;I find I can add u-boot-fw-utils for i.MX to get fw_printenv and fw_settnv&lt;/P&gt;&lt;P&gt;After modify the *.inc and *.bb file and run command bitbake u-boot-imx-fw-utils，get the below error message:&lt;/P&gt;&lt;P&gt;Sstate summary: Wanted 8 Local 3 Mirrors 0 Missed 5 Current 247 (37% match, 98% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;ERROR: u-boot-imx-fw-utils-2022.04-r0 do_compile: oe_runmake failed&lt;BR /&gt;ERROR: u-boot-imx-fw-utils-2022.04-r0 do_compile: ExecutionError('/home/wzg/8TB/Yocto/L5.15.32_2.0.0/build-xwayland/tmp/work/imx8qxpmek-poky-linux/u-boot-imx-fw-utils/2022.04-r0/temp/run.do_compile.1188802', 1, None, None)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/wzg/8TB/Yocto/L5.15.32_2.0.0/build-xwayland/tmp/work/imx8qxpmek-poky-linux/u-boot-imx-fw-utils/2022.04-r0/temp/log.do_compile.1188802&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing shell function do_compile&lt;BR /&gt;| NOTE: make -j 4 imx8qxp_mek_defconfig&lt;BR /&gt;| HOSTCC scripts/basic/fixdep&lt;BR /&gt;| /bin/sh: 1: cc: not found&lt;BR /&gt;| make[1]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127&lt;BR /&gt;| make: *** [Makefile:492: scripts_basic] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;ERROR: Task (/home/wzg/8TB/Yocto/L5.15.32_2.0.0/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-fw-utils_2022.04.bb:do_compile) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 995 tasks of which 989 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P&gt;how to fix this issie?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 06:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1703329#M210625</guid>
      <dc:creator>wang12zhe</dc:creator>
      <dc:date>2023-08-11T06:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704641#M210781</link>
      <description>&lt;P&gt;These variables are invalid as the yocto can't find gcc.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1'
EXTRA_OEMAKE_class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" STRIP=true V=1'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 02:56:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704641#M210781</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-08-15T02:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704781#M210792</link>
      <description>&lt;P&gt;But these are refer&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/ta-p/1117306" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Adding-u-boot-fw-utils-for-i-MX-to-yocto...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;correct these&amp;nbsp;&lt;SPAN&gt;variables&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 06:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704781#M210792</guid>
      <dc:creator>wang12zhe</dc:creator>
      <dc:date>2023-08-15T06:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704782#M210793</link>
      <description>maybe,but I test L5.15.32_2.0.0, I think it's not work</description>
      <pubDate>Tue, 15 Aug 2023 06:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704782#M210793</guid>
      <dc:creator>wang12zhe</dc:creator>
      <dc:date>2023-08-15T06:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704835#M210797</link>
      <description>&lt;P&gt;But how to correct these&amp;nbsp;&lt;SPAN&gt;variables&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 07:48:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1704835#M210797</guid>
      <dc:creator>wang12zhe</dc:creator>
      <dc:date>2023-08-15T07:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1705359#M210860</link>
      <description>&lt;P&gt;I follow your instruction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cat conf/local.conf
 

DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"

# Switch to Debian packaging and include package-management in the image
PACKAGE_CLASSES = "package_deb"
EXTRA_IMAGE_FEATURES += "package-management"

IMAGE_INSTALL += " u-boot-fw-utils "


bitbake u-boot-fw-utils


Loading cache: 100% |                                                                                                                  | ETA:  --:--:--
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |#################################################################################################################| Time: 0:00:53
Parsing of 3187 .bb files complete (0 cached, 3187 parsed). 4737 targets, 297 skipped, 5 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "2.0.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "ubuntu-20.04"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "imx8qxpmek"
DISTRO               = "fsl-imx-xwayland"
DISTRO_VERSION       = "5.15-kirkstone"
TUNE_FEATURES        = "aarch64 armv8a crc crypto"
TARGET_FPU           = ""
meta
meta-poky            = "HEAD:27de52e402ae000dfa502d52908cd6e6aef923ec"
meta-oe
meta-multimedia
meta-python          = "HEAD:5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d"
meta-freescale       = "HEAD:2fb1ce365338126aad365012ebb913b3e4a9f1be"
meta-freescale-3rdparty = "HEAD:de0eb1408150d77f9cce97c559f9a5a3c71e5d6c"


meta-qt6             = "HEAD:b2894aad5c1aaa85f2f5c7b94391b7c51c39e555"
meta-virtualization  = "HEAD:973c8d0964c6f40338857efe5b8009b2f647d485"

NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.6/x86_64-nativesdk-libc-3.6.tar.xz;sha256sum=9bfc4c970495b3716b2f9e52c4df9f968c02463a9a95000f6657fbc3fde1f098 (will check PREMIRRORS first)
Initialising tasks: 100% |##############################################################################################################| Time: 0:00:01
Sstate summary: Wanted 187 Local 0 Mirrors 0 Missed 187 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
WARNING: libcap-ng-native-0.8.2-r0 do_fetch: Failed to fetch URL https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.2.tar.gz, attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 788 tasks of which 0 didn't need to be rerun and all succeeded.


ls    tmp/work/armv8a-poky-linux/libubootenv/0.3.2-r0/image/usr/bin/
fw_printenv  fw_setenv


 file      tmp/work/armv8a-poky-linux/libubootenv/0.3.2-r0/image/usr/bin/{fw_printenv,fw_setenv}
tmp/work/armv8a-poky-linux/libubootenv/0.3.2-r0/image/usr/bin/fw_printenv: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e7625227ed1fd849da8cf1ebe0fdb388dc1b5ee1, for GNU/Linux 3.14.0, with debug_info, not stripped
tmp/work/armv8a-poky-linux/libubootenv/0.3.2-r0/image/usr/bin/fw_setenv:   ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=862b9793a7f7f14a5cd9a4f593691783c280bd14, for GNU/Linux 3.14.0, with debug_info, not stripped&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 03:58:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1705359#M210860</guid>
      <dc:creator>JudyJeo</dc:creator>
      <dc:date>2023-08-16T03:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: question about Adding u-boot-fw-utils for i.MX to yocto project</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1709412#M211252</link>
      <description>&lt;P&gt;It is insmod provided solution, not me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark the reply of insmod as solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 22:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-Adding-u-boot-fw-utils-for-i-MX-to-yocto-project/m-p/1709412#M211252</guid>
      <dc:creator>JudyJeo</dc:creator>
      <dc:date>2023-08-22T22:39:17Z</dc:date>
    </item>
  </channel>
</rss>

