Changeset 1230 for hardware

Show
Ignore:
Timestamp:
11/29/07 18:02:25 (9 months ago)
Author:
david
Message:

updated IP08 install instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hardware/ip04/trunk/IP08.txt

    r1226 r1230  
    2020    [ ] determine why U2 output stuck low, this happened on two prototypes 
    2121 
    22     [ ] should pF6/PF7 have pull downs?  I think they are floating on pwr 
     22    [ ] should PF6/PF7 have pull downs?  I think they are floating on pwr 
    2323        up - I noticed LED5 blinking sometimes on power up 
    2424 
     
    9999        [X] MMC support 
    100100        [X] test it boots OK on an IP04 
    101         [ ] build Zaptel with SPI-over-SPORT1 option 
     101        [X] build Zaptel with SPI-over-SPORT1 option 
    102102            + use modules rather than built in, to ease 
    103103              Oslec and Zaptel optimisation 
    104         [ ] modify baps to create a uImage with zaptel? 
     104        [-] modify baps to create a uImage with zaptel? 
    105105            + handier to have one uImage for factory install 
    106106            + package stuff still handy for upgrades 
    107         [ ] Test uImage boots OK on IP04 
     107        [X] Test uImage boots OK on IP04 
    108108    [X] 2nd Ethernet detected 
    109109        + ifconfig-ed it and telnetted thru it OK 
     
    115115            + does CLK1 idle H? 
    116116    [X] boot of NAND OK 
     117    [X] MMC  
     118        + mounted an ext2 formatted MMC card OK 
     119        + wouldnt mount a vaft MMC from my camera 
     120        + not sure if this is a file system config issue of the 
     121          MMC interface is fussy about cards. 
    117122 
    118123[ ] Tests 
     124    [ ] Try to reproduce IP04 Port1 click problem 
     125    [ ] Try to reproduce IP04 Port1 FXO detection problem 
     126        + maybe shuffle modules around to make Port1 FXO 
     127    [ ] IP04 load tests 
     128        + same tests used for IP04 
     129        + 4 single port modules 
     130        + good first step 
    119131    [ ] 2nd Ethernet Port 
    120132        [ ] Throughput 
     
    137149  set eth1 02:80:ad:0:31:b9 
    138150  set root /dev/mtdblock0 rw 
    139   set bootargs $(con) ethaddr=$(eth0) ethaddr1=$(eth1) root=$(root) 
     151  set addba 'set bootargs $(con) ethaddr=$(eth0) ethaddr1=$(eth1) root=$(root)' 
    140152  set ramboot tftp 0x1000000 uImage.ip08;bootm 
    141153  set bootcmd run ramboot 
     
    170182------------------- 
    171183 
    172 To install Asterisk
    173  
    174   ip08$ ipkg install zaptel-sport 
    175   ip08$ ipkg install asterisk 
    176   ip08$ /etc/init.d/zaptel start 
    177   ip08$ /etc/init.d/asterisk start 
     184To install Asterisk, telnet to the IP04
     185 
     186  $root:~> ipkg update 
     187  $root:~> ipkg install zaptel-sport asterisk asterisk-gui native-sounds 
     188  $root:~> /etc/init.d/zaptel start 
     189  $root:~> /etc/init.d/asterisk start 
    178190 
    179191This will take a few minutes as the software is downloaded and installed. 
    180 The simple dialplan is 1 => Tel1, 2 => Tel2,...... 
     192The dialplan is 6001 => Port1, 6002 => Port2,...... 
    181193 
    182194eth1