Changes between Version 3 and Version 4 of ventana/third_party_linux
- Timestamp:
- 10/31/2017 12:12:10 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/third_party_linux
v3 v4 74 74 Some popular third-party sources: 75 75 * [http://cdimage.ubuntu.com/ubuntu-core/releases/ Ubuntu Core] - this is a minimal filesystem that you can build off of at runtime by adding packages from various repositories 76 * [https://releases.linaro.org/ Linaro] - Linaro has several root filesystems including server, nano, developer, core, and ALIP. Each root filesystem will have different things installed for different purposes. Choose carefully which will work for you.76 * [https://releases.linaro.org/ Linaro] - Linaro has several root filesystems including server, nano, developer, core, and ALIP. Each root filesystem will have different things installed for different purposes. Choose carefully which will work for you. 77 77 78 78 Note that Gateworks has a pre-built disk image of Ubuntu for Ventana. See here for details about it and more details on building Ubuntu root filesystems … … 83 83 The following procedure will for virtually all Linux distributions: 84 84 1. Download Root Filesystem (see above) 85 1. Download or build Ventana rootfs containing a Kernel, device-tree dtbs, and kernel modules:85 2. Download or build Ventana rootfs containing a Kernel, device-tree dtbs, and kernel modules: 86 86 * pre-built root filesystems: 87 87 - [wiki:Yocto/Building#yocto_prebuilt_binaries Yocto BSP] (Video in/out support) 88 - [http://dev.gateworks.com/openwrt/latest/imx6/openwrt-imx6-ventana-rootfs.tar.gzOpenWrt]89 1. Create image on block storage device. For example, using /dev/sdc:88 - [http://dev.gateworks.com/openwrt/latest/imx6/gateworks-imx6-ventana-rootfs.tar.gz OpenWrt] 89 3. Create image on block storage device. For example, using /dev/sdc: 90 90 {{{#!bash 91 91 DEVICE=/dev/sdc