Changes between Version 20 and Version 21 of PibotGoldenImage


Ignore:
Timestamp:
Jun 23, 2018, 3:45:09 PM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v20 v21  
    117117           * If you haven't done this via the step above, setup localisation settings for US, English, EST
    118118           * Setup interfacing options: enable ssh, vnc, i2c  (note, VNC will install a ton of other stuff)
    119        * Install the Pixel Desktop so you can use VNC and a graphical desktop
     119       * Install the [https://www.raspberrypi.org/blog/introducing-pixel/ PIXEL] Desktop (recommended) so you can use VNC and a graphical desktop
    120120           * sudo apt-get install rapsberrypi-ui-mods
    121121           * see [https://diyprojects.io/install-pixel-desktop-raspbian-stretch-lite-10-essential-software-raspberry-pi-3/#.Wy6a2yApCUk here] for more info
    122        * If you want something ligheter than Pixel, install lightdm and openbox (after this you can login graphically using VNC)
     122       * If you want something lighter than Pixel, install lightdm and openbox, but this is really bare bones (after this you can login graphically using VNC)
    123123{{{
    124124sudo apt-get install xserver-xorg-core xserver-xorg-input-all \
     
    129129           * sudo apt-get install subversion ant mercurial git
    130130           * curl -s get.pi4j.com | sudo bash
     131       * Install some nice-to-have packages (although chrome is really too slow)
     132           * sudo apt-get install chromium-browser
     133       * Configure for use as WiFi client and access-point (see [https://blog.ithasu.org/2017/11/raspberry-pi-0w-as-both-wifi-client-and-access-point/#more-1064 here]) WORK IN PROGRESS
     134           * sudo apt-get install hostapd dnsmasq
     135
    131136       * Install latest Oracle Java JDK (this example uses 8u171)
    132137           * wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-arm32-vfp-hflt.tar.gz  (you can change the URL to the latest JDK link for ARM-32-hard-float-ABI found [http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html here])