Changes between Version 25 and Version 26 of PibotGoldenImage
- Timestamp:
- Jun 25, 2018, 1:46:37 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PibotGoldenImage
v25 v26 147 147 * sudo mv ~/dev /opt/dio 148 148 * sudo chown -R root.root /opt/dio 149 * sudo cp -r /opt/dio/build/deviceio/lib/* /opt/jdk1.8.0_171/jre/lib 149 150 * create /etc/ld.so.conf.d/libdio.conf containing /opt/dio/build/so 150 151 * sudo ldconfig (to refresh the library path cache) … … 154 155 * See [https://theuzo007.wordpress.com/2013/10/26/joystick-in-java-with-jinput-v2/ here] for usage example 155 156 * 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 }}} 156 166 * Do !WiFi Configuration using hostapd and dnsmasq (see documentation or the files mentioned below for examples). 157 167 * Configure /etc/network/interfaces to invoke /etc/network/wlan0.conf after the wlan0 interface is up