Topic: Need to update your firmware?

This thread contains information on how to update your firmware to the latest version.

Please be sure to use the correct firmware for your device, otherwise you can end up with a brick!

Note that this is required if you have a new, never been used, "chumby 8" from the original Chumby Industries.  The step is not necessary if your device was purchased from Blue Octy through thechumbystore.com.

Re: Need to update your firmware?

http://files.chumby.com/wikiimages/deviceimages/ironforge.jpg

chumby Classic

This firmware is for the "squishy" leather encased chumby devices, HW version 3.x.  The current version of the firmware is 1.7.3.  If you have an older version:

1) Get a USB flash drive, make sure that it is properly formatted as FAT.
2) Download this file onto the flash drive:

http://files.chumby.com/resources/class … update.zip

3) Unpack the zip file and move all of the contents to the top level of the USB flash drive, it will work with just update1 and update2 folders in the top level.
4) Put the flash drive into the back of your device
5) Reboot the device, while touching the screen to get the device into "special options mode".
6) Press the "Install updates" button.
7) Press the "Install from USB flash drive".
8) Confirm

The device should start updating - DO NOT unplug the the device while this is happening!

NOTE In the past, we accepted 1.7.2 as a supported firmware version, however, we now recommend updating to 1.7.3, as 1.7.2 has some issues with certain secure sites that could cause some widgets to fail to fetch data.

Re: Need to update your firmware?

http://files.chumby.com/wikiimages/deviceimages/falconwing.jpg
chumby One

http://files.chumby.com/wikiimages/deviceimages/infocast3.5.jpg
Insignia Infocast 3.5

This firmware is for the white plastic chumby devices, with blue trim, HW version 10.x, and Insignia Infocast 3.5", HW version 7.x.  The current version of the firmware is 1.0.7.  If you have an older version:

1) Get a USB flash drive, make sure that it is properly formatted as FAT.
2) Download this file onto the flash drive (do NOT unpack it):

http://files.chumby.com/resources/chumb … update.tgz

3) Put the flash drive into the back of your device
4) Reboot the device, while touching the screen to get the device into "special options mode".
5) Press the "Install updates" button.
6) Press the "Install from USB flash drive".
7) Confirm

The device should start updating - DO NOT unplug the the device while this is happening!

Re: Need to update your firmware?

http://files.chumby.com/wikiimages/deviceimages/chumby8_black.jpg

chumby 8

This firmware is for the Chumby 8, which comes in either red or black, and looks like the image above. The current version of the firmware is 1.8.2. If you have an older version:

1) Get a USB flash drive, make sure that it is properly formatted as FAT.
2) Download this file onto the flash drive (DO NOT unpack it):

http://files.chumby.com/resources/chumb … update.zip

3) Put the flash drive into the back of your device
4) Reboot the device, while touching the screen to get the device into "special options mode".
5) Press the "Install updates" button.
6) Press the "Install from USB flash drive".
7) Confirm

The device should start updating - DO NOT unplug the the device while this is happening!

Re: Need to update your firmware?

http://files.chumby.com/wikiimages/deviceimages/infocast.jpg

Insignia Infocast 8"

This firmware is for the Infocast 8, which comes in black and looks like the image above. The current version of the firmware is 1.0.5. If you have an older version:

1) Get a USB flash drive, make sure that it is properly formatted as FAT.
2) Download this file onto the flash drive (DO NOT unpack it):

http://files.chumby.com/resources/infoc … update.zip

3) Put the flash drive into the back of your device
4) Reboot the device, while touching the screen to get the device into "special options mode".
5) Press the "Install updates" button.
6) Press the "Install from USB flash drive".
7) Confirm

The device should start updating - DO NOT unplug the the device while this is happening!

Re: Need to update your firmware?

Note that some of these devices require the USB drive to be formatted as FAT, not FAT32, which is common for larger drives. If you have a large drive, then you will probably have to partition it, and format the first partition as FAT.

Here's some instructions for how to do this under Windows 8, submitted by a user with this issue (WARNING - make sure you are partitioning the correct drive, otherwise you risk wiping out your hard drive!!):

1) In the run command field type CMD to start a dos window
2) At the C: prompt type ->  diskpart
3) A secondary window will pop up requesting permission to run, click yes to continue
4) Once inside diskpart, type LIST DISK  to see a list of the disk partitions on the computer
5) In the example instructions below, the two partitions listed are DISK 0 and DISK 1.  We know that the thumb drive is 7538 MB we then begin typing out the instructions that proceed DISKPART>  to proceed with removing the old drive partition, replacing it with a smaller value like 500mb or up to 2000mb.  In the example below the disk partition is set to 500mb.  (note, you can repeat these steps and restore the thumb drive back to it's original capacity by not issuing a size value when creating the primary partition.  You can also replace FAT with FAT32 or NTFS as the format type)
6) Once the drive has been formatted correctly, copy the update1 and update2 (or the update.zip as appropriate) files to the root of the thumb drive and you are good to go.

DISKPART> list disk

  Disk ###  Status      Size     Free     Dyn  Gpt
  --------  ----------  -------  -------  ---  ---
  Disk 0    Online        40 GB      0 B
  Disk 1    Online      7538 MB      0 B

DISKPART> select disk 1

Disk 1 is now the selected disk.

DISKPART> list part

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            500 MB  1024 KB

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> create part primary size=500

DiskPart succeeded in creating the specified partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=fat quick

  100 percent completed

DiskPart successfully formatted the volume.

DISKPART> assign

DiskPart successfully assigned the drive letter or mount point.