View Single Post
Old 01-30-2014, 04:30 PM   #30
kobo.feb
Junior Member
kobo.feb began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2014
Device: Kobo
The script does not work on Kobo Glo with 3.1.1 firmware installed.
The same happens as described by rantoie and nnsense.

The original script on 3.1.1 is also slightly different. Here is a dump of the comparison of the zipped original script from the start of the thread and from the 3.1.1 firmware pack:

Quote:
Comparing files upgrade-wifi.sh and UPGRADE-WIFI.SH (v311)
***** upgrade-wifi.sh

UBOOT=/mnt/onboard/.kobo/upgrade/$PLATFORM/u-boot.bin
KERNEL=/mnt/onboard/.kobo/upgrade/$PLATFORM/uImage
if [ $PLATFORM == ntx508 ]; then
***** UPGRADE-WIFI.SH (v311)

if [ $PLATFORM == ntx508 ]; then
*****

***** upgrade-wifi.sh

[ ! -e $UBOOT ] && UBOOT=/mnt/onboard/.kobo/upgrade/u-boot.bin
[ ! -e $KERNEL ] && KERNEL=/mnt/onboard/.kobo/upgrade/uImage

***** UPGRADE-WIFI.SH (v311)

[ $PLATFORM == freescale ] && UBOOT=/mnt/onboard/.kobo/upgrade/u-boot.bin
[ $PLATFORM == freescale ] && KERNEL=/mnt/onboard/.kobo/upgrade/uImage

*****
Could you please make an updated dump script for 3.1.1 firmware? Please help if possible, thanks.
kobo.feb is offline   Reply With Quote