<?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: Openwrt build for LS1028ARDB in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1878634#M14385</link>
    <description>&lt;P&gt;Thanks for addressing the issue..&lt;BR /&gt;1) I tried first option and it worked fine.(Yocto generated pbl/u-boot/kernel + openwrt rfs)&lt;BR /&gt;2) Now trying to boot LS120ARDB with only openwrt image in SD mode..but not getting full image for SD boot.&lt;BR /&gt;I can find below images, in the dir, "bin/targets/layerscape/armv8_64b/"&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-rootfs.tar.gz&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; only rfs can be used with any combination&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-initramfs-kernel.bin&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-firmware.bin&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ---&amp;gt; must be NOR flash full file&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-sysupgrade.bin&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb.manifest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I can find *img for SD boot ??&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 05:55:30 GMT</pubDate>
    <dc:creator>gouravjain</dc:creator>
    <dc:date>2024-05-31T05:55:30Z</dc:date>
    <item>
      <title>Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1876885#M14369</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm attempting to port an OpenWrt image onto the LS1028ARDB and have a couple of questions before starting:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Can I use Yocto-generated images (PBL/U-Boot/DTB/Kernel) along with the OpenWrt root file system?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a standalone OpenWrt image that includes all files (PBL/U-Boot/DTB/Kernel and OpenWrt RFS) in a single image?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please provide support for both of these approaches and share any relevant documentation or steps that need to be followed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Jain&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 06:51:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1876885#M14369</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2024-05-29T06:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1877769#M14376</link>
      <description>&lt;P&gt;1. Yes, you can. However probably some functions would be affected.&lt;/P&gt;
