1 May 2006 13:13
Re: Isl3893-devel digest, Vol 1 #130 - 3 msgs
Ruben Faelens <parasietje <at> gmail.com>
2006-05-01 11:13:24 GMT
2006-05-01 11:13:24 GMT
Ericandor,
Here's a log from the booting process of my PA-RISC machine. Maybe it
will help diagnosing your problems...
--------------
My dhcpd.conf:
--------------
allow bootp;
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
subnet 10.91.10.0 netmask 255.255.255.0 {
}
host hppa-ruben {
hardware ethernet 08:00:09:c5:cc:9c;
fixed-address 10.91.10.70;
filename "netboot.hppa";
}
******** in.tftpd is started like this:
in.tftpd -s -v /tftproot
******** A log from ethereal:
-- THE BOOTP REQUEST --
No. Time Source Destination Protocol
Info
4 45.369937 0.0.0.0 255.255.255.255 BOOTP
(Continue reading)
# cat split.sh
mkdir -p output
rm output/*.diff 2>/dev/null
awk 'BEGIN {file="start.diff"; }
/^diff/ {file=$4;
gsub(/\//,"_",file);
gsub(/\./,"_",file);
gsub(/__/,"",file);
gsub(/$/,".diff",file);
gsub(/^/,"output/",file);
}
// { print >> file }
' diff-uclinux-2.4.19-uc1-to-intersil.diff
#------8<-----------------------------
Erich Schubert wrote ..
> I don't think it's that bad, actually. I once found out which uclinux
> kernel
RSS Feed