Search the web
Sign In
New User? Sign Up
ts-7000 · TS-7000 ARM SBC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 412 - 441 of 16538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
412
I have an application where I'd like to measure the pulse width of a pair of signals about 10 times per second. The pulses are in the range of 2 to 5...
robertbedichek
Offline Send Email
Jan 2, 2005
11:52 pm
413
Hi there, I'm working with the 256Mb CF card by booting with exec -c "console=ttyAM0,115200 root=/dev/hda1" and I need to see the on board 6Mb flash memory to...
marcolamonato
Offline Send Email
Jan 3, 2005
4:22 pm
414
Hi all, Has anybody gotten the ts-7000 to get its IP address (either wired or wireless) via DHCP? I've gotten both to work statically, but they refuse to use...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 3, 2005
4:42 pm
415
You can mount the onboard flash with the following command: mount /dev/mtdblock/1 /mnt //Jesse Off...
Jesse Off
jesseoff
Online Now Send Email
Jan 3, 2005
6:40 pm
416
... I'm pretty sure the ep93xx uart drivers are using the FIFO's. They are 16bytes wide. The hardware is capable of using DMA, but I don't think Linux...
Jesse Off
jesseoff
Online Now Send Email
Jan 3, 2005
6:57 pm
417
... Hi, I've got the kernel to boot with the ip=dhcp option in order to get the kernel to boot nfsroot == Executing boot script in 2.000 seconds - enter ^C to...
Jim Jackson
jimbox51
Offline Send Email
Jan 3, 2005
8:00 pm
418
... create a directory where you will mount the flash memory... cd / mkdir flash then add the following entry to the file /etc/fstab /dev/mtdblock/1 /flash...
Jim Jackson
jimbox51
Offline Send Email
Jan 3, 2005
8:05 pm
419
... I'm a bit baffled by this? Are you saying the CFDISK won't mount? If the file system on the cfdisk is clean then where does the fsck come in? what does...
Jim Jackson
jimbox51
Offline Send Email
Jan 3, 2005
8:21 pm
420
I commited my NetBSD TS-7200 port to NetBSD-current over Christmas and have just now put a precompiled installation available from FTP/HTTP for those that...
Jesse Off
jesseoff
Online Now Send Email
Jan 4, 2005
7:28 am
421
I took Jesse's advice and wrote my pulse-measurement code as a loadable device driver. However, I get a kernel oops when I try to access either the DIO data...
robertbedichek
Offline Send Email
Jan 5, 2005
10:57 am
422
Those pointers referring to 0x8xxx_xxxx addresses are not valid. the 0x8xxx_xxxx is physical space, and in a driver you're working with kernel virtual space...
Jesse Off
jesseoff
Online Now Send Email
Jan 5, 2005
5:27 pm
423
Hi all, I am starting a program that uses the DMA controller to store data that is being recieved from the SPI port. I have the SPI part working but I keep...
pelletierbrad
Offline Send Email
Jan 6, 2005
12:01 am
424
Your mmap has to be page aligned. You'll want to mmap @0x80000000UL and offset 0x100. //Jesse Off...
Jesse Off
jesseoff
Online Now Send Email
Jan 6, 2005
12:05 am
425
FYI, and thanks to Jesse at TS, I was able to get DHCP working by adding af_packet to /etc/modules ... -- Sean McCune sean@... Red Hand...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 6, 2005
2:33 pm
426
Has anyone used the watchdog? Any hints or sample code? Perhaps it isn't supported by the kernel, so would my best bet be to mmap the processor registers and...
nielslw
Offline Send Email
Jan 6, 2005
4:25 pm
427
The watchdog on the EP93xx isn't considered reliable. You can use it, but there is an errata from Cirrus that it may just lock up the board rather than reset...
Jesse Off
jesseoff
Online Now Send Email
Jan 6, 2005
5:45 pm
428
Thanks that fixed it. Do you have a suggestion for the section of RAM that I should use to write my data to? I need between 1K to 16K of RAM. Thanks ... ...
pelletierbrad
Offline Send Email
Jan 6, 2005
6:21 pm
429
Any memory should do. Just be sure you understand the L1 cache issues. I'm not sure what it is you're doing, but another thing to keep in mind is that most...
Jesse Off
jesseoff
Online Now Send Email
Jan 6, 2005
6:54 pm
430
Jesse, This is my first attempt at writing a program using the DMA controller so I am in a learning process with all the registers, etc.. My program writes to...
pelletierbrad
Offline Send Email
Jan 6, 2005
7:22 pm
431
... As Jesse said, you have another large problem on the horizon, you need to use a physical address when programming the DMA controller, not a virtual address...
Andy Warner
andyw_lala
Offline Send Email
Jan 6, 2005
7:36 pm
432
Hi all, I am going to attempt to write a driver to access the SSP port in the EP9301 processor. If anyone has example code or information that might help me...
pelletierbrad
Offline Send Email
Jan 7, 2005
6:10 pm
433
Hi, I am trying to write a driver that will take data from the SSPDR register and store it in a buffer location in SDRAM. Can I use the functions in dma.txt(I...
pelletierbrad
Offline Send Email
Jan 7, 2005
6:14 pm
434
... I would recommend two books, in addition to all the online, google-fodder that you can find on your own: Understanding the Linux Kernel Building Embedded...
Andy Warner
andyw_lala
Offline Send Email
Jan 7, 2005
6:27 pm
435
I'd like to build a couple of standard linux packages like bind and dhcp for the ts-7200. I downloaded the debian source tarballs, but there doesn't seem to...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 9, 2005
3:09 pm
436
The crosstools tarball for linux doesn't match up with the system on the CF card. The CF card has: libstdc++.so.3.0.4 and libstdc++-3-libc6.2-2-.10.0 But the...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 9, 2005
3:09 pm
437
OK, I was booted on the CF card and I was transferring a file down to the board using rz on the board, and kermit on my laptop. The transfer hung. I could...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 9, 2005
3:10 pm
438
Fixed it. Don't know why it just hung there when booting. I popped the CF card into my laptop and fsck'd it. I also mounted it on the laptop and checked it...
Sean McCune
red_hand_sof...
Offline Send Email
Jan 9, 2005
3:10 pm
439
Ok, I commited more work for the TS-7200 to NetBSD-current today and was able to write drivers/test existing support for the following new peripherals: *...
Jesse Off
jesseoff
Online Now Send Email
Jan 9, 2005
10:42 pm
440
We're using the TS-7200 board in a system we're putting together. We have the board up and running OK, but I have a question. We'd like to use the digital I/O...
brendanmurphy37
Offline Send Email
Jan 10, 2005
10:08 am
441
We currently do not have a driver for GPIO interrupting in Linux as we're not certain what type of interface would be generic enough to be use to userspace...
Jesse Off
jesseoff
Online Now Send Email
Jan 10, 2005
4:34 pm
Messages 412 - 441 of 16538   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help