Changes between Version 3 and Version 4 of venice/yocto


Ignore:
Timestamp:
01/21/2026 10:51:22 PM (7 weeks ago)
Author:
Ryan Erbstoesser
Comment:

add notes for updated release

Legend:

Unmodified
Added
Removed
Modified
  • venice/yocto

    v3 v4  
    2828Example output once booted:
    2929{{{
    30 root@localhost:~# uname -a
    31 Linux localhost 5.15.15-gc3a6ad5a1338 #1 SMP Thu Dec 29 20:29:26 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
    3230root@localhost:~# cat /etc/os-release
    3331ID=fsl-imx-xwayland
    3432NAME="NXP i.MX Release Distro"
    35 VERSION="5.15-kirkstone (kirkstone)"
    36 VERSION_ID=5.15-kirkstone
    37 PRETTY_NAME="NXP i.MX Release Distro 5.15-kirkstone (kirkstone)"
    38 DISTRO_CODENAME="kirkstone"
     33VERSION="6.12-walnascar (walnascar)"
     34VERSION_ID=6.12-walnascar
     35VERSION_CODENAME="walnascar"
     36PRETTY_NAME="NXP i.MX Release Distro 6.12-walnascar (walnascar)"
     37CPE_NAME="cpe:/o:openembedded:fsl-imx-xwayland:6.12-walnascar"
     38root@localhost:~# uname -a
     39Linux localhost 6.12.0-00043-g8bb30ec2a92c #1 SMP Thu Jan 15 22:41:46 UTC 2026 aarch64 GNU/Linux
     40root@localhost:~#
     41
    3942
    4043}}}
     
    4245== Assembling Binary
    4346
     47
     48
    4449If trying to use a different rootfs or different kernel, use the following instructions as a guideline to create a custom rootfs image file:
     50
     511. Download the NXP Yocto EVK for the i.MX8M Mini:
     52[[Image(yoctodownload.jpg,300px)]]
     532.
    4554{{{
    4655# Get a root filesystem from NXP's Linux BSP download page: (REQUIRES NXP LOGIN)
     
    5766
    5867# build ext4 fs using the imx-image-full-imx8mmevk.tar.zst file and Gateworks kernel
    59 sudo ./mkfs ext4 imx-image-full.ext4 4096M LF_v5.15.71-2.2.0_images_IMX8MMEVK/imx-image-full-imx8mmevk.tar.zst linux-venice.tar.xz
     68sudo ./mkfs ext4 imx-image-full.ext4 8096M LF_v5.15.71-2.2.0_images_IMX8MMEVK/imx-image-full-imx8mmevk.tar.zst linux-venice.tar.xz
    6069
    6170# get bootscript