Change log
Minor version to fix some problems found in 1.4.1 version since publishing. The changes introduced are:
- Installed SimpleMenu v10.3 that returned to v10.2 in 1.4.1 by mistake. This finally makes the launchers introduced in 1.4.1 in the apps section work.
- Solved issue #210 with SimpleMenu alias.txt file by @neilswann80.
- Improved folder scaffolding script by @neilswann80.
Follow installation/upgrade instructions on 1.4 release description.
The upgrade_1.4.2.tgz
file allows to update versions 1.4 or 1.4.1 to 1.4.2 without having to flash again. To do this, proceed as follows:
-
Copy the
upgrade_1.4.2.tgz
file to the root of the external card. -
Insert the external card in the console and boot.
-
Connect console to PC with USB cable.
-
Open a terminal in Windows or Linux and initiate a SSH session with command
ssh od@10.1.1.2
(the password is in README>System access). -
Untar the file copied in step 1 with this command (same password than in step 4):
sudo tar -xzf /media/sdcard/upgrade_1.4.2.tgz -C / && reboot
-
You are done.