Skip to content

Commit 65340f6

Browse files
authored
Merge pull request #70 from thera34/main
Update computer.md
2 parents f57297b + 8e82f44 commit 65340f6

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

docs/advanced/computer.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,10 @@ Starting from 2018 may 7 release MiSTer supports serial (UART) connection from F
66

77
## Cores supporting serial connection
88

9-
* **Minimig**. Tested on [Roadshow TCP/IP](https://misterfpga.org/viewtopic.php?f=4&t=2063&p=18598&hilit=Roadshow#p18598){target=_blank}, AmiTCP and Miami.
9+
* **Minimig**. Tested on [Roadshow TCP/IP](https://misterfpga.org/viewtopic.php?f=4&t=2063&p=18598&hilit=Roadshow#p18598){target=_blank}, AmiTCP and Miami. Supported speeds are 115200 or 230400 baud, be sure to match the OSD settings with your TCP/IP stack of choice !
1010
1. AmiTCP provides more complete solution with ftpd daemon. There are many other 3rd party addons are based on AmiTCP, so it's advised to use this package.
1111
2. Roadshow works very well, it is fully compatible with AmiTCP and offers additional extensions. Follow these [Instructions](https://misterfpga.org/viewtopic.php?f=4&t=2063&p=18598&hilit=Roadshow#p18598){target=_blank} for complete setup. It is still a paid for and supported product, you can find more information [here](http://roadshow.apc-tcp.de/index-en.php){target=_blank}.
12-
3. Miami was successfully tested. The Miami settings that worked: use PPP connection via serial.device, set baud rate to 115200, RTS/CTS to on, and enable 8N1. Set modem to nullmodem. Manually enter an IP suitable for your lan ending in 254, e.g. 192.168.1.254. Manually add a DNS server, e.g. 8.8.8.8 for Google DNS. Term v4.7 has been used to test console connection. For a more detailed MiamiDX setup guide, please check [here](https://www.geocities.ws/allforamiga/){target=_blank}
13-
4. You can also double the speed on Minimig by modifying the /sbin/uartmode script, like mine:
14-
```sh
15-
echo "$localip:$remoteip" >/tmp/ppp_options
16-
cat /media/fat/linux/ppp_options >>/tmp/ppp_options
17-
18-
echo 1 > /proc/sys/net/ipv4/ip_forward
19-
[ -f /tmp/CORENAME ] && core_name=$(cat /tmp/CORENAME)
20-
if [ "$core_name" == "Minimig" ]; then
21-
taskset 1 pppd 230400 file /tmp/ppp_options
22-
else
23-
taskset 1 pppd $conn_speed file /tmp/ppp_options
24-
fi
25-
```
26-
Of course, change the baud rate as well to 230400 on your TCP/IP stack of choice. Tested under MiamiDX, no issues.
12+
3. Miami was successfully tested. The Miami settings that worked: use PPP connection via serial.device, set baud rate to 115200 OR 230400, RTS/CTS to on, and enable 8N1. Set modem to nullmodem. Manually enter an IP suitable for your lan ending in 254, e.g. 192.168.1.254. Manually add a DNS server, e.g. 8.8.8.8 for Google DNS. Term v4.7 has been used to test console connection. For a more detailed MiamiDX setup guide, please check [here](https://www.geocities.ws/allforamiga/){target=_blank}
2713

2814
* **ao486**. PPP and serial connections are working under DOS, tested with mTCP and various terminal software. PPP is also working under Win3.11/Win95/Win98/NT 4.0.
2915
DOS tools are here : [dos_ftpd.zip](https://github.com/MiSTer-devel/ao486_MiSTer/raw/master/sw/dos_ftpd.zip){target=_blank}. The DOS FTP server included does not support passive mode, so set your client to use active.

0 commit comments

Comments
 (0)