Changes between Version 1 and Version 2 of venice/yocto
- Timestamp:
- 04/24/2023 07:02:11 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/yocto
v1 v2 1 1 = Yocto on Venice SBCs 2 [[PageOutline]] 2 3 3 Yocto is a Linux distribution .4 Yocto is a Linux distribution that was widely used on Ventana SBCs. Gateworks Yocto wiki page is located [wiki:Yocto here] 4 5 5 Gateworks does not formally include Yocto in the Venice BSP, but it is possible to use the NXP Yocto root filesystem with the Gateworks kernel to boot Yocto on a Venice SBC .6 Gateworks does not formally include Yocto in the Venice BSP, but it is possible to use the NXP Yocto root filesystem with the Gateworks kernel to boot Yocto on a Venice SBC as a sample. 6 7 7 8 == Demo / Sample Pre-Built Binary … … 13 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] 14 15 15 Download the Yocto demo binary [http://dev.gateworks.com/venice/images/venice-yocto-kirkstone-sample-full-image.ext4.gz here] and placeon TFTP server.16 Download the full Yocto demo binary by emailing Gateworks support and placing it on TFTP server. 16 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. … … 41 42 == Assembling Binary 42 43 43 If trying to use a different rootfs or different kernel, use the following instructions to create a custom rootfs image file:44 If trying to use a different rootfs or different kernel, use the following instructions as a guideline to create a custom rootfs image file: 44 45 {{{ 45 46 # Get a root filesystem from NXP's Linux BSP download page: (REQUIRES NXP LOGIN) … … 79 80 #Transfer imx-image-full.ext4 to a TFTP server and use the update_rootfs script to flash it toe the Venice SBC as shown in the instructions above 80 81 }}} 82 83 == Next Steps 84 85 Gateworks simply provided a sample demo for testing purposes. Using Yocto for a full production environment with the ability to customize and update is at the sole discretion of the user.