Changes between Version 4 and Version 5 of Gen8Resources
- Timestamp:
- 01/12/11 19:29:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Gen8Resources
v4 v5 3 3 http://gitorious.org/archos-buildroots/gen8 4 4 5 = Notes for current Angstrom build on Gen8 = 6 * join #openaos on FreeNode irc for help 7 5 8 = Audio = 9 {{{ 6 10 enable speakers with toggle in alsamixer (to the right) 7 11 export SDL_AUDIO_DRIVER=alsa in case SDL apps aren't defaulting to it. 12 }}} 8 13 9 14 = Larger onscreen keyboard = 10 15 {{{ 11 16 cd /usr/share/xkbd 12 17 lrwxrwxrwx 1 root root 26 Dec 21 18:06 en_US.qwerty.xkbd -> en_GB.qwerty.tabletpc.xkbd 13 18 lrwxrwxrwx 1 root root 26 Dec 21 18:06 en_GB.qwerty.xkbd -> en_GB.qwerty.tabletpc.xkbd 19 }}} 14 20 15 21 = usb networking = 16 22 {{{ 17 23 /etc/network/interfaces 18 24 # Ethernet/RNDIS gadget (g_ether) … … 28 34 29 35 First bring up tablet usb0 interface, then pc/laptop should appear. Before disconnecting cable, ifdown usb0 on tablet. 36 }}} 30 37 31 38 = Control tablet with PC keyboard and mouse = 39 {{{ 32 40 install synergy client on tablet with: opkg install synergy 33 41 install synergy server on PC/laptop … … 36 44 start synergys on PC/laptop 37 45 ssh to archos and start synergy client with synergyc -f [your.server.ip.addr] 38 46 }}} 39 47 = wlan network = 40 (no kernel odules available yet) 41 48 {{{ 49 (no kernel modules available yet) 50 }}} 42 51 = cpu scaling = 52 {{{ 43 53 echo ondemand /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 44 54 (throttle mhz back from 1ghz when not needed - be kind to your CPU) 45 55 }}} 46 56 [ backlight control ] 57 {{{ 47 58 echo 100 > /sys/devices/platform/omap_pwm_led.0/leds/lcd-backlight/brightness 48 59 (values from 0-255 are accepted) 60 }}} 49 61 50 = Compiling - cflags = 51 -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fsingle-precision-constant 62 = Compiling = 63 {{{ 64 working cflags: -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fsingle-precision-constant 65 }}} 52 66 53 67 = TODO (help wanted) = 68 {{{ 54 69 - mount /mnt_data writeable by user 55 70 - wifi module and configuration … … 58 73 - get hardware-scaled framebuffer (overlay) on lcd 59 74 - switch to conservative speed governor and shorter dimming timeout when running off battery 60 - share tweaks and hacks with archos community (without needing approval from upstream Angstrom) 61 - fix microphone input for osc-illoscope visualization program 62 - port/fix PocketSNES 63 - port/fix pcsx-rearmed 64 - port/fix picodrive 65 - port/fix dosbox mouse and tweak default config for omap3 archos 75 - opkg repository for archos-gen8 76 - fix microphone input 66 77 - get oprofile running with debug / symbol info 78 - FunAndGames: PocketSNES 79 - FunAndGames: pcsx-rearmed 80 - FunAndGames: picodrive 81 - FunAndGames: dosbox (dynamic recompiler) with improved mouse support 82 }}}
