I read in the TS-7260 manual that the SD & compact flash cards must be formatted as EXT2. Is this still the case (The manual I have was written in 05/2006)? If...
... must ... 2006)? ... on ... Also, make sure the fat and vfat modules are loaded using 'lsmod' to check. If they're missing - as they are not loaded by...
Hi, all, Is the stock kernel and initrd (if it uses one) that ships with the 7260 available for download somewhere? I have a 7260 with the SD Card option and...
... I'm going to jump in here rather than start a new thread I've got my sd card to mount using the command: mount -t vfat /dev/sdcard0/disk0/part1 /mnt/sdcard...
... boots. ... basic ... The latest busybox (1.4.2) is not happy with glibc. uClibc works fine tho. So I moved to busybox 1.0 and it works. BTW how does on...
Hi I'm trying to bootup TS7400 from SD card . When TS-9441 is connected to the board , there is no problem but when i remove and restart Debian doesn't show...
Answering to a part of my own question: I opened the ts7300_opencore.qpf in Quartus II. Then I compiled ts7300_top.v and transferred the .rbf file to the...
Hi. I found this old post, by looking for informations about "ep93xx_tsc.h". Me too, I need this file in order to compile RTAI applications. I would like to...
Isn't there some strange thing you have to do in order to use busybox? I thought for the initrd one had to use initrd=/proc/self, no? Maybe that's way off the...
Christopher Friedt
cfriedt@...
Apr 3, 2007 10:29 am
6143
Hello, I just start to use a TS-7200. Everthing was allright. I have just a problem with the network at startup... I would like to do a change (add two insmod)...
... Have you set the linuxrc soft-link to something reasonable? For example (trying to remember the relevant docs here) if you boot from the TS-9441 and issue...
... I thought of that, but even once the system is up and running, mount -a does not work, but the full mount command does. lsmod shows that the sdcard module...
... boots. ... basic ... ideas? ... Yeap busybox works if I call busybox straight!!! Its one of those chicken and egg problems. First app is linuxrc which...
What is the difference between the zImage and vmlinux versions? There doesn't seem to be binary versions for the ts7200 past ts9 on the ftp site even though it...
According to me, there are no differences. It's just the name of the kernel Linux : zImage vmlinux or vmlinuz... When you build your kernel version, you use...
... zImage is compressed kernel, vmlinux is an uncompressed kernel. ... Correct. ... I've never used this functionality so I'm unfamiliar. I would refer to the...
Hello, Please try this file: http://oz.embeddedarm.com/ftp/rt/linux24-ts11-rt-headers.tar.gz It is the headers for a TS11 kernel patched with Adeos-RTAI. ...
I tried it last week with good results. I loaded an initrdfile by writing "load -r -b 0x00800000 -m xmodem". After that you will see "CCCC" outputted from...
Hello. Thanks for your link, indeed I found the "ep93xxx_tsc.h". I put it into the right directory, and I don't have anymore error during compilation about...
... I've opened a google project. My current code can be found on http://code.google.com/p/bat3. it still needs some tuning but the current subversion...
Hello, I'm trying to write a very simple irq handler for a ts-7250 board, and I can't seem to get the dependencies correct. Here's what I have so far #include...
... Hi wimpunk, I'm watching the development with interest... Wouldn't it have been easier to simply upload a zip (tar.gz) file to the files section of the...
... Yeap. I looked at the design layout and found it. I ported the driver over to 2.6.20-rc5 with the ata layer. I like to port my driver over to the generic...