Changes between Version 4 and Version 5 of Gen8Resources

Show
Ignore:
Timestamp:
01/12/11 19:29:50 (2 years ago)
Author:
Arnim Sauerbier <arnims@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Gen8Resources

    v4 v5  
    33http://gitorious.org/archos-buildroots/gen8 
    44 
     5= Notes for current Angstrom build on Gen8 = 
     6* join #openaos on FreeNode irc for help 
     7 
    58= Audio = 
     9{{{ 
    610enable speakers with toggle in alsamixer (to the right) 
    711export SDL_AUDIO_DRIVER=alsa in case SDL apps aren't defaulting to it. 
     12}}} 
    813 
    914= Larger onscreen keyboard = 
    10  
     15{{{ 
    1116cd /usr/share/xkbd 
    1217lrwxrwxrwx 1 root root 26 Dec 21 18:06 en_US.qwerty.xkbd -> en_GB.qwerty.tabletpc.xkbd 
    1318lrwxrwxrwx 1 root root 26 Dec 21 18:06 en_GB.qwerty.xkbd -> en_GB.qwerty.tabletpc.xkbd 
     19}}} 
    1420 
    1521= usb networking = 
    16  
     22{{{ 
    1723/etc/network/interfaces 
    1824# Ethernet/RNDIS gadget (g_ether) 
     
    2834 
    2935First bring up tablet usb0 interface, then pc/laptop should appear.  Before disconnecting cable, ifdown usb0 on tablet. 
     36}}} 
    3037 
    3138= Control tablet with PC keyboard and mouse = 
     39{{{ 
    3240install synergy client on tablet with: opkg install synergy 
    3341install synergy server on PC/laptop 
     
    3644start synergys on PC/laptop 
    3745ssh to archos and start synergy client with synergyc -f [your.server.ip.addr] 
    38  
     46}}} 
    3947= wlan network = 
    40 (no kernel odules available yet) 
    41  
     48{{{ 
     49(no kernel modules available yet) 
     50}}} 
    4251= cpu scaling = 
     52{{{ 
    4353echo ondemand /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 
    4454(throttle mhz back from 1ghz when not needed - be kind to your CPU) 
    45  
     55}}} 
    4656[ backlight control ] 
     57{{{ 
    4758echo 100 > /sys/devices/platform/omap_pwm_led.0/leds/lcd-backlight/brightness 
    4859(values from 0-255 are accepted) 
     60}}} 
    4961 
    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{{{ 
     64working cflags: -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fsingle-precision-constant  
     65}}} 
    5266 
    5367= TODO (help wanted) = 
     68{{{ 
    5469- mount /mnt_data writeable by user 
    5570- wifi module and configuration 
     
    5873- get hardware-scaled framebuffer (overlay) on lcd 
    5974- 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  
    6677- 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}}}