Difference between revisions of "Chumby hacker board beta"

From Chumby Wiki
Jump to: navigation, search
(New page: =Schematics= =Layout Files= =Datasheets=)
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Schematics=
+
The chumby hacker and OEM board is in Beta currently. It is for sale through distributors ([http://www.adafruit.com/index.php?main_page=index&cPath=46 adafruit]). Please add to this wiki page with any hacks, findings, or supplements you'd like to contribute!
 +
 
 +
==Helpful tips==
 +
[http://wiki.ladyada.net/chumbyhackerboard/wifi Add wifi to the hacker board] (Adafruit)<br>
 +
[http://wiki.ladyada.net/chumbyhackerboard/compiler Install a native c compiler on the hacker board] (Adafruit)<br>
 +
 
 +
The root filesystem is read-only by default on the hacker board. To make it read-write, use this command:
 +
{{Command|mount -o remount,rw /}}
 +
 
 +
==Schematics==
 +
[http://files.chumby.com/hackerboard/chumby_hackerboard.pdf Hackerboard Schematics (PDF)]<br>
 +
[http://files.chumby.com/hackerboard/falconwing_oem3.pdf Updated hackerboard schematics (PDF)]
  
 
=Layout Files=
 
=Layout Files=
 +
[http://files.chumby.com/hackerboard/chumby_hackerboard_gerbers.zip Hackerboard Gerbers]<br>
 +
[http://files.chumby.com/hackerboard/chumby_hackerboard.zip Hackerboard Source] in the preferred form for modification by the designer (Altium DXP)<br>
 +
[http://files.chumby.com/hackerboard/falconwing_chb3_all.zip Hackerboard Source (updated)]<br>
 +
 +
==Datasheets==
 +
 +
===CPU===
 +
* CPU programmer's reference manual: [http://cache.freescale.com/files/dsp/doc/ref_manual/IMX23RM.pdf?fpsp=1&WT_TYPE=Reference%20Manuals&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation Freescale i.MX233] (very large)
 +
* CPU datasheet: [http://cache.freescale.com/files/dsp/doc/data_sheet/IMX23EC.pdf?fpsp=1&WT_TYPE=Data%20Sheets&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation i.MX233] electrical characteristics
 +
* CPU erratum: [http://cache.freescale.com/files/dsp/doc/errata/IMX23CE.pdf?fpsp=1&WT_TYPE=Errata&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation i.MX233] bugs
 +
 +
===Memory===
 +
* DDR memory: [http://files.chumby.com/hackerboard/ddr_dram.pdf Hynix 512Mb DDR] or equiv
 +
* MicroSD memory: [http://www.jedec.org/standards-documents/docs/jesd-84-b42 JEDEC standard JESD84-B42] (registration required)
  
=Datasheets=
+
===Peripherals===
 +
* Accelerometer: [http://www.freescale.com/files/sensors/doc/data_sheet/MMA7455L.pdf Freescale MMA7455L]
 +
* DCID EEPROM: [http://www.atmel.com/dyn/resources/prod_documents/doc5226.pdf Atmel AT24C08B] or equiv
 +
* CPID EEPROM: [http://www.atmel.com/dyn/resources/prod_documents/doc5296.pdf Atmel AT24C128B] or equiv
 +
* LCD backlight boost: [http://www.exar.com/Files/Documents/sipex/DataSheets/SP6699_E_012108.pdf Exar/Sipex SP6699]
 +
* D-pad switch: [http://industrial.panasonic.com/www-data/pdf/ATR0000/ATR0000CE9.pdf Panasonic EVQQ7]
 +
* Auto power mux (5V): [http://focus.ti.com/lit/ds/symlink/tps2113a.pdf TI TPS2113A] (not recommended for new designs, TI parts are very hard to source)
 +
* USB power switch: [http://www.fairchildsemi.com/ds/FD%2FFDG6331L.pdf Fairchild FDG6331L]
 +
* Power connector: [http://products.cui.com/getPDF.aspx?filename=PJ-045H.pdf CUI PJ-045H]
 +
* +5V boost converter (for USB): [http://www.rohm.com/products/databook/power/pdf/bd8314nuv-e.pdf Rohm BD8314]
 +
* USB hub chip: [http://www.genesyslogic.com/manage/upfile/12052255151.pdf Genesys Logic GL850G]
 +
* Battery bypass switch: [http://www.fairchildsemi.com/ds/FD/FDFMA2P029Z.pdf Fairchild FDFMA2P029Z] integrated diode/FET switch

Latest revision as of 20:25, 13 May 2011

The chumby hacker and OEM board is in Beta currently. It is for sale through distributors (adafruit). Please add to this wiki page with any hacks, findings, or supplements you'd like to contribute!

Helpful tips

Add wifi to the hacker board (Adafruit)
Install a native c compiler on the hacker board (Adafruit)

The root filesystem is read-only by default on the hacker board. To make it read-write, use this command:

mount -o remount,rw /

Schematics

Hackerboard Schematics (PDF)
Updated hackerboard schematics (PDF)

Layout Files

Hackerboard Gerbers
Hackerboard Source in the preferred form for modification by the designer (Altium DXP)
Hackerboard Source (updated)

Datasheets

CPU

Memory

Peripherals