Changes between Version 41 and Version 42 of ventana/ubuntu


Ignore:
Timestamp:
05/08/2019 06:30:44 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

fix capitalization

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v41 v42  
    1010
    1111See 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.
    1313 * [wiki:/ubuntu Gateworks Ubuntu Page for general notes] 
    1414
     
    137137[=#rootfs]
    138138[=#debootstrap]
    139 == Root Filesystem via debootstrap
     139== Building the Root Filesystem via debootstrap
    140140The 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.
    141141
     
    144144- 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
    145145- 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)
    147147
    148148Important 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.
    150150
    151151Steps:
     
    361361 * Kernel built by hand
    362362
    363 === Gateworks build kernel
     363=== Gateworks built kernel
    364364Gateworks periodically updates their pre-built IMX6 kernel release and it is easy to install on a running system:
    365365{{{#!bash