installing_arch_linux_with_gpt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installing_arch_linux_with_gpt [2014/08/01 14:51] – [Installing on your AC100] falk | installing_arch_linux_with_gpt [2014/08/10 19:34] (current) – falk | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * An USB stick (at least 256MB) | * An USB stick (at least 256MB) | ||
| * About 4-5 hours of time | * About 4-5 hours of time | ||
| + | |||
| + | ===== Download a kernel ===== | ||
| + | |||
| + | You can download a prebuilt one here: [[http:// | ||
| ===== Build a kernel ===== | ===== Build a kernel ===== | ||
| Line 19: | Line 23: | ||
| Add the binaries to your path: '' | Add the binaries to your path: '' | ||
| - | Checkout a working kernel sourcetree. I recommend current vanilla kernel (3.15.6), it should work out of the box. | + | Checkout a working kernel sourcetree. I recommend current vanilla kernel (3.15.6), it should work out of the box. |
| Create a directory for (kernel) installation: | Create a directory for (kernel) installation: | ||
| Line 62: | Line 66: | ||
| Congratulations, | Congratulations, | ||
| - | ==== Installing on your AC100 ==== | + | ===== Installing on your AC100 ===== |
| Copy '' | Copy '' | ||
| Line 113: | Line 117: | ||
| You should have a (very) basic ArchLinuxArm system now. Log in with " | You should have a (very) basic ArchLinuxArm system now. Log in with " | ||
| - | For increased X11 performance build the opentegra driver according to [[http:// | + | For increased X11 performance build the opentegra driver according to [[http:// |
| + | |||
| + | First, build the modified libdrm: | ||
| + | |||
| + | git clone git:// | ||
| + | cd drm | ||
| + | ./ | ||
| + | make | ||
| + | make install | ||
| + | |||
| + | Then, build the opentegra driver: | ||
| + | |||
| + | git clone git:// | ||
| + | cd xf86-video-opentegra | ||
| + | ./ | ||
| + | make | ||
| + | make install | ||
| + | |||
| + | |||
| + | |||
installing_arch_linux_with_gpt.1406897501.txt.gz · Last modified: by falk
