Difference between revisions of "Chumby hacker board beta"

From Chumby Wiki
Jump to: navigation, search
m (Chumby hacker board moved to Chumby hacker board beta: Noting the beta version of the board)
 
(7 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!
[http://files.chumby.com/hackerboard/chumby_hackerboard.pdf Hackerboard Schematics (PDF)]
+
 
 +
==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_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/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=
+
==Datasheets==
  
==CPU==
+
===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 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 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
 
* 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==
+
===Memory===
* DDR memory: [http://files.chumby.com/hackerboard/ddr_dram.pdf Hynix 512MB DDR] or equiv
+
* 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)
 
* MicroSD memory: [http://www.jedec.org/standards-documents/docs/jesd-84-b42 JEDEC standard JESD84-B42] (registration required)
  
==Peripherals==
+
===Peripherals===
 
* Accelerometer: [http://www.freescale.com/files/sensors/doc/data_sheet/MMA7455L.pdf Freescale MMA7455L]
 
* 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
 
* DCID EEPROM: [http://www.atmel.com/dyn/resources/prod_documents/doc5226.pdf Atmel AT24C08B] or equiv

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