hi,I compiled a kernel with the default configuration file in arch/powerpc/mpc8313erdb.defconfig
I copy arch/powerpc/boot/uImage to target board via tftp, but halted again:
=> setenv loadaddr 0x01000000
=> dhcp
Speed: 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.0.103
Using TSEC1 device
TFTP from server 192.168.0.104; our IP address is 192.168.0.103
Filename 'uImage'.
Load address: 0x1000000
Loading: #################################################################
         #################################################################
         ########
done
Bytes transferred = 2021460 (1ed854 hex)
=> bootm 0x01000000
## Booting image at 01000000 ...
   Image Name:   Linux-2.6.39.1
   Created:      2011-06-03  16:24:13 UTC
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    2021396 Bytes =  1.9 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
On 100/6/3 下午 10:41, Gerhard Pircher wrote:
-------- Original-Nachricht --------Datum: Fri, 03 Jun 2011 22:31:01 +0800 Von: Bear<jilingshu@gmail.com> An: Gerhard Pircher<gerhard_pircher@gmx.net> CC: debian-powerpc@lists.debian.org Betreff: Re: Can I install debian on a e300 board?hi, >> I haven't build a kernel. I just download >> http://cdimage.debian.org/debian-cd/6.0.1a/powerpc/iso-cd/debian-6.0.1a-powerpc-businesscard.iso >> and extract kernel from it. > Okay. Er... Can this image should work for me? Or this image is only work for Apple computer?Just checked that. The MPC8313 CPU should be supported, but I think the platform support code for your board (Freescale MPC831x RDB) is not compiled into the Debian kernel image. So you have to compile a new kernel. Gerhard