User:PaulWise

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(workarounds section)
(linkify my audio adaptor)
 
(17 intermediate revisions by one user not shown)
Line 7: Line 7:
 
* Hardware model: [[GTA02_revisions#GTA02v5|GTA02v5]]
 
* Hardware model: [[GTA02_revisions#GTA02v5|GTA02v5]]
 
* Hardware changes:
 
* Hardware changes:
** buzzfix
+
** [[Buzz_Fix|buzz fix]]
 
** tape trick for easy removal of battery and microSD
 
** tape trick for easy removal of battery and microSD
 
* SIM card: none
 
* SIM card: none
Line 13: Line 13:
 
* NOR flash: original u-boot
 
* NOR flash: original u-boot
 
* NAND flash:
 
* NAND flash:
** u-boot partition: newer u-boot
+
** u-boot partition: qi
 
** u-boot_env partition:
 
** u-boot_env partition:
 
*** customised u-boot environment:
 
*** customised u-boot environment:
Line 19: Line 19:
 
**** always start in menu (stop_in_menu=yes)
 
**** always start in menu (stop_in_menu=yes)
 
** splash partition: apt-get anarchism image
 
** splash partition: apt-get anarchism image
** rootfs partition: old version of Qt Extended
+
** rootfs partition: empty
** kernel partition: 2.6.24
+
** kernel partition: empty
* broken microSD -> SD adapter
+
* 16GB microSD card
 +
** booph-debian: Debian, E17, old QtMoko, mostly unused
 +
** booph-home: /home partition that used to be shared between distros
 +
*** trick in /etc/X11/Xsession.d/00-pabs and ~/.Xsession to symlink the right E17 config based on the distro
 
* 4GB microSD card
 
* 4GB microSD card
** booph-boot: /boot partition for Debian kernels since u-boot seems picky about certain partitions
+
** qtmoko: QtMoko installation, used when travelling
** booph-qtei: Qt Extended Improved, old version, unused
+
* 2GB microSD card
** booph-debian: Debian, E17, unused
+
** shr-unstable: SHR unstable 20110822 rootfs
** booph-home: /home partition shared between distros
+
* accessories
** booph-om-fdom: FDOM, unused
+
** extra battery (free with [[BuzzFixParty#Caceres_.28Debconf09.29|buzz fix at DebConf9]])
** booph-fso-shr: SHR-unstable, used often, often broken
+
** [http://pc-mobile.net/audioadapter.htm MP35A 2.5mm to 3.5mm headphone jack adaptor] (x5)
*** Mofi to connect to wireless
+
** microSD to SD adaptor plus plastic case
*** some games
+
** microSD to USB adaptor on keyring
 +
** plastic case to hold microSD cards
 +
* host system
 +
** Debian GNU/Linux laptop
 +
*** [[Plug-and-Play_USB_Networking]] with a slightly better dispatcher script
  
 
Workarounds:
 
Workarounds:
  
Disable the ffvorbis mplayer audio codec because it is too slow and the vorbis one works, add a line "ac=-ffvorbis," in ~/.mplayer/config.
+
Disable the ffvorbis mplayer audio codec because it is too slow and the vorbis one works, add a line "ac=-ffvorbis," in ~/.mplayer/config. Bug #[http://bugs.debian.org/550572 550572] filed.
  
 
Wishlist:
 
Wishlist:
  
* SIM card, once I figure out a suitable provider and distro
+
* software
* new microSD -> SD adapter
+
** bootloader: [http://www.brain-dump.org/projects/qi-bootmenu/ qi-bootmenu]
* 8GB/16GB microSD card
+
** kernel:
* mod some headphones to have 2.5mm and 3.5mm jacks
+
*** WiFi: adapt newer ar6k driver to AR6000
* drop FDOM, Qt Extended Improved
+
*** vanilla upstream!
* install QtMoko in Debian partition once they have an apt repository
+
** GSM: [http://bb.osmocom.org/ OsmocomBB]
* kexec-based intermediary bootloader and rescue system for NAND flash based on Debian, perhaps EFL based or use petitboot
+
** mesa: merge glamo driver!
* switch to primarily using Debian
+
** UI
* consider switching away from FSO towards [[User:Lindi|lindi]]'s setup
+
*** investigate GNOME mobile stuff
* binary firmware pokage
+
*** keyboard sanity
* keyboard sanity
+
*** mokosuite
* data sync strategy
+
** distro
* newer kernel without WSOD or wireless issues
+
*** switch to primarily using Debian
* investigate GNOME mobile stuff
+
** misc
 +
*** consider switching away from FSO towards [[User:Lindi|lindi]]'s setup
 +
*** data sync strategy
 +
*** binary firmware pokage
 +
* hardware
 +
** fixes: [[1024]], [[GTA02_bass_fix|bass]]
 +
** addons: [[Freerunner_Navigation_Board|compass, additional sensors]], [[Freerunner_RFID_Board|RFID]]
 +
* accessories
 +
** SIM card, once I figure out a suitable provider and distro

Latest revision as of 12:31, 8 October 2011

Homepage: http://bonedaddy.net/pabs3/
Debian: http://wiki.debian.org/PaulWise

My current setup:

  • Host: booph.local
  • Hardware model: GTA02v5
  • Hardware changes:
    • buzz fix
    • tape trick for easy removal of battery and microSD
  • SIM card: none
  • GSM flash: firmware updated to moko11
  • NOR flash: original u-boot
  • NAND flash:
    • u-boot partition: qi
    • u-boot_env partition:
      • customised u-boot environment:
        • menu items for different OSes on microSD
        • always start in menu (stop_in_menu=yes)
    • splash partition: apt-get anarchism image
    • rootfs partition: empty
    • kernel partition: empty
  • 16GB microSD card
    • booph-debian: Debian, E17, old QtMoko, mostly unused
    • booph-home: /home partition that used to be shared between distros
      • trick in /etc/X11/Xsession.d/00-pabs and ~/.Xsession to symlink the right E17 config based on the distro
  • 4GB microSD card
    • qtmoko: QtMoko installation, used when travelling
  • 2GB microSD card
    • shr-unstable: SHR unstable 20110822 rootfs
  • accessories
  • host system

Workarounds:

Disable the ffvorbis mplayer audio codec because it is too slow and the vorbis one works, add a line "ac=-ffvorbis," in ~/.mplayer/config. Bug #550572 filed.

Wishlist:

  • software
    • bootloader: qi-bootmenu
    • kernel:
      • WiFi: adapt newer ar6k driver to AR6000
      • vanilla upstream!
    • GSM: OsmocomBB
    • mesa: merge glamo driver!
    • UI
      • investigate GNOME mobile stuff
      • keyboard sanity
      • mokosuite
    • distro
      • switch to primarily using Debian
    • misc
      • consider switching away from FSO towards lindi's setup
      • data sync strategy
      • binary firmware pokage
  • hardware
  • accessories
    • SIM card, once I figure out a suitable provider and distro
Personal tools

Homepage: http://bonedaddy.net/pabs3/
Debian: http://wiki.debian.org/PaulWise

My current setup:

  • Host: booph.local
  • Hardware model: GTA02v5
  • Hardware changes:
    • buzzfix
    • tape trick for easy removal of battery and microSD
  • SIM card: none
  • GSM flash: firmware updated to moko11
  • NOR flash: original u-boot
  • NAND flash:
    • u-boot partition: newer u-boot
    • u-boot_env partition:
      • customised u-boot environment:
        • menu items for different OSes on microSD
        • always start in menu (stop_in_menu=yes)
    • splash partition: apt-get anarchism image
    • rootfs partition: old version of Qt Extended
    • kernel partition: 2.6.24
  • broken microSD -> SD adapter
  • 4GB microSD card
    • booph-boot: /boot partition for Debian kernels since u-boot seems picky about certain partitions
    • booph-qtei: Qt Extended Improved, old version, unused
    • booph-debian: Debian, E17, unused
    • booph-home: /home partition shared between distros
    • booph-om-fdom: FDOM, unused
    • booph-fso-shr: SHR-unstable, used often, often broken
      • Mofi to connect to wireless
      • some games

Workarounds:

Disable the ffvorbis mplayer audio codec because it is too slow and the vorbis one works, add a line "ac=-ffvorbis," in ~/.mplayer/config.

Wishlist:

  • SIM card, once I figure out a suitable provider and distro
  • new microSD -> SD adapter
  • 8GB/16GB microSD card
  • mod some headphones to have 2.5mm and 3.5mm jacks
  • drop FDOM, Qt Extended Improved
  • install QtMoko in Debian partition once they have an apt repository
  • kexec-based intermediary bootloader and rescue system for NAND flash based on Debian, perhaps EFL based or use petitboot
  • switch to primarily using Debian
  • consider switching away from FSO towards lindi's setup
  • binary firmware pokage
  • keyboard sanity
  • data sync strategy
  • newer kernel without WSOD or wireless issues
  • investigate GNOME mobile stuff