I have a 1GB USB disk with partion table and mkfs.jffs2. It seems that the Linux system provided with TS-7250 cannot mount it, correct? Only fat and ext2 are...
... It may be possible to build yourself a kernel with the support in it, or if jffs2 support is available as a module compile yourself the module and install...
Does anyone know where I can get a good quality graphics LCD panel at least 5 inches in diameter for under 90.00 other than EARTHLCD? ... It may be possible to...
... module and ... comments that ... Hi Jim, The TS-7250 has limited space on the onboard flash. I planned to put everything (Debian, my own programs, and...
... Forgive me if I'm stating the obvious but what about specifying the filesystem type, e.g.: mount -t jffs2 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/usb ...
... Andrew, I don't think the provided kernel supports jffs2. Since then, though, I created an ext2 image and found the /usr/bin/loadUSB*.sh scripts. That...
... Use an ext2 file system As far as I know you cannot boot from a USB disk The TS7200 has an onboard CF interface from which you can boot - I do this on my...
You should be able to recompile the kernel with built-in USB support and boot the root file system from a USB "Key" drive. But you can't boot the kernel image...
According to EP93.. User's Guide maximum baud rate for the UART is 460 Kbps and 12 Mbps for the USB 2.0. How much is the kernel driver's maximum baud rate for...
... You can compile a compressed kernel with USB support then create an initial ramdisk with pivot_root, chroot, and a shell(I used sash-plus-patches...
... TS-7200 and ... also used ... Andrew, Do you mind posting how you compiled the pwc-10.0.4? I am not having success compiling 10.0.04 or using the one that...
I have execute the ts7200-8MBflash-update in my TS-7200 board. ... Is ts7200-8MBflash-update wrong? What can I do to start Redboot? Regards Jesus Haro...
I use the loadUSB{,Modules}.sh scripts with the debian256-5-6-2005.tar.bz2 image. (The scripts basically do a chroot to the USB disk.) What is the correct...
... I think all I did is basically this: # cd /usr/src/linux24_ts8 wget http://www.saillard.org/linux/pwc/patches/linux-2.4.27_pwc-10.0.4.patch.bz2 bunzip2 -c...
... Type exit this will kill any processes running in the chroot environment as well as unmounting dev, proc, and the USB flash drive. Your root directory will...
... I'm planning on using the TS-7250 for my final University project. This SBC will be used to control and add autonomous behaviour to a small robotic...
jim... have you done any work at getting the atod or dio lines displaying or controlling via web server??? ... Tom Lafleur (858) 759-9692 (858) 759-9693 fax ...
Did you get resolution on this? I have user-mode code that requires that /proc/bus/usb/devices be present (as well as the supporting stuctures) and of course...
I don't think anything is broken. You simply have to run: mount -t usbfs none /proc/bus/usb I have no idea why this isn't mounted with the rest of /proc, but ...
Hi All... I'm a begineer in the programation of this device. I tried to compile a simple program to transmit a short chain to my HyperTerminal... but in the...