Skip to content

Commit 3bc0637

Browse files
committed
added more doc updates
1 parent 85a5737 commit 3bc0637

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

doc/src/amiga.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,39 @@ The following network stacks have been successfully tested with plipbox:
4444
- For a very simple setup you can use the [Network Boot Disk for Amiga][nwbd]
4545
and start with this one. You have to modify the vanilla disk as it does
4646
not contain the plipdox drivers, yet.
47+
48+
#### Initial Setup
49+
4750
- Insert this disk into your favorite Amiga emulator and perform the following
4851
steps to prepare the disk:
49-
- Copy `plipbox.device` on the disk to `devs:networks` (see section 2.1)
50-
- Edit the file `AmiTCP/db/interfaces` and add:
52+
- Initial boot enters setup of the disk. Follow steps to install but cancel
53+
the selection of a network driver as we will add the plipbox driver later.
54+
- Use the setup to configure your IP, netmask, gateway, and DNS server.
55+
- Finally reboot to finish setup.
56+
57+
#### Add plipbox Driver
58+
59+
- Copy `plipbox.device` on the disk to `devs:networks` (see section 2.1). I
60+
recommend to mount a host directory as a virtual harddisk and take the
61+
driver from there (my disk is called `shared`)
5162

52-
plipbox dev=devs:networks/plipbox.device
63+
copy shared:plipbox.device devs:networks/
64+
- Edit the file `AmiTCP/db/interfaces` and add a line for the plipbox:
65+
66+
echo "plipbox dev=devs:networks/plipbox.device" >> df0:AmiTCP/db/interfaces
5367
- Edit `df0:Prefs/Env-Archive/nbddriver` (aka `EnvARC:nbddriver`) and
54-
set `plipbox0`.
68+
set `plipbox0` as the network device:
69+
70+
echo plipbox0 > df0:Prefs/Env-Archive/nbddriver
5571
- In `EnvARC:sana2/` directory you can place an optional configuration file
5672
called `plipbox.config`. For options see the plipbox documentation.
5773
A sample file is available in directory `amiga/src` of this release.
58-
- Correctly set your Amiga's IP to match your network environment.
59-
In the network boot disk use `EnvARC:nbdip` to set the Amiga's IP and
60-
use `EnvARC:nbdgw` to set the gateway of your network.
61-
- Do not forget to configure the correct DNS server otherwise you won't be
62-
able to resolve non-numeric IP addresses. Store the IPv4 address of your
63-
DNS server in the `EnvARC:nbdns` file.
74+
Example:
75+
76+
echo "NOBURST" > df0:Prefs/Env-Archive/sana2/plipbox.config
77+
- Now reboot to activate changes
78+
- Use `ifconfig plipbox0` to check the status of your network interface.
79+
It should be UP and RUNNING.
6480

6581
[nwbd]: http://jpv.wmhost.com/NetworkBootDisk/
6682

doc/src/firmware.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,7 @@ Test Setup:
527527
- IP address and UDP port (`ti`, `tp`)
528528
- Test mode ist set to **0** (`tm`)
529529
- On PC:
530-
- Make sure you can reach the plipbox by pinging its address:
531-
532-
> ping 192.168.2.42
533-
534-
- Now launch the test program and give the plipbox's IP
530+
- Launch the test program and give the plipbox's IP
535531

536532
> python27 pio_test -a 192.168.2.42 -c 1000
537533

0 commit comments

Comments
 (0)