Skip to content

Commit ed50feb

Browse files
Documentation update/Chumby voice change. :)
1 parent df6a601 commit ed50feb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.TXT

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Which Firmware ?
1818

1919
This is Zurk's Offline Firmware v34, backported to the Chumby Classic.
2020

21-
!!NOTE: Please install the SSL fix firmware before usage-- see ssl-fix-update for more info!!
21+
!!NOTE: Please install the SSL fix firmware before usage-- see ssl-fix-update.txt for more info!!
2222

2323

2424
Usage
2525
-----
2626

27-
Copy to a blank USB thumbdrive (FAT32 formatted, 512 MB or greater, root folder, make sure you keep directory structure) - power off your activated, networked, functional chumby - insert thumbdrive - power on. Wait for the voice prompts (3-5 min) and when it reboots remove the USB thumbdrive. The first boot after install will take a while (1-2 min), the next ones are much faster. If upgrading with an on board firmware already on the Chumby the procedure is the same. The loader will detect the earlier install and upgrade it automatically.
27+
Copy to a blank USB thumbdrive (FAT32 formatted, 2GB or greater, root folder, make sure you keep directory structure) - power off your activated, networked, functional chumby - insert thumbdrive - power on. Wait for the voice prompts (3-5 min) and when it reboots remove the USB thumbdrive. The first boot after install will take a while (1-2 min), the next ones are much faster. If upgrading with an on board firmware already on the Chumby the procedure is the same. The loader will detect the earlier install and upgrade it automatically.
2828
You will need to change the control panel time to your correct location after bootup. Also change the brightness and sound to your preference.
2929
Ensure your chumby is activated, on the network and fully operational with the latest firmware (v1.0.7) prior to using the offline firmware.
3030
Although you do not need to activate your chumby and can run this offline firmware completely without a network, for a first time installation both network and activated chumby are recommended to make life simple. For operating in network-less environments please delete the file autoreboot.on from the chumby storage root.

TalkingChumby/say.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
rm -f /tmp/output.wav
4-
/mnt/usb/TalkingChumby/flite_cmu_us_rms -t "$1" -o /tmp/output.wav
4+
/mnt/usb/TalkingChumby/flite_cmu_us_kal16 -t "$1" -o /tmp/output.wav
55
/usr/bin/aplay /tmp/output.wav
66
rm -f /tmp/output.wav
77

ssl-fix-update.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
To install the SSL Fix on your Chumby Classic (NOTE: THIS WILL FACTORY RESET YOUR CHUMBY!):
22

3-
-Unzip update.zip to a FAT32 formatted USB flashdrive.
3+
-Unzip update.zip to a 512MB or greater FAT32 formatted USB flashdrive.
44
-Insert the flashdrive into your Chumby.
55
-Power on your Chumby while holding the screen to get into 'Special Options' mode.
66
-Select install updates -> from USB.
7+
-Wait until it reboots
8+
9+
Your Chumby Classic should now have a more modern OpenSSL library/cURL! :)
710

0 commit comments

Comments
 (0)