<?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>topic Re: flexbuild2108 in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627776#M12169</link>
    <description>&lt;P&gt;One more thing...&lt;/P&gt;&lt;P&gt;I tried Ubuntu 22.04 and just gave up on it. To many build errors... Especially cant find pip&lt;/P&gt;&lt;P&gt;I have seen posts where Ubuntu 20.4 is recommended and that is what I use.&lt;BR /&gt;And the packages required are below.&lt;/P&gt;&lt;P&gt;DO NOT INSTALL python3 stuff in &lt;STRONG&gt;BOLD&lt;/STRONG&gt;!!! Don't need it. My system is building just fine without it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem" target="_blank"&gt;https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem&lt;/A&gt;&lt;BR /&gt;Older advice:&lt;/P&gt;&lt;P&gt;sudo apt update&lt;BR /&gt;sudo apt install build-essential ccache ecj fastjar file g++ gawk \&lt;BR /&gt;gettext git java-propose-classpath libelf-dev libncurses5-dev \&lt;BR /&gt;libncursesw5-dev libssl-dev python python2.7-dev &lt;STRONG&gt;python3&lt;/STRONG&gt; unzip wget \&lt;BR /&gt;&lt;STRONG&gt;python3-distutils python3-setuptools python3-dev&lt;/STRONG&gt; rsync subversion \&lt;BR /&gt;swig time xsltproc zlib1g-dev&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2023 15:49:24 GMT</pubDate>
    <dc:creator>williawh</dc:creator>
    <dc:date>2023-04-04T15:49:24Z</dc:date>
    <item>
      <title>flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1626774#M12139</link>
      <description>&lt;P&gt;I am using Ubuntu 22.04. I am trying to build the rootfs for ubuntu lite userland using flexbuilder .&lt;/P&gt;&lt;P&gt;It is building fine with default packages.&lt;/P&gt;&lt;P&gt;But I want to add some other packages like ppp, net-snmp-server etc. In which file I should add the package name such that I will able to get the packages for LS1043ARDB?&lt;/P&gt;&lt;P&gt;As per the user guide of LSDK2108, I trired to add the packages in extra packages list under &amp;lt;flexbuild&amp;gt;/configs/ubuntu/extra_packages_list&lt;/P&gt;&lt;P&gt;But I am not able to add , below warning messages are showing when I am trying to add&lt;/P&gt;&lt;P&gt;&amp;nbsp;(gedit:9681): dconf-WARNING **: 14:27:07.195: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;BR /&gt;&lt;BR /&gt;(gedit:9681): dconf-WARNING **: 14:27:07.197: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;BR /&gt;&lt;BR /&gt;(gedit:9681): dconf-WARNING **: 14:27:07.389: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;BR /&gt;&lt;BR /&gt;(gedit:9681): dconf-WARNING **: 14:27:07.390: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;BR /&gt;&lt;BR /&gt;(gedit:9681): dconf-WARNING **: 14:27:07.390: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;BR /&gt;&lt;BR /&gt;** (gedit:9681): WARNING **: 14:34:34.390: Set document metadata failed: Setting attribute metadata::gedit-position not supported&lt;BR /&gt;&lt;BR /&gt;(gedit:9681): dconf-WARNING **: 14:34:34.427: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&amp;nbsp; me&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1626774#M12139</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-04-03T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627145#M12146</link>
      <description>&lt;P&gt;I assume you are selecting target ls1043a-rdb default or SD card boot&lt;/P&gt;&lt;P&gt;I assume that you have done:&lt;/P&gt;&lt;P&gt;./scripts/feeds update -a&lt;BR /&gt;./scripts/feeds install -a&lt;/P&gt;&lt;P&gt;Do this:&lt;/P&gt;&lt;P&gt;./scripts/feeds update luci&lt;BR /&gt;./scripts/feeds install -a -p luci&lt;/P&gt;&lt;P&gt;./scripts/feeds update ppp&lt;BR /&gt;./scripts/feeds install -a -p ppp&lt;/P&gt;&lt;P&gt;./scripts/feeds update net-snmp-server&lt;BR /&gt;./scripts/feeds install -a -p net-snmp-server&lt;/P&gt;&lt;P&gt;make menuconfig&lt;/P&gt;&lt;P&gt;Scroll down to select: LuCI ---&amp;gt;&lt;BR /&gt;Protocols:&lt;BR /&gt;&amp;lt; &amp;gt; luci-proto-ppp.......................... Support for PPP/PPPoE/PPPoA/PPtP&lt;BR /&gt;Applications:&lt;BR /&gt;&amp;lt; &amp;gt; luci-app-snmpd................................... Net-SNMP LuCI interface&lt;/P&gt;&lt;P&gt;Select them with a "y" it will put an *&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:00:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627145#M12146</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-03T23:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627332#M12150</link>
      <description>I am using LS1043ARDB as target.&lt;BR /&gt;I have not done these&lt;BR /&gt;./scripts/feeds update -a&lt;BR /&gt;./scripts/feeds install -a&lt;BR /&gt;I don't have this scripts file&lt;BR /&gt;where should I get this?</description>
      <pubDate>Tue, 04 Apr 2023 06:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627332#M12150</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-04-04T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627765#M12166</link>
      <description>&lt;P&gt;In your openwrt directory, Just enter them on the command line:&lt;/P&gt;&lt;P&gt;root@osboxes:/home/openwrt/Devel/openwrt-22.03# &lt;STRONG&gt;./scripts/feeds update -a&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 15:23:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627765#M12166</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-04T15:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627766#M12167</link>
      <description>&lt;P&gt;&lt;A href="https://openwrt.org/docs/guide-developer/start" target="_blank" rel="noopener"&gt;https://openwrt.org/docs/guide-developer/start&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="docs:guide-developer:toolchain:buildsystem_essentials" href="https://openwrt.org/docs/guide-developer/toolchain/buildsystem_essentials" target="_blank" rel="noopener"&gt;Build system essentials&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="docs:guide-developer:toolchain:install-buildsystem" href="https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem" target="_blank" rel="noopener"&gt;Build system setup&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="docs:guide-developer:toolchain:use-buildsystem" href="https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem" target="_blank" rel="noopener"&gt;Build system usage&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These helped me out tremendously in the beginning...&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 15:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627766#M12167</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-04T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627776#M12169</link>
      <description>&lt;P&gt;One more thing...&lt;/P&gt;&lt;P&gt;I tried Ubuntu 22.04 and just gave up on it. To many build errors... Especially cant find pip&lt;/P&gt;&lt;P&gt;I have seen posts where Ubuntu 20.4 is recommended and that is what I use.&lt;BR /&gt;And the packages required are below.&lt;/P&gt;&lt;P&gt;DO NOT INSTALL python3 stuff in &lt;STRONG&gt;BOLD&lt;/STRONG&gt;!!! Don't need it. My system is building just fine without it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem" target="_blank"&gt;https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem&lt;/A&gt;&lt;BR /&gt;Older advice:&lt;/P&gt;&lt;P&gt;sudo apt update&lt;BR /&gt;sudo apt install build-essential ccache ecj fastjar file g++ gawk \&lt;BR /&gt;gettext git java-propose-classpath libelf-dev libncurses5-dev \&lt;BR /&gt;libncursesw5-dev libssl-dev python python2.7-dev &lt;STRONG&gt;python3&lt;/STRONG&gt; unzip wget \&lt;BR /&gt;&lt;STRONG&gt;python3-distutils python3-setuptools python3-dev&lt;/STRONG&gt; rsync subversion \&lt;BR /&gt;swig time xsltproc zlib1g-dev&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 15:49:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627776#M12169</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-04T15:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627801#M12170</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214120"&gt;@dibyarekha&lt;/a&gt;&amp;nbsp;I owe you a bigly apology. I got my head stuck so far up openwrt and trying to build a FIT image of openwrt that I totally gave you answers using openwrt build system. Not flexbuilder.&lt;/P&gt;&lt;P&gt;I do recommend you using Ubuntu 20.4 though and see if all your compile errors go away.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really sorry,&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 16:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627801#M12170</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-04T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627821#M12172</link>
      <description>&lt;P&gt;&lt;A href="https://www.slideshare.net/antonywcl/open-wrt" target="_blank"&gt;https://www.slideshare.net/antonywcl/open-wrt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This may help you with adding packages. I have not done so yet. It starts on slide 8&lt;/P&gt;&lt;P&gt;"Create OpenWRT Package"&lt;/P&gt;&lt;P&gt;There are a lot of adds but you can skip them. You do not have to download it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 17:01:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1627821#M12172</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-04T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1628988#M12189</link>
      <description>&lt;P&gt;Thanks for this guidance, I will try using Ubuntu20.04 as per the guide&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 09:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1628988#M12189</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-04-06T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1629713#M12202</link>
      <description>I installed ubuntu20.04 and successfully built LSDK for LS1043ardb.&lt;BR /&gt;Now I want to add some packages like ppp and net-snmp-server. How can I do that? Please guide me.</description>
      <pubDate>Fri, 07 Apr 2023 10:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1629713#M12202</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-04-07T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1632594#M12247</link>
      <description>&lt;P&gt;cd ~/flexbuild_lsdk2108_github/configs/ubuntu&lt;/P&gt;&lt;P&gt;vi extra_packages_list&lt;/P&gt;&lt;P&gt;search for&amp;nbsp;&lt;STRONG&gt;extra_main_packages_list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;add&amp;nbsp;&lt;STRONG&gt;ppp snmpd snmp libsnmp-dev &lt;/STRONG&gt;at the end&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;extra_main_packages_list&lt;/STRONG&gt;=" \&lt;BR /&gt;apt apt-utils git gcc vim wget make build-essential u-boot-tools zip bc&lt;BR /&gt;device-tree-compiler python3 python3-dev python3-numpy ethtool libxml2-dev&lt;BR /&gt;libsensors4-dev libedit-dev liblzma-dev binutils-dev autoconf automake&lt;BR /&gt;dh-autoreconf libnuma-dev libpcap-dev qemu-kvm bridge-utils libtool bison&lt;BR /&gt;libncurses5-dev libelf-dev curl flex ftp openssh-server openssh-client&lt;BR /&gt;autotools-dev tcpdump vlan linux-tools-generic strace debootstrap mdadm&lt;BR /&gt;sysstat rdate initramfs-tools mtd-utils dosfstools pciutils net-tools&lt;BR /&gt;iputils-ping hdparm psmisc keyutils efibootmgr software-properties-common&lt;BR /&gt;libssl-dev ca-certificates libnl-genl-3-dev libreadline-dev libffi-dev&lt;BR /&gt;libudev-dev libinput-dev libpixman-1-dev libxkbcommon-dev libpng-dev&lt;BR /&gt;libcairo2-dev libpam0g-dev lsb-release kexec-tools iptables rsync lvm2&lt;BR /&gt;liblua5.3-dev parted strongswan dmidecode libsystemd-dev util-linux cmake&lt;BR /&gt;libxcb-composite0-dev libxcursor-dev libtinfo-dev libvirt-daemon-system&lt;BR /&gt;libvirt0 ifenslave lshw &lt;STRONG&gt;ppp snmpd snmp libsnmp-dev&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;flex-builder -i clean-rfs&lt;BR /&gt;flex-builder -i mkrfs -m ls1046afrwy -F (&lt;EM&gt;i am building for my machine ls1046afrwy&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;I had to do the following for some reason to get it to build for some reason...&lt;BR /&gt;('-F' option can force build the target userland from scratch regardless of the&lt;BR /&gt;FETCH_PREBUILT_LSDK_RFS=y configured in configs/sdk.yml)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;~/flexbuild_lsdk2108_github# flex-builder -i mkrfs -m ls1046afrwy -F&lt;BR /&gt;MACHINE: ls1046afrwy&lt;BR /&gt;generating /home/openwrt/Devel/flexbuild_lsdk2108_github/build/rfs/rootfs_lsdk2108_ubuntu_main_arm64 ...&lt;BR /&gt;extra packages list: /home/openwrt/Devel/flexbuild_lsdk2108_github/configs/ubuntu/extra_packages_list&lt;BR /&gt;I: Retrieving InRelease&lt;BR /&gt;I: Checking Release signature&lt;BR /&gt;I: Valid Release signature (key id F6ECB3762474EDA9D21B7022871920D1991BC93C)&lt;BR /&gt;I: Retrieving Packages&lt;BR /&gt;I: Validating Packages&lt;BR /&gt;I: Resolving dependencies of required packages...&lt;BR /&gt;I: Resolving dependencies of base packages...&lt;BR /&gt;I: Checking component main on &lt;A href="http://ports.ubuntu.com/ubuntu-ports" target="_blank"&gt;http://ports.ubuntu.com/ubuntu-ports&lt;/A&gt;...&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;See if this works for you...&lt;/P&gt;&lt;P&gt;Reference: Layerscape Software Development Kit User Guide, Rev. 21.08, 05 September 2022&lt;/P&gt;&lt;P&gt;See&amp;nbsp;4.3.13&lt;BR /&gt;How to build various userland with custom packages&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 22:06:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1632594#M12247</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-04-12T22:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: flexbuild2108</title>
      <link>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1632762#M12250</link>
      <description>Thanks for your response. I got it. Thank you so much</description>
      <pubDate>Thu, 13 Apr 2023 04:36:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flexbuild2108/m-p/1632762#M12250</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-04-13T04:36:54Z</dc:date>
    </item>
  </channel>
</rss>

