Hello to all I have newly started with embedded linux. My problem is that I can not connect to ts7200 via via web browser. All configurations are by per...
... OK, I get it. So the recent compiler's softfloat option gets around the need for emulation in the kernel. So as long as I am building with softfloat...
... The first thing to realise about embedded is that things don't "just work". You have to work, and read up and configure stuff. This is not the world of...
... auto- ... most ... on x86 either, so it shouldn't matter. Slightly bad calibration would cause some linearity problems, but wouldn't cause variances on a...
Hi I have setup a pppd for the TS-GSM1. Is it possible to send a specific AT command thru this pppd ? Let say I want to have the signal strength of the TS-GSM1...
I came in this morning to find my ts7800 board not responding over the network, so I rebooted the system. Still nothing, so I hooked up to the serial console...
... You may also want to take an image of the card as-is, before you write the new image, if you want to poke around to see what happened. regards, ...........
... The kernel selection for crunch only sets the CRUNCH_ENABLE bit in ep93xx DEVICE_CONFIG, and turns on the code that does 'the right thing' wrt context...
... [snip] If you can catch the bootloader to pass kernel parameters, you can bypass the normal init by adding init=/bin/sh onto the kernel command line. This...
There are 3 ways you can basically handle such a thing: 1; Add a cheap PSU that detects loss-of-power and has enough to bring the system down gracefully. 2;...
Disregard that JFFS doesnt journal, I was thinking of a different filesystem. -- Morgan gangwere "Space does not reflect society, it expresses it." --...
HI, I have a working 2.6.29-matt3 and sysvinit-2.68 working nicely on eabi only builds. However busybox fails to execute unless I build static (1.28M instead...
I have a TS7200, and a DIO24 card. I'm finding Linux IRQ 33, and Linux IRQ 40 work for ISA_IRQ6 & ISA_IRQ7 (for bits 1 and 2 of port C on the DIO24). I get...
Hi everyone, I need to change the system timer interrupt frequency on my ts-7800 from 100 Hz to 1000 Hz. Please confirm a couple of things for me: 1. To make...
Hi, As far as I know with TS PC/104 boards on TS-720 Only 3 IRQ are available: - IRQ5 : IRQ_EP93XX_GPIO(19) (value=83) [GPIO_PORT_F_3] Kernel 2.6.27+:...
Matthieu Crapet
mcrapet@...
Jun 2, 2009 4:39 pm
15008
Matt, Thanks for the help. Do you know, is it possible to set the IRQ to edge falling instead of edge rising in a module? set_irq_type(irq,...
On which kernel are you working on ? Because since kernel 2.6.27, "mach-ep93xx" support is very good. You can actually have (checked on 2.6.29) have: ...
Matthieu Crapet
mcrapet@...
Jun 2, 2009 6:45 pm
15010
I can't make this bit work. My understanding of the documentation is that it has its ddr bit(bit 1) and data bit(bit 2) both at 0x2140_0000. Has anyone else...
... You don't say what you're doing or how it does not work so there's no way to tell what you may be doing wrong. However, if you look in the files section...
... Technologic and with a reader use the 'dd' command to rewrite it. ... So this moves me to ask something which I've wondered about for a while. I have the...
Linux ts7200 2.4.26-ts11 I'm just using TS linux, I needed the small footprint. Do you know which header file the IRQ types are defined in. I looked in...
I'm still not getting IRQ5 working. Am I doing something wrong? request_irq(83, interrupt_handler, 0, "DIO24_5", NULL) returns in error, but the other two...
So, IRQ_TYPE_EDGE_RISING isn't defined. Any ideas? Code: set_irq_type(33, IRQ_TYPE_EDGE_RISING); error: `IRQ_TYPE_EDGE_RISING' undeclared (first use in this...