Changes between Version 4 and Version 5 of venice/yocto
- Timestamp:
- 01/21/2026 10:59:29 PM (42 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/yocto
v4 v5 10 10 To install a pre-built binary of Yocto on the Venice SBC as a demo, please use the following binary and instructions. 11 11 12 The Gateworks demo binary includes the [https://www.nxp.com/ design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX NXP Linux 5.15.71_2.2.0 Yocto 4.0 Kirkstone EVK / RootFS for the i.MX8M Mini] and the Gateworks 5.15kernel.12 The Gateworks demo binary includes the [https://www.nxp.com/webapp/Download?colCode=L6.12.49-2.2.0_MX8MM&appType=license Yocto 5 Walnascar EVK / RootFS for the i.MX8M Mini] and the Gateworks 6.12 kernel. 13 13 14 14 NOTE, please first install a full Ubuntu image as a base on the Venice SBC to get the bootloader and everything setup. [wiki:venice/ubuntu Link Here] … … 16 16 Download the full Yocto demo binary by emailing Gateworks support and placing it on TFTP server. 17 17 18 Once Ubuntu is booting, then work on loading the Yocto demo binary through TFTP . Note that the binary is quite large at 1.2GB, and thus a Venice SBC with 4GB of DRAM is required to load over the network. If using a 1GB DRAM SBC, it will be required to load from removable storage.18 Once Ubuntu is booting, then work on loading the Yocto demo binary through TFTP from the command line inside the Gateworks bootloader. Note that the binary is quite large at 1-2GB, and thus a Venice SBC with 4GB of DRAM is required to load over the network. If using a 1GB DRAM SBC, it will be required to load from removable storage (more generic Venice firmware loading instructions [https://trac.gateworks.com/wiki/venice/firmware#UpdatingFirmware here]) 19 19 {{{ 20 setenv ipaddr 192.168.1.1 21 setenv serverip 192.168.1.2 22 setenv image venice-yocto-kirkstone-sample-full-image.ext4.gz23 run update_rootfs 20 setenv ipaddr 192.168.1.1 #set IP address in bootloader 21 setenv serverip 192.168.1.2 #set IP address of TFTP Server 22 setenv image imx-image-full.ext4.gz #set name of file on TFTP server 23 run update_rootfs #run the script to update the OS 24 24 }}} 25 25
