debian_uboot
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| debian_uboot [2012/01/24 20:07] – Add structure, working/nonworking, tips sections paulf | debian_uboot [2016/10/24 15:59] (current) – [Installation and initial configuration story] fix s/set/setenv/ typo 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# | Here I'm documenting my progress on using my ac100-116 "the right way". Feel free to reach me on [[help# | ||
| + | **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) '' | ||
| + | * Missing '' | ||
| + | * To be able to use '' | ||
| + | * '' | ||
| ===== 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' | ==== What doesn' | ||
| Line 18: | Line 26: | ||
| * Resume from suspend-to-ram (pending u-boot warmboot patches, see http:// | * Resume from suspend-to-ram (pending u-boot warmboot patches, see http:// | ||
| * Suspend-to-disk/ | * Suspend-to-disk/ | ||
| - | * Internal mic (pending stuw's and leonro' | + | * 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:// | * Proprietary drivers for X and OMX-accelerated sound/video decoding (never tried, see https:// | ||
| Line 30: | Line 38: | ||
| I then used my laptop and an SD card, created a single ext2 partition there and unpacked the preinstalled ubuntu rootfs. Copied the '' | I then used my laptop and an SD card, created a single ext2 partition there and unpacked the preinstalled ubuntu rootfs. Copied the '' | ||
| - | I boot the u-boot.bin via putusb, then < | + | I boot the u-boot.bin via putusb, then < |
| Logged in, set password to 1, start '' | Logged in, set password to 1, start '' | ||
| Line 42: | Line 50: | ||
| The resulting system should be bootable with | The resulting system should be bootable with | ||
| < | < | ||
| - | mmc dev 0; ext2load mmc 0 0x408000 uImage; ext2load mmc 0 0x1408000 initramfs; | + | mmc dev 0; ext2load mmc 0 0x408000 uImage; ext2load mmc 0 0x1408000 initramfs; |
| </ | </ | ||
| Line 48: | Line 56: | ||
| < | < | ||
| #define CONFIG_BOOTCOMMAND | #define CONFIG_BOOTCOMMAND | ||
| - | " | + | " |
| </ | </ | ||
| to '' | to '' | ||
| Line 71: | Line 79: | ||
| </ | </ | ||
| - | ===== Tips ===== | + | And then be sure to read suckless [[tips_and_tricks]]. |
| - | * To manage lid event i'm using https:// | + | |
| - | * I added this to ~/ | + | |
| - | < | + | |
| - | ao=alsa | + | |
| - | mixer-channel=Master | + | |
| - | vo=x11 | + | |
| - | zoom=1 | + | |
| - | sws=0 | + | |
| - | hardframedrop=1 | + | |
| - | lavdopts=fast=1: | + | |
| - | </ | + | |
| - | * For watching youtube i use | + | |
| - | < | + | |
| - | #!/bin/sh | + | |
| - | cookies_file=`mktemp / | + | |
| - | rm $cookies_file | + | |
| - | url=" | + | |
| - | mplayer -cookies -cookies-file $cookies_file -cache 2048 $url | + | |
| - | rm $cookies_file | + | |
| - | </ | + | |
debian_uboot.1327432069.txt.gz · Last modified: by paulf · Currently locked by: 216.73.216.211,10.89.1.2
