Changes between Version 55 and Version 56 of ventana/ubuntu


Ignore:
Timestamp:
06/19/2020 01:54:08 PM (4 years ago)
Author:
Tim Harvey
Comment:

update to ubuntu focal

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v55 v56  
    1818Gateworks provides a pre-built Ubuntu firmware images for the Ventana Family:
    1919 * Compressed Disk Image containing boot firmware, kernel and root filesystem '''(Recommended for microSD / eMMC booting)'''
    20   - [http://dev.gateworks.com/ventana/images/bionic-ventana.img.gz bionic-ventana.img.gz]
     20  - [http://dev.gateworks.com/ventana/images/focal-ventana.img.gz focal-ventana.img.gz]
    2121  - To update the firmware on a microSD card see [wiki:linux/blockdev#UsingaDiskImage]
    2222 * UBI images '''(Recommended for RAW NAND FLASH booting)'''
    23   - [http://dev.gateworks.com/ventana/images/bionic-ventana_normal.ubi bionic-ventana_normal.ubi] - UBI image for 2K page size 'normal' geometry FLASH
    24   - [http://dev.gateworks.com/ventana/images/bionic-ventana_large.ubi bionic-ventana_large.ubi] - UBI image for 4K page size 'large' geometry FLASH
     23  - [http://dev.gateworks.com/ventana/images/focal-ventana_normal.ubi focal-ventana_normal.ubi] - UBI image for 2K page size 'normal' geometry FLASH
     24  - [http://dev.gateworks.com/ventana/images/focal-ventana_large.ubi focal-ventana_large.ubi] - UBI image for 4K page size 'large' geometry FLASH
    2525  - see [wiki:/linux/ubi/#flashgeometry here] to determine your flash geometry
    2626  - see [wiki:/linux/ubi#BasicMethod here] for info about flashing UBI images
    27  * [http://dev.gateworks.com/ubuntu/bionic/bionic-ventana.tar.xz bionic-armhf.tar.xz] - tarball of rootfs (not including kernel) you can use to image onto microSD / mSATA. See [wiki:linux/blockdev linux/blockdev] for instructions
     27 * [http://dev.gateworks.com/ubuntu/focal/focal-ventana.tar.xz focal-armhf.tar.xz] - tarball of rootfs (not including kernel) you can use to image onto microSD / mSATA. See [wiki:linux/blockdev linux/blockdev] for instructions
    2828 * [http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz linux-ventana.tar.xz] Kernel, device-tree, bootscript, and modules that can be combined with a root filesystem to create a bootable system. See [wiki:linux/blockdev linux/blockdev] for instructions
    2929
     
    152152#!bash
    153153target=rootfs
    154 distro=bionic
     154distro=focal
    155155sudo debootstrap --arch=armhf --foreign $distro $target
    156156# copy qemu-arm-static binary for the binfmt packages to find it and copy in resolv.conf from host
    157157sudo cp /usr/bin/qemu-arm-static $target/usr/bin
    158158}}}
    159  * See http://ports.ubuntu.com/ubuntu-ports/dists/ and https://wiki.ubuntu.com/Releases for a list of Ubuntu releases. For example: 18.04=bionic (latest LTS), 16.04=xenial, 14.04=trusty
     159 * See http://ports.ubuntu.com/ubuntu-ports/dists/ and https://wiki.ubuntu.com/Releases for a list of Ubuntu releases. For example: 20.04=focal (latest LTS)
    160160 * this minimal rootfs is still missing some core packages and configuration before it can be booted. These steps are taken care of in a 2nd stage install within a chroot shell
    161161 * the chroot shell below will provide network support (inherited from the host)
     
    166166sudo chroot $target
    167167# now we are in the chroot
    168 distro=bionic
     168distro=focal
    169169export LANG=C
    170170# setup second stage