- Timestamp:
- 11/29/07 18:02:25 (9 months ago)
- Files:
-
- hardware/ip04/trunk/IP08.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hardware/ip04/trunk/IP08.txt
r1226 r1230 20 20 [ ] determine why U2 output stuck low, this happened on two prototypes 21 21 22 [ ] should pF6/PF7 have pull downs? I think they are floating on pwr22 [ ] should PF6/PF7 have pull downs? I think they are floating on pwr 23 23 up - I noticed LED5 blinking sometimes on power up 24 24 … … 99 99 [X] MMC support 100 100 [X] test it boots OK on an IP04 101 [ ] build Zaptel with SPI-over-SPORT1 option101 [X] build Zaptel with SPI-over-SPORT1 option 102 102 + use modules rather than built in, to ease 103 103 Oslec and Zaptel optimisation 104 [ ] modify baps to create a uImage with zaptel?104 [-] modify baps to create a uImage with zaptel? 105 105 + handier to have one uImage for factory install 106 106 + package stuff still handy for upgrades 107 [ ] Test uImage boots OK on IP04107 [X] Test uImage boots OK on IP04 108 108 [X] 2nd Ethernet detected 109 109 + ifconfig-ed it and telnetted thru it OK … … 115 115 + does CLK1 idle H? 116 116 [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. 117 122 118 123 [ ] 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 119 131 [ ] 2nd Ethernet Port 120 132 [ ] Throughput … … 137 149 set eth1 02:80:ad:0:31:b9 138 150 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)' 140 152 set ramboot tftp 0x1000000 uImage.ip08;bootm 141 153 set bootcmd run ramboot … … 170 182 ------------------- 171 183 172 To install Asterisk :173 174 ip08$ ipkg install zaptel-sport175 ip08$ ipkg install asterisk176 ip08$/etc/init.d/zaptel start177 ip08$/etc/init.d/asterisk start184 To 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 178 190 179 191 This will take a few minutes as the software is downloaded and installed. 180 The simple dialplan is 1 => Tel1, 2 => Tel2,......192 The dialplan is 6001 => Port1, 6002 => Port2,...... 181 193 182 194 eth1
