Site Tools


debian_uboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
debian_uboot [2012/01/24 20:07] – Add structure, working/nonworking, tips sections paulfdebian_uboot [2016/10/24 15:57] – [Debian hardfloat with upstream U-Boot] status updates paulf
Line 3: Line 3:
 Here I'm documenting my progress on using my ac100-116 "the right way". Feel free to reach me on [[help#irc]], my nick is PaulFertser. Here I'm documenting my progress on using my ac100-116 "the right way". Feel free to reach me on [[help#irc]], my nick is PaulFertser.
  
 +**UPDATE 24 Oct 2016**: migrated the system to current upstream U-boot and Linux. Everything seems to be nice and reliable. The limitations section still applies.
 +Some notes on update:
 +  * Needs the latest (from firmware git) ''rt2870.bin'' for stable wifi
 +  * Missing ''nvec_event'' so lid open/close events are not generated
 +  * To be able to use ''synaptics'' X.org driver the ''elantech'' protocol needs to be forced for ''psmouse'' kernel driver
 +  * ''mpv'' works nicely for unaccelerated video playback, including streaming from Youtube and other popular hostings (''ytdl-format=18'' is usually needed)
 ===== Status ===== ===== Status =====
 ==== What works ==== ==== What works ====
Line 12: Line 18:
   * Stereo sound both on internal speakers and the headphones   * Stereo sound both on internal speakers and the headphones
   * Webcam   * Webcam
 +  * Integrated digital microphone
 +  * External stereo headset with microphone
  
 ==== What doesn't ==== ==== What doesn't ====
Line 18: Line 26:
   * Resume from suspend-to-ram (pending u-boot warmboot patches, see http://news.gmane.org/group/gmane.comp.boot-loaders.u-boot/thread=122760)   * Resume from suspend-to-ram (pending u-boot warmboot patches, see http://news.gmane.org/group/gmane.comp.boot-loaders.u-boot/thread=122760)
   * Suspend-to-disk/hibernation (not anytime soon, no upstream support for ARMs)   * Suspend-to-disk/hibernation (not anytime soon, no upstream support for ARMs)
-  * Internal mic (pending stuw's and leonro's alsa updates, not functional yet)+  * tegra_wdt watchdog resets the system but it doesn't boot after that for the reasons unknown
   * Proprietary drivers for X and OMX-accelerated sound/video decoding (never tried, see https://build.pub.meego.com/package/files?package=nvidia-tegra2&project=home%3Acxl000%3Atrimslice%3AMer%3Atesting , http://ppa.launchpad.net/ac100/ppa/ubuntu/pool/restricted/n/nvidia-graphics-drivers-tegra/ , mplayer-omx, gst-omx etc)   * Proprietary drivers for X and OMX-accelerated sound/video decoding (never tried, see https://build.pub.meego.com/package/files?package=nvidia-tegra2&project=home%3Acxl000%3Atrimslice%3AMer%3Atesting , http://ppa.launchpad.net/ac100/ppa/ubuntu/pool/restricted/n/nvidia-graphics-drivers-tegra/ , mplayer-omx, gst-omx etc)
  
Line 71: Line 79:
 </code> </code>
  
-===== Tips ===== +And then be sure to read suckless [[tips_and_tricks]].
-  * To manage lid event i'm using https://github.com/gandro/input-event-daemon, it should listen on /dev/input/event4 for LID:0 and LID:1 events. +
-  * I added this to ~/.mplayer/config +
-<code> +
-ao=alsa +
-mixer-channel=Master +
-vo=x11 +
-zoom=1 +
-sws=0 +
-hardframedrop=1 +
-lavdopts=fast=1:skiploopfilter=all +
-</code> +
-  * For watching youtube i use +
-<code> +
-#!/bin/sh +
-cookies_file=`mktemp /tmp/youtube-cookies.XXXXXX` +
-rm $cookies_file +
-url="`youtube-dl --cookies=$cookies_file -g --max-quality 35 $1`" +
-mplayer -cookies -cookies-file $cookies_file -cache 2048 $url +
-rm $cookies_file +
-</code> +
debian_uboot.txt · Last modified: 2016/10/24 15:59 by paulf