|
1 |
| -ODROID UTILITY (UNOFFICIAL UPDATE) |
2 |
| -================================== |
| 1 | +TOOL - ODROID UTILITY |
| 2 | +===================== |
3 | 3 |
|
4 |
| -This fork improves the structure of the original project and adds a lot of features, which are partly known from raspi-config. |
| 4 | +I've started to write this script to replace kernel-update. It does WAY more then the current kernel-update is doing. I plan to replace kernel-update with this tool very soon. |
5 | 5 |
|
6 |
| -**Sources :** https://github.com/mdrjr/odroid-utility |
| 6 | +**Sources:** https://github.com/mdrjr/odroid-utility |
7 | 7 |
|
8 | 8 | **How to Install :**
|
9 | 9 |
|
10 | 10 | ```
|
11 |
| -git clone https://github.com/api-walker/odroid-utility.git |
12 |
| -
|
13 |
| -cd odroid-utility |
14 |
| -
|
15 | 11 | sudo -s
|
16 | 12 |
|
17 |
| -chmod +x updater.sh |
| 13 | +wget -O /usr/local/bin/odroid-utility.sh https://raw.githubusercontent.com/mdrjr/odroid-utility/master/odroid-utility.sh |
18 | 14 |
|
19 |
| -updater.sh |
| 15 | +chmod +x /usr/local/bin/odroid-utility.sh |
20 | 16 |
|
21 | 17 | odroid-utility.sh
|
22 | 18 | ```
|
23 | 19 |
|
24 |
| -**Usage :** |
| 20 | +Don't worry about the extra files. The script self-updates itself everytime its started. |
25 | 21 |
|
26 |
| -``` |
27 |
| -sudo odroid-utility.sh [--skip-update] |
| 22 | +**What is supported :** |
28 | 23 |
|
29 |
| ---skip-update = Skip update of the internals |
30 |
| -``` |
| 24 | +* Debian and Ubuntu. |
| 25 | +* Xorg on/off, |
| 26 | +* Change hostname, |
| 27 | +* Configure HDMI (x/x2/u2/u3/c1) only, |
| 28 | +* Kernel Update (all boards), |
| 29 | +* boot.scr's update (all boards) Oh yes. Updating the kernel doesn't replace your boot.scr's anymore. If you was using custom ones to boot from hdd then they should be safe now, |
| 30 | +* Rebuilds Xorg DDX , installs new Mali drivers when they are available and fixes ABI errors, |
| 31 | +* Filesystem resize. |
31 | 32 |
|
32 |
| -**What is supported :** |
33 |
| -* Old : |
34 |
| - * Debian and Ubuntu. |
35 |
| - * Xorg on/off, |
36 |
| - * Change hostname, |
37 |
| - * Configure HDMI (x/x2/u2/u3/c1) only, |
38 |
| - * Kernel Update (all boards), |
39 |
| - * boot.scr's update (all boards) Oh yes. Updating the kernel doesn't replace your boot.scr's anymore. If you was using custom ones to boot from hdd then they should be safe now, |
40 |
| - * Rebuilds Xorg DDX , installs new Mali drivers when they are available and fixes ABI errors, |
41 |
| - * Filesystem resize. |
42 |
| -* New : |
43 |
| - * Desktop Environments |
44 |
| - * Change password |
45 |
| - * Change locale |
46 |
| - * Change timezone |
47 |
| - * Change keyboard-layout |
48 |
| - * Changed kernel-update for odroid-c to direct update |
49 |
| - * Direct KODI installation on Odroid C1 |
50 |
| - * Start without updating |
51 |
| - |
52 |
| -**State :** |
53 |
| -* BETA |
54 |
| - |
55 |
| -**Disclaimer :** |
56 |
| -* Some changes are based on raspi-config code. |
57 |
| - |
58 |
| -**Todo :** |
59 |
| -* full testing |
60 |
| - |
61 |
| -Ideas and patches are welcome. Please submit a pull request on github. |
| 33 | +**TODO :** |
| 34 | + |
| 35 | + |
| 36 | +Ideas and patchs are welcome. Either post a diff with your e-mail and name or submit a PR on github. |
0 commit comments