diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-28 12:27:31 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-28 12:27:31 +0300 |
| commit | 78ee7d5717807e6ac779293d0d3c78341de6130a (patch) | |
| tree | a43e3b0f61318ac45e6d907c7cc5bad2c6d7f497 /os/ipengine/README | |
| parent | bdaf46cf45bbb59261da245d548a179d95a42768 (diff) | |
Move existing boards into subdits split per arch
Diffstat (limited to 'os/ipengine/README')
| -rw-r--r-- | os/ipengine/README | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/os/ipengine/README b/os/ipengine/README deleted file mode 100644 index 3572de78..00000000 --- a/os/ipengine/README +++ /dev/null @@ -1,40 +0,0 @@ -The ipEngine-1 is a Motorola MPC8xx-based small computer -made by Bright Star Engineering (www.brightstareng.com) -which also provides Linux and their own operating system for it. -It is an interesting hardware platform to do network-oriented Inferno -applications. - -The ipEngine is unusual in including an FPGA (Altera Flex 6016). -See fpga(3) and fpgaload(8). -We are also working on software to help program the thing. - - -Booting the ipEngine - -0. serial cable (port 1, 9600 baud), ether, power etc. - -1. make appropriate entries for your site in flash - using the BSE monitor: - - set netmask 255.255.255.0 - set nameserver 200.1.1.11 - set server 200.1.1.11 - set serverip 200.1.1.11 - set gateway 200.1.1.50 - set hostname stella - set domain vitanuova.com - set myip 200.1.1.96 - -2. add an entry to do the boot by tftp: - - set bootcmd "load /usr/inferno/os/ipengine/iipe 3000; go 3020" - - contrary to the BSE documentation this loads any - binary file at the given address. the -b option - doesn't seem to be needed. - -3. reset - it should load and start the kernel - -Vita Nuova -16 July 2003 |
