I'm having problems making a stock configured kernel that works,
unlike the supplied kernel which works very well. Anyone else have
this problem?
I have used both the toolchain and compiled natively on the ts7260
using debian (USB microdrives are great!) I tried making a stock
kernel using:
make ts7200_config; make oldconfig; make dep; make vmlinux
It compiles without incident, so I redboot it up using tftp. After a
few seconds in each case I get a few nonsensical characters just like
this:
RedBoot> load -r -b 0x00218000 192.168.0.1 vmlinux
Using default protocol (TFTP)
Raw file loaded 0x00218000-0x0040fa39, assumed entry at 0x00218000
RedBoot> exec -c "console=ttyAM0,115200 root=/dev/mtdblock1"
Using base address 0x00218000 and length 0x001f7a3c
@..
ÿ
I'm looking for ideas as I've been trying for a week and not sure how
to single step the instructions through the cpu at this point. It
appears to be sending *something* through the serial port, but its
functionally braindead.
How do I pop out a kernel that works?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|