Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Upgrade for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofilo committed Feb 26, 2022
1 parent f807c72 commit 7dd1f45
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releases/
manual_build/select_kernel/gcw0-update-*.opk
manual_build/select_kernel/squashfs-root/
upgrade_1.4.1/root
upgrade_*/root
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ On the computer we can use any FTP client configured with the SFTP or SCP protoc
ssh [email protected]
```

The password for `od` user is `untoqebboqvboqudrn`. If you want to change or disable it, you must use the `Password` application (only accessible from GMenu2X in the `settings` section).
The password for `od` user is `untoqebboqvboqudrn`. If you want to change or disable it, you must use the `Password` application (in the `settings` section of GMenu2X or `apps` of SimpleMenu).

![Network access 1](images/network_access1.png)

Expand Down
2 changes: 1 addition & 1 deletion README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ En el ordenador podemos utilizar cualquier cliente de FTP configurado con el pro
ssh [email protected]
```

El password del usuario `od` es `untoqebboqvboqudrn`. Si se quiere cambiar o desactivar, hay que utilizar la aplicación `Password` (sólo accesible desde GMenu2X en la sección `settings`).
El password del usuario `od` es `untoqebboqvboqudrn`. Si se quiere cambiar o desactivar, hay que utilizar la aplicación `Password` (en la sección `settings` de GMenu2X o `apps` de SimpleMenu).

![Network access 1](images/network_access1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rootcheck () {
}

if [ $# -ne 1 ] ; then
echo -e "usage: ./build_upgrade.sh <v>\n <v>: version; e.g. 1.1"
echo -e "usage: ./build_upgrade.sh <v>\n <v>: version; e.g. 1.4.2"
exit 1
fi

Expand All @@ -38,5 +38,19 @@ cp "${DIRECTORY}/../manual_build/simplemenu/home computers.ini" "${DIRECTORY}/ro
cp ${DIRECTORY}/../manual_build/simplemenu/handhelds.ini ${DIRECTORY}/root/media/data/local/home/.simplemenu/section_groups/handhelds.ini
chown -R 1000:100 ${DIRECTORY}/root/media/data/local/home

# SimpleMenu 10.3
mkdir -p ${DIRECTORY}/root/media/data/apps
wget -q -P ${DIRECTORY}/root/media/data/apps https://github.com/fgl82/simplemenu/releases/download/10.3/SimpleMenu-OD-BETA.opk
chown -R 1000:100 ${DIRECTORY}/root/media/data/apps

# Previews
mkdir -p ${DIRECTORY}/root/media/data/local/home/.simplemenu/apps/.previews
cp ${DIRECTORY}/passwd.png "${DIRECTORY}/root/media/data/local/home/.simplemenu/apps/.previews/sudo -S od-passwd-config od.png"
chown -R 1000:100 ${DIRECTORY}/root/media/data/apps/.previews

# Alias file because of issue #210
cp ${DIRECTORY}/../manual_build/simplemenu/alias.txt ${DIRECTORY}/root/media/data/local/home/.simplemenu/alias.txt
chown 1000:100 ${DIRECTORY}/root/media/data/local/home/.simplemenu/alias.txt

cd ${DIRECTORY}
tar --directory=${DIRECTORY}/root/ -czvf ${DIRECTORY}/../releases/upgrade_${1}.tgz media
4 changes: 2 additions & 2 deletions upgrade_1.4.1/log.md → upgrade_1.4.2/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tar -tvf Sideload.tgz

# Apply upgrade

The upgrade_1.4.1.tgz file allows to update version 1.4 to 1.4.1 without having to flash again. To do this, proceed as follows:
The upgrade_1.4.2.tgz file allows to update version 1.4 to 1.4.2 without having to flash again. To do this, proceed as follows:

1. Copy the upgrade_1.4.1.tgz file to the root of the external card.
2. Insert the external card in the console and boot.
3. Connect console to PC with USB cable.
4. Open a terminal in Windows or Linux and initiate a SSH session with command `ssh [email protected]` (the password is in [README>System access](https://github.com/eduardofilo/RG350_adam_image/#system-access)).
5. Untar the file copied in step 1 with this command: `sudo tar -xzf /media/sdcard/upgrade_1.4.1.tgz -C /` (same password than in step 4).
5. Untar the file copied in step 1 with this command: `sudo tar -xzf /media/sdcard/upgrade_1.4.2.tgz -C /` (same password than in step 4).
6. Reboot console.
Binary file added upgrade_1.4.2/passwd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added upgrade_1.4.2/system_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added upgrade_1.4.2/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7dd1f45

Please sign in to comment.