Changes between Version 3 and Version 4 of venice/yocto
- Timestamp:
- 01/21/2026 10:51:22 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/yocto
v3 v4 28 28 Example output once booted: 29 29 {{{ 30 root@localhost:~# uname -a31 Linux localhost 5.15.15-gc3a6ad5a1338 #1 SMP Thu Dec 29 20:29:26 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux32 30 root@localhost:~# cat /etc/os-release 33 31 ID=fsl-imx-xwayland 34 32 NAME="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" 33 VERSION="6.12-walnascar (walnascar)" 34 VERSION_ID=6.12-walnascar 35 VERSION_CODENAME="walnascar" 36 PRETTY_NAME="NXP i.MX Release Distro 6.12-walnascar (walnascar)" 37 CPE_NAME="cpe:/o:openembedded:fsl-imx-xwayland:6.12-walnascar" 38 root@localhost:~# uname -a 39 Linux localhost 6.12.0-00043-g8bb30ec2a92c #1 SMP Thu Jan 15 22:41:46 UTC 2026 aarch64 GNU/Linux 40 root@localhost:~# 41 39 42 40 43 }}} … … 42 45 == Assembling Binary 43 46 47 48 44 49 If trying to use a different rootfs or different kernel, use the following instructions as a guideline to create a custom rootfs image file: 50 51 1. Download the NXP Yocto EVK for the i.MX8M Mini: 52 [[Image(yoctodownload.jpg,300px)]] 53 2. 45 54 {{{ 46 55 # Get a root filesystem from NXP's Linux BSP download page: (REQUIRES NXP LOGIN) … … 57 66 58 67 # 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.xz68 sudo ./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 60 69 61 70 # get bootscript
