Port-sandpoint archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Problem to load install- kernel on QNAP TS-101



Hi,

I bought a QNAP TS 101 to run NetBSD on it. It is the V200 board with the realtek chip...

I used the howto on port-sandpoint site and did the setup like the following:

-----------------------------------------------------------------------
/etc/dhcpd.conf:

# Setting DHCPD global parameters
allow unknown-clients;
ddns-update-style ad-hoc;

# Set parameters for the 192.168.0.0/24 subnet.
subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.2 192.168.0.8;
        default-lease-time 604800;
        max-lease-time 604800;
        option subnet-mask 255.255.255.0;
        option domain-name-servers 192.168.0.1;
        option domain-name "your.domain.name";
        option routers 192.168.0.1;
}

group {
host turbostation {
        hardware ethernet 00:e0:4c:69:20:01;
        fixed-address 192.168.0.7;
        filename "netbsd-INSTALL";
        next-server 192.168.0.1;
        option root-path "/home/helgoman/source/NetBSD/sandpoint";
}

host turbostation2 {
                hardware ethernet 00:08:9b:ac:96:7d;
                fixed-address 192.168.0.6;
                next-server 192.168.0.1;
                #option root-path "/export/turbostation/root";
}
}

I started the dhcpd with "-d -f" flags enabled and got the following after I run
"go 1000000 tftp:netbsd-INSTALL"

Listening on BPF/wm0/00:0d:60:78:25:15/192.168.0/24
Sending on   BPF/wm0/00:0d:60:78:25:15/192.168.0/24
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER from 00:e0:4c:69:20:01 via wm0
DHCPOFFER on 192.168.0.7 to 00:e0:4c:69:20:01 via wm0
DHCPDISCOVER from 00:e0:4c:69:20:01 via wm0
DHCPOFFER on 192.168.0.7 to 00:e0:4c:69:20:01 via wm0
DHCPDISCOVER from 00:e0:4c:69:20:01 via wm0
DHCPOFFER on 192.168.0.7 to 00:e0:4c:69:20:01 via wm0
DHCPDISCOVER from 00:e0:4c:69:20:01 via wm0
DHCPOFFER on 192.168.0.7 to 00:e0:4c:69:20:01 via wm0

--------------------------------------------------------------------------------

tftp works fine:

nbsd_t43p$ tftp
tftp> verbose
Verbose mode on.
tftp> connect 192.168.0.1
tftp> get netbsd-INSTALL
getting from 192.168.0.1:netbsd-INSTALL to netbsd-INSTALL [netascii]
tftp> quit
nbsd_t43p$

----------------------------------------------------------------------------------------

Here is the output from serial interface:

U-Boot 1.1.2 (Aug 28 2005 - 13:37:25) QNAP System, Inc.

CPU:   MPC8245 Revision 1.4 at 266.666 MHz: 16 kB I-Cache 16 kB D-Cache
Board: Sandpoint 8245 Unity ##Test not implemented yet##
I2C:   ready
DRAM:  64 MB
FLASH: S29GL128N, 16 MB
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
=> ^M
=> loadb 1000000^M
## Ready for binary (kermit) download to 0x01000000 at 115200 bps...
go 1000000 tftp:netbsd-INSTALL^M
## Starting application at 0x01000000 ...

>> NetBSD/sandpoint altboot, revision 1.9
>> QNAP TS, cpu 265 MHz, bus 132 MHz, 64MB SDRAM
port 0 present
wd0: <HITACHI HTS543225L9SA00> DMA LBA LBA48 238475 MB
wd0: no disklabel
MAC address 00:e0:4c:69:20:01
1000Mbps-FDX
Hit any key to enter interactive mode: 2^MHit any key to enter interactive mode: 1^MHit any key to enter interactive mode: 0^M
timeout
timeout
timeout
timeout
bootp: no reply
"" not found
load failed. Restarting...


U-Boot 1.1.2 (Aug 28 2005 - 13:37:25) QNAP System, Inc.

CPU:   MPC8245 Revision 1.4 at 266.666 MHz: 16 kB I-Cache 16 kB D-Cache
Board: Sandpoint 8245 Unity ##Test not implemented yet##
I2C:   ready
DRAM:  64 MB
FLASH: S29GL128N, 16 MB
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
## Booting image at ff000000 ...
   Image Name:   QNAP Linux-2.6.12.3
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1934890 Bytes =  1.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image

-----------------------------------------------------------------------------

Does somebody knows what to do now?

Greetings
Helge







Home | Main Index | Thread Index | Old Index