&lt;P&gt;2. LS1028ARDB has already been integrated into OpenWrt, please refer to&amp;nbsp;target/linux/layerscape/README.&lt;/P&gt;
&lt;P&gt;Build&lt;BR /&gt;--------&lt;BR /&gt;Before configuration and build, update and install package feeds.&lt;/P&gt;
&lt;P&gt;$ ./scripts/feeds update -a&lt;BR /&gt;$ ./scripts/feeds install -a&lt;/P&gt;
&lt;P&gt;* make menuconfig&lt;/P&gt;
&lt;P&gt;Target System: "NXP Layerscape"&lt;BR /&gt;Subtarget: (Select subtarget)&lt;BR /&gt;Target Profile: (Select device, or "Multiple devices")&lt;BR /&gt;Target Devices: (Select devices. Available when Target Profile is "Multiple devices")&lt;BR /&gt;Target Images: (Disable "GZip images" if don't want to compress images)&lt;/P&gt;
&lt;P&gt;Note: The first time make menuconfig would create a .config file which&lt;BR /&gt;would include all dependencies for selected target. After that, make&lt;BR /&gt;menuconfig still could be used to modify packages. If want to change&lt;BR /&gt;other target, please remove .config and make menuconfig to select again.&lt;BR /&gt;Otherwise the packages selected in .config would be a mess.&lt;/P&gt;
&lt;P&gt;* make download (or make download -j&amp;lt;n&amp;gt;)&lt;/P&gt;
&lt;P&gt;* make (or make -j&amp;lt;n&amp;gt;)&lt;/P&gt;
&lt;P&gt;* Final firmware/image&lt;/P&gt;
&lt;P&gt;Path: bin/targets/layerscape/&amp;lt;subtarget&amp;gt;/&lt;BR /&gt;Firmware for flash: openwrt-layerscape-&amp;lt;subtarget&amp;gt;-&amp;lt;device&amp;gt;-&amp;lt;rootfs&amp;gt;-firmware.bin&lt;BR /&gt;Image for SD card: openwrt-layerscape-&amp;lt;subtarget&amp;gt;-&amp;lt;device&amp;gt;-&amp;lt;rootfs&amp;gt;-sdcard.img&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Program sdcard.img to SD card&lt;BR /&gt;---------------------------------&lt;BR /&gt;sdcard.img could be programmed to SD card in either u-boot environment&lt;BR /&gt;or linux environment. After programming, configure the board to boot&lt;BR /&gt;from SD card.&lt;/P&gt;
&lt;P&gt;* u-boot environment&lt;/P&gt;
&lt;P&gt;=&amp;gt; tftp a0000000 &amp;lt;image_name&amp;gt;-sdcard.img&lt;BR /&gt;=&amp;gt; mmc write a0000000 0 a0000&lt;/P&gt;
&lt;P&gt;Note: The default sdcard.img size is 320MB. a0000 is the block number for 320MB.&lt;BR /&gt;blk_num = filesize / 512.&lt;/P&gt;
&lt;P&gt;* linux environment&lt;/P&gt;
&lt;P&gt;$ dd if=./&amp;lt;image_name&amp;gt;-sdcard.img of=/dev/mmcblkx&lt;/P&gt;
&lt;P&gt;Note: Need to check the SD card device name to replace "mmcblkx".&lt;/P&gt;
&lt;P&gt;Program firmware.bin to flash&lt;BR /&gt;---------------------------------&lt;/P&gt;
&lt;P&gt;* LS1028ARDB&lt;/P&gt;
&lt;P&gt;Program firmware to current flash with below commands.&lt;BR /&gt;=&amp;gt; tftp a0000000 &amp;lt;firmware_name&amp;gt;-firmware.bin&lt;BR /&gt;=&amp;gt; sf probe&lt;BR /&gt;=&amp;gt; sf erase 0 +$filesize&lt;BR /&gt;=&amp;gt; sf write a0000000 0 $filesize&lt;BR /&gt;=&amp;gt; reset&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 02:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1877769#M14376</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-30T02:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1878634#M14385</link>
      <description>&lt;P&gt;Thanks for addressing the issue..&lt;BR /&gt;1) I tried first option and it worked fine.(Yocto generated pbl/u-boot/kernel + openwrt rfs)&lt;BR /&gt;2) Now trying to boot LS120ARDB with only openwrt image in SD mode..but not getting full image for SD boot.&lt;BR /&gt;I can find below images, in the dir, "bin/targets/layerscape/armv8_64b/"&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-rootfs.tar.gz&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; only rfs can be used with any combination&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-initramfs-kernel.bin&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-firmware.bin&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ---&amp;gt; must be NOR flash full file&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb-squashfs-sysupgrade.bin&lt;BR /&gt;openwrt-layerscape-armv8_64b-fsl_ls1028a-rdb.manifest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I can find *img for SD boot ??&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 05:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1878634#M14385</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2024-05-31T05:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879573#M14388</link>
      <description>&lt;P&gt;Please &lt;STRONG&gt;remove ".config"&lt;/STRONG&gt;, then run "make menuconfig" and configure the menu as the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yipingwang_1-1717400473453.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/282116i2CCBDC04875EC56E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yipingwang_1-1717400473453.png" alt="yipingwang_1-1717400473453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please configure&amp;nbsp;Target Profile as (NXP LS1028A-RDB SD Card Boot), then run make to build image.&lt;/P&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>Mon, 03 Jun 2024 07:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879573#M14388</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-06-03T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879784#M14391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It appears that the SD boot image does not contain the PBL and U-Boot, whereas the flash image has the correct files. I have examined both images in the U-Boot environment as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Size:&lt;/P&gt;&lt;P&gt;1) *sdboot.img.gz:12MB&lt;/P&gt;&lt;P&gt;2) *firmware.bin:28MB&lt;/P&gt;&lt;P&gt;=&amp;gt; tftp a0000000 RIR-images/openwrt-ls1028a-rdb-sdboot-full.img.gz&lt;BR /&gt;Using enetc#0 device&lt;BR /&gt;TFTP from server 192.168.24.195; our IP address is 192.168.24.61&lt;BR /&gt;Filename 'RIR-images/openwrt-ls1028a-rdb-sdboot-full.img.gz'.&lt;BR /&gt;Load address: 0xa0000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;###############################&lt;BR /&gt;3.1 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 11897599 (b58aff hex)&lt;BR /&gt;=&amp;gt; md a0000000&lt;BR /&gt;a0000000: 00088b1f 00000000 58ec0302 d55c707d ...........X}p\.&lt;BR /&gt;a0000010: 63ef3f75 daacb5a5 12daed6b 2b7debb6 u?.c....k.....}+&lt;BR /&gt;a0000020: 36825fc9 28fe4b60 92b5741e 13329bb1 ._.6`K.(.t....2.&lt;BR /&gt;a0000030: 49ad2f61 0cb2b568 419d2881 562e2538 a/.Ih....(.A8%.V&lt;BR /&gt;a0000040: c19093d1 9e894d63 3db53151 44865ad1 ....cM..Q1.=.Z.D&lt;BR /&gt;a0000050: a67693bb 0afc6ec6 049b2bc1 4b053352 ..v..n...+..R3.K&lt;BR /&gt;a0000060: 994e93c8 f18d92b2 6c854220 b4b03d07 ..N..... B.l.=..&lt;BR /&gt;a0000070: bbb79dfd 334cd046 ded2ff93 fb9bccdf ....F.L3........&lt;BR /&gt;a0000080: e739ee7d b9ce7b9e 77e2488f b3fb5f11 }.9..{...H.w._..&lt;BR /&gt;a0000090: 9322112d a13c7566 0a86bdb5 fe8284a5 -.".fu&amp;lt;.........&lt;BR /&gt;a00000a0: efb45e23 5fa95221 ca91bf68 49a9093d #^..!R._h...=..I&lt;BR /&gt;a00000b0: 09090909 09090909 89090909 27b81fff ...............'&lt;BR /&gt;a00000c0: 9f406fc1 e1b413e9 6a31ffd6 f4cc942b .o@.......1j+...&lt;BR /&gt;a00000d0: aa46dfd6 fbd334b9 f4a6656c 7dfb16fd ..F..4..le.....}&lt;BR /&gt;a00000e0: 4639e1fd a5edb6a6 fff7fd99 be379fe0 ..9F..........7.&lt;BR /&gt;a00000f0: f9ab15ec c4511b0d b6c04dea 3cfdc96c ......Q..M..l..&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt; tftp a0000000 RIR-images/openwrt-firmware.bin&lt;BR /&gt;Using enetc#0 device&lt;BR /&gt;TFTP from server 192.168.24.195; our IP address is 192.168.24.61&lt;BR /&gt;Filename 'RIR-images/openwrt-firmware.bin'.&lt;BR /&gt;Load address: 0xa0000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;#################################################################&lt;BR /&gt;############################################&lt;BR /&gt;3.1 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 28311556 (1b00004 hex)&lt;BR /&gt;=&amp;gt; md a0000000&lt;BR /&gt;a0000000: aa55aa55 80100000 34004010 00000030 U.U......@.40...&lt;BR /&gt;a0000010: 00000000 00000000 00000000 008f0000 ................&lt;BR /&gt;a0000020: 0030c000 00000000 020031a0 00002580 ..0......1...%..&lt;BR /&gt;a0000030: 00000000 00003296 00000000 00000010 .....2..........&lt;BR /&gt;a0000040: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a0000050: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a0000060: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a0000070: 200e705a 00000000 bb580000 00000000 Zp. ......X.....&lt;BR /&gt;a0000080: 00000000 00000000 3c8ca4b5 334008bc ...........&amp;lt;..@3&lt;BR /&gt;a0000090: 00000001 33400154 47474747 33400158 ....T.@3GGGGX.@3&lt;BR /&gt;a00000a0: 47474747 334008bc 00000000 335008bc GGGG..@3......P3&lt;BR /&gt;a00000b0: 00000001 33500154 47474747 335008bc ....T.P3GGGG..P3&lt;BR /&gt;a00000c0: 00000000 33400890 00800401 33500890 ......@3......P3&lt;BR /&gt;a00000d0: 00800401 33400098 00000000 33500098 ......@3......P3&lt;BR /&gt;a00000e0: 00000000 31e00900 00000004 31e00400 .......1.......1&lt;BR /&gt;a00000f0: 1800d000 8000000f 20009000 1800d000 ........... ....&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879784#M14391</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2024-06-03T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt build for LS1028ARDB</title>
      <link>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879791#M14392</link>
      <description>&lt;P&gt;gzip -d&amp;nbsp;&lt;SPAN&gt;openwrt-ls1028a-rdb-sdboot-full.img.gz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 11:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Openwrt-build-for-LS1028ARDB/m-p/1879791#M14392</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-06-03T11:01:06Z</dc:date>
    </item>
  </channel>
</rss>

