Changes between Version 22 and Version 23 of newport/ubuntu
- Timestamp:
- 07/23/2019 10:09:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/ubuntu
v22 v23 18 18 * [http://dev.gateworks.com/ubuntu/bionic/bionic-arm64.tar.xz bionic-arm64.tar.xz] - Compressed TAR archive of Ubuntu 18.04 Bionic arm64 root filesystem (does not include kernel)([http://dev.gateworks.com/ubuntu/bionic/bionic-arm64.manifest package manifest]) 19 19 20 '''Login Information (default)''' 21 * Username: root 22 * Password: root 23 20 24 Features: 21 25 - Ubuntu 16.04 aarch64 core (from debootstrap instructions) 22 26 - Gateworks Newport Linux kernel (Linux 4.14 based) 23 27 - eth0 dhcp with a 10 second timeout 24 - user: root password: root25 - packages installed on top of core:26 * updated modemmanager/libqmi-utils/libmbim-utils (see [wiki:ubuntu#modem ubuntu/modem])27 * misc wireless: wpasupplicant iw28 * misc utils: vim can-utils i2c-tools usbutils pciutils screen watchdog binutils29 * misc network: wget ethtool iperf iperf3 openssh-server iptables30 * linux firmware28 - User: root password: root 29 - Packages installed on top of core: 30 * Updated modemmanager/libqmi-utils/libmbim-utils (see [wiki:ubuntu#modem ubuntu/modem]) 31 * Misc wireless: wpasupplicant iw 32 * Misc utils: vim can-utils i2c-tools usbutils pciutils screen watchdog binutils 33 * Misc network: wget ethtool iperf iperf3 openssh-server iptables 34 * Linux firmware 31 35 * mmc-utils from https://packages.debian.org/sid/utils/mmc-utils 32 36 * Gateworks [https://raw.githubusercontent.com/Gateworks/meta-gateworks/master/recipes-support/hostapd-conf/hostapd-conf/hostapd-conf hostapd-conf script] 33 * filesystems: e2fstools f2fs-tools btrfs-tools37 * Filesystems: e2fstools f2fs-tools btrfs-tools 34 38 35 39 To install the kernel and root filesystem on a removable block storage device see [#disk-images below]. … … 50 54 51 55 Important notes: 52 * 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.56 * 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. 53 57 54 58 Steps: … … 73 77 * the chroot shell below will provide network support (inherited from the host) 74 78 75 3. we now have a minimal Ubuntu rootfs - chroot to it and perform the 2nd stage install:79 3. We now have a minimal Ubuntu rootfs - chroot to it and perform the 2nd stage install: 76 80 {{{ 77 81 #!bash … … 105 109 }}} 106 110 107 6. set hostname:111 6. Set hostname: 108 112 {{{ 109 113 #!bash … … 174 178 * Note that by default root ssh access is disabled for security. See [wiki:/ubuntu#SSHServer This link] for info on enabling it 175 179 176 10. exit the chroot shell and remove files we no longer need180 10. Exit the chroot shell and remove files we no longer need 177 181 {{{ 178 182 #!bash