The easiest way to boot it seems to be to set up a TFTP server on the local network (it looks like it
has to be local; I can't seem to get it to use a public TFTP server otherwise I'd just run one myself).
Then do something like the following, using the IP address of your own TFTP server, not mine. Note there are two boot commands:
Code:
ok boot eth:90.155.92.193 /efika.forth
Efika 5200B Device Tree Supplement 20071114
(c) 2007 Genesi USA, Inc.
http://www.powerdeveloper.org/ for support
Enabling AC97
Adding Clock Distribution Module
Adding Simple GPIO Module
Adding Wakeup GPIO Module
Adding Slice Timer 1
Adding General Purpose Timer 0
Adding General Purpose Timer 1
Adding General Purpose Timer 2
Adding General Purpose Timer 3
Adding General Purpose Timer 4
Adding General Purpose Timer 5
Adding General Purpose Timer 6
Adding General Purpose Timer 7
Adding Ethernet PHY
Adding SDRAM Controller
Adding XLB Arbiter
ok boot eth:90.155.92.193 /ppc32.img
zImage starting: loaded at 0x00300000 (sp: 0x017ffe90)
Allocating 0x48c6fc bytes for kernel ...
trying: 0x00d00000
OF version = 'EFIKA5K2,1.3'
...
NFS is probably the best install method to choose -- export the install tree by NFS from whatever machine you rsynced it to, and then point the installer at it. FTP and HTTP should probably work too, but will take a lot more memory and be a lot slower.
Known bugs so far, so you don't bother to report these:
1. Sound is unsupported. We'll look at adding that soon.
2. If the cat stands on the machine and knocks the VGA card out of its slot, the installer might crash.