Changes between Version 25 and Version 26 of PibotGoldenImage


Ignore:
Timestamp:
Jun 25, 2018, 1:46:37 AM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PibotGoldenImage

    v25 v26  
    147147           * sudo mv ~/dev /opt/dio
    148148           * sudo chown -R root.root /opt/dio
     149           * sudo cp -r /opt/dio/build/deviceio/lib/* /opt/jdk1.8.0_171/jre/lib
    149150           * create /etc/ld.so.conf.d/libdio.conf  containing /opt/dio/build/so
    150151           * sudo ldconfig   (to refresh the library path cache)
     
    154155           * See [https://theuzo007.wordpress.com/2013/10/26/joystick-in-java-with-jinput-v2/ here] for usage example
    155156           * Use Pi->System Tools->jstest-gtk to test joystick.  Also see /dev/input
     157       * Checkout and build the demo application from the subversion repository
     158{{{
     159   cd
     160   mkdir pibot
     161   cd pibot
     162   svn co svn+ssh:myusername@jupiter2.team2537.com/home/svn/pibot/trunk
     163   ant
     164   sudo ant run
     165}}}
    156166       * Do !WiFi Configuration using hostapd and dnsmasq (see documentation or the files mentioned below for examples).
    157167           * Configure /etc/network/interfaces to invoke /etc/network/wlan0.conf after the wlan0 interface is up