Difference between revisions of "Hammer Board HOWTOS"

From eLinux.org
Jump to: navigation, search
(Removed link to deleted page.)
 
(35 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This is a place holder for the How-To section
+
This is the index for the How-To section
  
How to get an [http://elinux.org/Enc28j60 Enc28j60] working on the Hammer board
+
[[Hammer_Getting_Started|Getting Started]] - A step by step guide to getting started with the [[Hammer_Board]]
  
First you have to get an Enc28j60, the following links may be usefull:
+
[[Hammer_How_to_build_Kernel|How to build a custom kernel]] for the [[Hammer_Board]]
  
*[http://www.sparkfun.com/commerce/product_info.php?products_id=765 SparkFun]
+
[[Hammer_How_to_buildroot|How to build the buildroot]] and the kernel for the [[Hammer_Board]]
*[http://www.olimex.com/dev/enc28j60-h.html Olimex]
 
*[http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1335&dDocName=en022889 MicroChip]
 
*[http://microcontrollershop.com/product_info.php?cPath=98&products_id=1390 uC Pro's]
 
  
Next we will be soldering it on to the [http://elinux.org/Hammer_Carrier Hammer Carrier board]
+
[[Hammer_How_to_Thumb_Drive|How to add a USB Thumb Drive]] to the [[Hammer_Board]]
  
We will need an aux 3.3V regulator as the Enc28j60 can draw up to 250ma from its supply.
+
[[Hammer_How_to_USB_Ethernet|How to add a USB Ethernet]] adapter to the [[Hammer_Board]]
Make sure that your 5V main power supply can supply the Hammer as well as the Enc28j60.
 
  
Insert picture of the result
+
[[Hammer_How_to_JFFS2_Root|How to use JFFS2 Flash]] for the root partition on [[Hammer_Board]]
  
Insert picture of the wires soldered to the spi VccAux & Gnd points
+
[[Hammer_How_to_USB_FTDI|How to add a USB FTDI Serial]] adapter to the [[Hammer_Board]]
  
Software driver info:
+
[[Hammer_How_to_Enc28j60|How to add an ENC28j60 SPI ethernet interface]] to the [[Hammer_Board]]
  
The Good  Kernel SPI API
+
[[Hammer_How_to_Networking|TCPIP Networking,]] Getting the .config necessary for TCPIP to work.
  The Bad  &
+
 
    The Ugly  The current "driver"
+
[[Hammer_How_to_Console|How To Console]] Settings and minimal configurations for console interface.
 +
 
 +
[[Hammer_How_to_Reflash_Apex_and_kernel|How to reflash Apex & the Kernel]]
 +
 
 +
[[Hammer_How_to_use_Jtag|How use the flyswatter]] to recover from a bricked [[Hammer_Board]]
 +
 
 +
[[Hammer_How_to_use_LCD|How to add an LCD]] to the [[Hammer_Board]]
 +
 
 +
[[Hammer_Uart2_Configuration|How to Configure Uart2]] on the [[Hammer_Board]]
 +
 
 +
[[Hammer_LED_Driver_Module]]
 +
 
 +
[[Category:TCT-Hammer]]
 +
[[Category:TinCanTools]]

Latest revision as of 18:25, 27 January 2010

This is the index for the How-To section

Getting Started - A step by step guide to getting started with the Hammer_Board

How to build a custom kernel for the Hammer_Board

How to build the buildroot and the kernel for the Hammer_Board

How to add a USB Thumb Drive to the Hammer_Board

How to add a USB Ethernet adapter to the Hammer_Board

How to use JFFS2 Flash for the root partition on Hammer_Board

How to add a USB FTDI Serial adapter to the Hammer_Board

How to add an ENC28j60 SPI ethernet interface to the Hammer_Board

TCPIP Networking, Getting the .config necessary for TCPIP to work.

How To Console Settings and minimal configurations for console interface.

How to reflash Apex & the Kernel

How use the flyswatter to recover from a bricked Hammer_Board

How to add an LCD to the Hammer_Board

How to Configure Uart2 on the Hammer_Board

Hammer_LED_Driver_Module