Changes between Version 41 and Version 42 of ventana/ubuntu
- Timestamp:
- 05/08/2019 06:30:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v41 v42 10 10 11 11 See also: 12 * the Gateworks Ventana [wiki:ventana#third_party_linux third party linux] page for more details on how to use other linux distro on Ventana.12 * The Gateworks Ventana [wiki:ventana#third_party_linux third party linux] page for more details on how to use other linux distro on Ventana. 13 13 * [wiki:/ubuntu Gateworks Ubuntu Page for general notes] 14 14 … … 137 137 [=#rootfs] 138 138 [=#debootstrap] 139 == Root Filesystem via debootstrap139 == Building the Root Filesystem via debootstrap 140 140 The preferred way to create a Ubuntu root filesystem is to use the {{{deboostrap}}} utility on a Debian or Ubuntu host. This tool provides a 2-stage install where the second stage is within a chroot environment using qemu-arm. 141 141 … … 144 144 - Linux Kernel (ie Gateworks latest pre-built 3.14 kernel with full hardware support, Ubuntu pre-built kernel (missing full video in/out support but more up-to-date), or a vanilla mainline kernel (still missing full video in/out support but even more up-to-date), or a kernel of your own) - see below steps for more detail 145 145 - Ventana target board with bootloader 146 - boot device with 2GB+ of free space (micro-SD, USB mass storage, mSATA, 1GB/2GB NAND flash)146 - Boot device with 2GB+ of free space (micro-SD, USB mass storage, mSATA, 1GB/2GB NAND flash) 147 147 148 148 Important notes: 149 * we set and use '''target''' and '''distro''' env variables in step 2 and use those env variables in the remaining steps to make this tutorial more version-agnostic. Please be aware of this and do not deviate from the steps unless or until you completely understand what you are doing.149 * We set and use '''target''' and '''distro''' env variables in step 2 and use those env variables in the remaining steps to make this tutorial more version-agnostic. Please be aware of this and do not deviate from the steps unless or until you completely understand what you are doing. 150 150 151 151 Steps: … … 361 361 * Kernel built by hand 362 362 363 === Gateworks buil dkernel363 === Gateworks built kernel 364 364 Gateworks periodically updates their pre-built IMX6 kernel release and it is easy to install on a running system: 365 365 {{{#!bash