ts-7000
[Top] [All Lists]

Re: [ts-7000] Re: 2.6 kernel on ts-7300

To:
Subject: Re: [ts-7000] Re: 2.6 kernel on ts-7300
From: Roman Chertov <>
Date: Tue, 3 Nov 2009 09:26:20 -0800 (PST)


Ian,

I imaged my 2GB and 512MB (just in case it mattered) cards with the lenny-eabi image.  Just like in your case JP-2 and JP-6 are jumpered.  I put in the card and boot up.  Once it gets to the prompt menu, I cannot type anything (like exit to proceed with the boot).  If I use the 2.4 image then login over serial works fine. 

I have exactly the same problem with the 2.6.29 that I cross compiled myself.  I can do 'echo "hello" > /dev/ttyAM0', and I will see the output in 'cu' on my laptop. (I can login via SSH into the board).  However, if I try to type anything into the terminal, nothing happens.  If I try to do 'echo "hello" > /dev/ttyUSB0' on my laptop, then the call just hangs and I have to Ctrl-C it.  The same thing happens on my Linux server when using /dev/ttyS0. 

Everything else seems to work except for the 64Megs of RAM being ignored (the board has 128MB).  NFSroot and SD card work fine, and I don't care about X.  I cross compiled load_ts7300 and loaded the ts7300_cyclone2.rbf (i have not double checked that it actually works yet).  Also the UARTs are recognized.

ttts0 at MMIO 0x72000000 (irq = 40) is a TSUART                                       
tt8s0 at MMIO 0x72000000 (irq = 40) is a TSUART                                       
ttts1 at MMIO 0x72000004 (irq = 40) is a TSUART                                       
tt8s1 at MMIO 0x72000004 (irq = 40) is a TSUART                                       
ttts2 at MMIO 0x72000008 (irq = 40) is a TSUART                                       
tt8s2 at MMIO 0x72000008 (irq = 40) is a TSUART                                       
ttts3 at MMIO 0x7200000c (irq = 40) is a TSUART                                       
tt8s3 at MMIO 0x7200000c (irq = 40) is a TSUART                                       
ttts4 at MMIO 0x72000010 (irq = 40) is a TSUART                                       
tt8s4 at MMIO 0x72000010 (irq = 40) is a TSUART                                       
ttts5 at MMIO 0x72000014 (irq = 40) is a TSUART                                       
tt8s5 at MMIO 0x72000014 (irq = 40) is a TSUART                                       
ttts6 at MMIO 0x72000018 (irq = 40) is a TSUART                                       
tt8s6 at MMIO 0x72000018 (irq = 40) is a TSUART                                       
ttts7 at MMIO 0x12400000 (irq = 33) is a TSUART                                       
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled                              
Serial: AMBA driver
apb:uart1: ttyAM0 at MMIO 0x808c0000 (irq = 52) is a AMBA
console [ttyAM0] enabled
apb:uart2: ttyAM1 at MMIO 0x808d0000 (irq = 54) is a AMBA
apb:uart3: ttyAM2 at MMIO 0x808e0000 (irq = 55) is a AMBA
brd: module loaded

Can you send me your entire dmesg output?  I am curious what messages you see.  Maybe that will give me some clue...


From: bulkoboy11 <>
To:
Sent: Tue, November 3, 2009 8:32:36 AM
Subject: [ts-7000] Re: 2.6 kernel on ts-7300

 

Roman

I take a 512M SD card and ..

dd if=512mbsd-7400- linux2629- lenny-eabi. dd of=/dev/sdb
on my Linux PC.

I put this into my TS-7300 with JP2 and JP6 jumpered and boot. It goes to the "Type 'tshelp' for help" prompt.

I type "exit" and it boots from the SD card.

I have to move S12udev in rcS.d to S03udev to get the ethernet port to come up properly, and I have to "apt-get install nfs-common" for nfs.

The "load_ts7300" code isn't on this image but gcc is, so I compile all required code from an nfs mounted disk.

I imagine X support will need to be pulled from an earlier image.

regards
Ian T.

--- In .com, Roman Chertov < .> wrote:
>
> I have downloaded this images and DDed to a flash card. It boots to the prompt, but I have the same exact problem as before. I cannot type anything at the prompt and I cannot get past the fastboot menu. Removing J6 does not force the board to bypass the fastboot menu. I am missing something?
>
> Thanks,
>
> Roman
>
>
>
>
> ____________ _________ _________ __
> From: bulkoboy11 <ian.thompson@ ...>
> To: .com
> Sent: Fri, October 30, 2009 11:52:21 AM
> Subject: [ts-7000] Re: 2.6 kernel on ts-7300
>
>
> I don't know how many times, I have to post this.
> "512mbsd-7400- linux2629- lenny-eabi. dd" works on the TS-7300.
> It is found at ...
> ftp://ftp.embeddeda rm.com/ts- arm-sbc/ts- 7400-linux/ binaries/ ts-images/
> It provides a 2.6.29 kernel and a Lenny eabi distribution.
> I don't run X, so I don't know how well it supports X.
>
> Ian T.
>
> --- In .com, "rchertov" <rchertov@ .> wrote:
> >
> > Hello,
> >
> > I have ported 2.6.29-ts onto TS-7300 and actually managed to boot it off the flash card. However, there are still two issues that I am facing. First, 64megs of RAM (128MB total) are ignored.
> >
> > Machine: Technologic Systems TS-72xx SBC
> >
> > NR_BANKS too low, ignoring memory at 0xe0000000
> > NR_BANKS too low, ignoring memory at 0xe1000000
> > NR_BANKS too low, ignoring memory at 0xe2000000
> > NR_BANKS too low, ignoring memory at 0xe3000000
> > NR_BANKS too low, ignoring memory at 0xe4000000
> > NR_BANKS too low, ignoring memory at 0xe5000000
> > NR_BANKS too low, ignoring memory at 0xe6000000
> > NR_BANKS too low, ignoring memory at 0xe7000000
> > Memory policy: ECC disabled, Data cache writeback
> > On node 0 totalpages: 16384
> >
> >
> > Second, I have problems with serial login. I can see the login prompt over serial, but I cannot type anything. When I run 'echo "test" > /dev/ttyAM0' on the board, I see the output on the cu terminal of the host computer. (I can SSH into the board to run the commands). If I type a bunch of characters into the serial terminal and then reboot the board, I will see them appear on the fastboot prompt. It is as if the data is not pulled from the host computer and just sits there in the buffer.
> >
> > I have also tried 2.6.21-ts that TS provides along with their nfs_root debian image. I get the same problem. I also checked that the ttyAM0 is present in /etc/securetty.
> >
> > If I use the default 2.4 image, then everything works fine. Except for the case, when there is a second SD card plugged in. Then I experience the same problem. I am curious if anybody experienced this, and how they solved this.
> >
> > Thanks
> >
>




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU