Re: [uClinux-dev] jffs to jffs2 filesystem

2012-12-12 Thread Erwin Authried
uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareent

Re: [uClinux-dev] keep jffs2 from scanning uClinux ROMFs?

2012-12-11 Thread Erwin Authried
specifically > telling it are jffs2? I'm working on a legacy system with mixed > filesystem types, with one of the flash partitions having a jffs2 and > the other 3 partitions set up differently. And that's not to mention > the "fake" MTD partition that the MTD_UCLINUX_EBSS confi

Re: [uClinux-dev] finding the root device

2012-09-20 Thread Erwin Authried
inux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing list uClinu

Re: [uClinux-dev] Is there any possibility to port uClinux to MPC5566 Microcontroller

2012-08-20 Thread Erwin Authried
has support > in plain linux, but it very well might have way too little ram to actually > run linux. > -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uc

Re: [uClinux-dev] genromfs and device files containing "-", e.g. /dev/i2c-0

2011-02-16 Thread Erwin Authried
Hi, genromfs 0.5.1 is ancient, this has already been fixed in 0.5.2 several years ago, together with a few other improvements. -Erwin Am Donnerstag, den 17.02.2011, 00:07 +0300 schrieb Alexander Kurz: > Hello folks, > quite a while ago (linux-2.4 or earlier) the i2c subsystem has been > introduc

Re: [uClinux-dev] Does any of you made an rs485 driver starting from uart?

2010-04-07 Thread Erwin Authried
Am Mittwoch, den 07.04.2010, 13:31 +0200 schrieb Philippe De Muyter: > On Tue, Apr 06, 2010 at 10:45:51AM +1200, Gavin Lambert wrote: > > Quoth Andrew Kohlsmith: > > > > I would hate to try and do it from software with an interrupt. > > > > Yuck. > > > > > > It's not that bad. :-) IRQ on transmit

Re: [uClinux-dev] Adding a touchscreen device driver

2010-03-23 Thread Erwin Authried
Hi, a driver for the ADS7846 is in the 2.6 kernel already, and there are patches available for ADS7843 support. -Erwin Am Mittwoch, den 24.03.2010, 07:29 +0100 schrieb Fabio Giovagnini: > Hi all, this is my actual target. > I'd like to add a touchscreen device driver for an hw done as follow: >

Re: [uClinux-dev] Hi guys, a problem with MTD and SST39VF6401B70 NOR flash

2010-03-07 Thread Erwin Authried
to the cfi_cmdset_0002.c > > Ciao > > > > > Alle 10:47, domenica 7 marzo 2010, Fabio Giovagnini ha scritto: > > Ok I'll try. > > > > Alle 02:17, domenica 7 marzo 2010, Erwin Authried ha scritto: > > > Am Samstag, den 06.03.2010, 16:59 -0500 schrieb

Re: [uClinux-dev] Hi guys, a problem with MTD and SST39VF6401B70 NOR flash

2010-03-07 Thread Erwin Authried
onntag, den 07.03.2010, 10:53 +0100 schrieb Fabio Giovagnini: > Could you tell me how to configure the kernel for enablig JEDEC probing and > excluding CFI probing? > > Thanks > > > > Alle 23:39, sabato 6 marzo 2010, Erwin Authried ha scritto: > > adding the entry f

Re: [uClinux-dev] Hi guys, a problem with MTD and SST39VF6401B70 NOR flash

2010-03-06 Thread Erwin Authried
Am Samstag, den 06.03.2010, 16:59 -0500 schrieb Mike Frysinger: > On Saturday 06 March 2010 12:17:12 Fabio Giovagnini wrote: > > According to you, it is easier to add jedec entry or it is better to modify > > cfi_cmdset_0002.c? > > I'm newbe, so I aks: what could be the trade off between the two so

Re: [uClinux-dev] Hi guys, a problem with MTD and SST39VF6401B70 NOR flash

2010-03-06 Thread Erwin Authried
dec entry or it is better to modify > cfi_cmdset_0002.c? > I'm newbe, so I aks: what could be the trade off between the two solutions? > > Thanks in advange > > Alle 16:14, sabato 6 marzo 2010, Erwin Authried ha scritto: > > Am Samstag, den 06.03.2010, 09:22 +0100 sc

Re: [uClinux-dev] Hi guys, a problem with MTD and SST39VF6401B70 NOR flash

2010-03-06 Thread Erwin Authried
Am Samstag, den 06.03.2010, 09:22 +0100 schrieb Fabio Giovagnini: > Hi all, > This is my problem > I'musing SST39VF6401B70 as a boot NOR flash; when gen_probe module > check_cmd_set function is called detect my flash as an AMDSTD and this > because of CFI Query struct bytes 13H and 14H (Primary

Re: [uClinux-dev] Finding function source code

2010-01-11 Thread Erwin Authried
Am Montag, den 11.01.2010, 13:26 + schrieb David Wooff: > Hi, > this may be a stupid question. As I look around the kernel and driver > source code I often find it difficult to find the "real" instance of a > function. > e.g. if I use grep to find occurrences of say "gpio_request", I get a > l

Re: [uClinux-dev] ARM GPIO - use directly?

2010-01-08 Thread Erwin Authried
Am Freitag, den 08.01.2010, 17:02 + schrieb David Wooff: > Hi, > I noticed in the ARM specific code that there are functions like > at91_set_gpio Are these meant to be used directly or are they > referenced by the generic gpio code in some way? > Also, is there a way to write to a group of

Re: [uClinux-dev] compile uclinux for s3c44b0 but no image.ram

2010-01-08 Thread Erwin Authried
Am Freitag, den 08.01.2010, 17:46 +0800 schrieb 王培养 : > hi all, > when i compile : uclinux for s3c44b0 as follows: but no image.ram. > how many different flavors of the same message do you plan to send to the list? -Erwin ___ uClinux-dev mailing

Re: [uClinux-dev] newbie questions

2010-01-07 Thread Erwin Authried
f > external memory chips needs top be used. > > -Michael the PIC32 top model has 128KB SRAM and 512KB flash. It doesn't seem to have an external bus. I heard those rumors about Linux too, seems to be a gag from Microchip's marketing guys. -Erwin -- Dipl.-In

Re: [uClinux-dev] kernel panic

2009-12-20 Thread Erwin Authried
Am Sonntag, den 20.12.2009, 12:18 +0100 schrieb angelo: > Hi Erwin and all, > > here is the link of my flash, http://www.sst.com/products/?inode=41416 > The datasheet talk about CFI compatibility, so the CFI probing should be > enough to detect it ? yes, definitely. jedec_probe should only be use

Re: [uClinux-dev] kernel panic

2009-12-20 Thread Erwin Authried
Hi, of course you can add your own entry, you just need to know the erase sectors of your flash. The preferred way is to use CFI, if your flash supports that, however. I think that the missing jedec_probe entry isn't the real problem in your case, since the manufacturer/device id from your log do

Re: [uClinux-dev] kernel panic

2009-12-18 Thread Erwin Authried
istered > NET: Registered protocol family 17 > VFS: Cannot open root device "" or unknown-block(0,0) > Please append a correct "root=" boot option; here are the available > partitions: > Kernel panic - not syncing: VFS: Unable to mount root fs on > unknown-block(0,0

Re: [uClinux-dev] kernel panic

2009-12-17 Thread Erwin Authried
e useful later for cmdline partitioning, however. -Erwin -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by

Re: [uClinux-dev] kernel panic

2009-12-17 Thread Erwin Authried
Am Donnerstag, den 17.12.2009, 08:50 +0100 schrieb angelo: > Hi Greg and All, > > i have added to the kernel config the block and MTD support, anyway i > still have the same kernel panic > > Linux version 2.6.25-uc0 (ang...@miri) (gcc version 4.1.1) #31 Tue Dec 8 > 10:58:34 CET 2009 > > uClinu

Re: [uClinux-dev] Cheapest uClinux hardware

2009-11-03 Thread Erwin Authried
al relais over internet. > > > > Best Regards, > > Tom > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://

Re: [uClinux-dev] JFFS2 file corrupt at power down.

2009-10-19 Thread Erwin Authried
> > - Prasad > > On Mon, Oct 19, 2009 at 5:04 PM, Erwin Authried wrote: > > for NOR flash, the number of erase cycles on each sector is limited, not > > the number of writes. For the flash lifetime, it doesn't make a > > difference if you write one byte at a ti

Re: [uClinux-dev] JFFS2 file corrupt at power down.

2009-10-19 Thread Erwin Authried
for NOR flash, the number of erase cycles on each sector is limited, not the number of writes. For the flash lifetime, it doesn't make a difference if you write one byte at a time or a complete sector at once. -Erwin Am Montag, den 19.10.2009, 16:43 -0700 schrieb Prasad: > Interesting..till now i

Re: [uClinux-dev] Problem in hush scripts

2009-10-14 Thread Erwin Authried
> expr: syntax error > expr: syntax error > > Thanks! > > Fabio > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To u

Re: [uClinux-dev] XIP for armnommu with uClinux-2.6

2009-08-27 Thread Erwin Authried
David Howells wrote: Erwin Authried wrote: I have used XIP with armnommu on mtd devices with 2.4, and I want to use XIP with 2.6 now. I have seen David Howell's patches from 2008-9-24 that add the necessary support in MTD. In arch/arm, it looks like arch_get_unmapped_area() is avai

[uClinux-dev] XIP for armnommu with uClinux-2.6

2009-08-23 Thread Erwin Authried
I have used XIP with armnommu on mtd devices with 2.4, and I want to use XIP with 2.6 now. I have seen David Howell's patches from 2008-9-24 that add the necessary support in MTD. In arch/arm, it looks like arch_get_unmapped_area() is available for arm with mmu only, is it required to implement

Re: [uClinux-dev] Regarding wget on uClinux busybox systems.

2009-08-21 Thread Erwin Authried
problem, can anybody advise me about the > solution to the problem. > > > > Thanks and Regards > > Manu > curl is your friend. http://curl.haxx.se/ -Erwin -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___

Re: [uClinux-dev] [PATCH] elf2flt: convert to C

2009-07-04 Thread Erwin Authried
Am Samstag, den 04.07.2009, 03:03 -0400 schrieb Mike Frysinger: > On Saturday 04 July 2009 01:53:29 Mike Frysinger wrote: > > On Friday 03 July 2009 20:20:23 Erwin Authried wrote: > > > Am Freitag, den 03.07.2009, 14:28 -0400 schrieb Mike Frysinger: > > > > On Frid

Re: [uClinux-dev] [PATCH] elf2flt: convert to C

2009-07-03 Thread Erwin Authried
Am Freitag, den 03.07.2009, 14:28 -0400 schrieb Mike Frysinger: > On Friday 03 July 2009 05:20:13 Erwin Authried wrote: > > > > I have always installed elf2flt in a slightly different way. Instead of > > replacing ld, I install the ld-elf2flt shellscript as "real-ld&qu

Re: [uClinux-dev] [PATCH] elf2flt: convert to C

2009-07-03 Thread Erwin Authried
t;). I have always installed elf2flt in a slightly different way. Instead of replacing ld, I install the ld-elf2flt shellscript as "real-ld". collect2 will look for real-ld before it falls back to ld. I agree that integrating the elf2flt functionality into binutils would be a good id

Re: [uClinux-dev] strange error number from msgrcv.

2009-06-18 Thread Erwin Authried
if you look into include/asm-generic/errno-base.h: #define EINVAL 22 /* Invalid argument */ -Erwin Am Donnerstag, den 18.06.2009, 19:03 +0200 schrieb Niklas Molin: > Hi. > > I'm trying to use the msgsnd and msgrcv. > When I use the msgrcv and get an error and the errno = 0x16 (unk

Re: [uClinux-dev] user/init or Busybox/init for kernel 2.6?

2009-06-16 Thread Erwin Authried
Am Dienstag, den 16.06.2009, 12:35 +0200 schrieb Stephane Lambert: > Thanks for your answer. > In fact I can follow the 'init' execution with a tracelog and the system > executes correctly > the system-calls, interruptions etc.. from the user mode. > Previously it was able to read the script 'rc'

Re: [uClinux-dev] Busybox and arm7tdmi

2009-05-31 Thread Erwin Authried
hat and will hack away at aa > problem until I figure it out, even if I won't end up using it in the > end! Thanks again. > > -JB > > On Sat, May 30, 2009 at 5:07 AM, Erwin Authried wrote: > > most probably, at least one of your object files/libraries has been > >

Re: [uClinux-dev] Busybox and arm7tdmi

2009-05-30 Thread Erwin Authried
most probably, at least one of your object files/libraries has been compiled with the -fpic option. You have to fix that, overriding the flag with flthdr doesn't work. Do you have a special reason why you want to build busybox without xip? You know that the large text segment of busybox is allocat

Re: [uClinux-dev] Serial ports and real time

2009-05-28 Thread Erwin Authried
lication. Have you verified that your serial IRQ is working? -Erwin > > Erwin Authried a écrit : > > normally, there is a latency of ~5-10msec before characters are > > processed. This can be reduced with setserial, with the low_latency > > parameter. > > > >

Re: [uClinux-dev] Serial ports and real time

2009-05-28 Thread Erwin Authried
_ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman

Re: [uClinux-dev] Re: errors when linking without XIP

2009-05-21 Thread Erwin Authried
7 +1000 schrieb Greg Ungerer: > Hi Erwin, > > Erwin Authried wrote: > > Hi, > > I have solved the "reloc type R_ARM_PC24 unsupported in this context" > > error by modifying elf2flt.c: > > > > -Erwin > > > > ... > &

Re: [uClinux-dev] Re: errors when linking without XIP

2009-05-20 Thread Erwin Authried
Finally, if I just want to separate kernel code issues from root > filesystem issues, what's the easiest, most stable method for creating > and mounting a root filesystem image (System RAM = 8MB, System Flash = > 8MB). Thanks for any and all help. > > Cheers, > > JB >

Re: [uClinux-dev] uClinux on the Linksys BEFSX41?

2009-05-07 Thread Erwin Authried
I had uClinux running on a W90N740 based router with only 1MB Flash and 4MB RAM. This was close to the minimum that is required. With 2MB Flash and 8MB RAM, you have plenty of space. -Erwin Am Donnerstag, den 07.05.2009, 09:43 -0500 schrieb Andrew Wiley: > I've just stumbled onto this project bec

Re: [uClinux-dev] detecting stack overflow

2009-03-31 Thread Erwin Authried
* Am Dienstag, den 31.03.2009, 08:10 -0400 schrieb Robin Getz: > On Thu 26 Mar 2009 13:37, Jun Sun pondered: > > > Hi Jun, > > > > > > I had somewhat the some concerns last year and wanted to profile the > > > actual stack usage for each application to better understand how to > > set > > >

Re: [uClinux-dev] SD card corruption upon reboot and de-power

2009-03-25 Thread Erwin Authried
Am Mittwoch, den 25.03.2009, 08:38 -0400 schrieb Jim Donelson: > I didn't say the driver HAD to do wear leveling, but if wear level is > to be done, the driver must do it, as SD cards don't do it > themselves. > Quoting from the SanDisk Spec: > > "The SD Card’s Wear Level command is supported as

Re: [uClinux-dev] SD card corruption upon reboot and de-power

2009-03-25 Thread Erwin Authried
Am Mittwoch, den 25.03.2009, 08:09 -0400 schrieb Jim Donelson: > -If we are talking about regular SD cards, there is no internal wear > leveling. > It is up to the driver to do that. I think you are wrong here. There's no wear leveling in the driver. -Erwin _

Re: [uClinux-dev] SD card corruption upon reboot and de-power

2009-03-25 Thread Erwin Authried
Am Mittwoch, den 25.03.2009, 11:30 +0100 schrieb Michael Schnell: > > My SD card is getting corrupted after issuing the reboot command and > > de-powering the board. > Are you sure it was unmount before shutting down the system ? > > BTW.: > Even if you do unmount it you are not safe. An SD-Card

[uClinux-dev] errors when linking without XIP

2009-03-23 Thread Erwin Authried
-- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubs

Re: [uClinux-dev] Re: uClinux with Cygwin

2009-03-20 Thread Erwin Authried
there are many people who are experienced with windoze who think that it is easier to use cygwin instead of learning to use Linux. The truth is that you need a lot of Linux background knownledge to get started with cygwin, and you have to the additional burden to manage cygwin and it's limitations.

Re: [uClinux-dev] sqlite

2009-03-16 Thread Erwin Authried
nux.org/mailman/options/uclinux-dev > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > Thi

Re: [uClinux-dev] mailing list archives

2009-03-16 Thread Erwin Authried
look at the first few entries in the uClinux Directory http://uclinux.home.at/ -Erwin Am Montag, den 16.03.2009, 21:13 +1000 schrieb David McCullough: > Jivin Andrei Martynov lays it down ... > > only archives for February and March are available at > > http://mailman.uclinux.org/piper

Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Erwin Authried
stinfo/uclinux-dev > >> This message was resent by uclinux-dev@uclinux.org > >> To unsubscribe see: > >> http://mailman.uclinux.org/mailman/options/uclinux-dev > >> > > ___ > uClinux-dev mailing list &g

Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Erwin Authried
man/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev maili

Re: [uClinux-dev] (no subject)

2009-03-14 Thread Erwin Authried
unless your are using udev or devfs, you have to create the devices in /dev yourself, either in the romfs or with mknod on the target. -Erwin Am Samstag, den 14.03.2009, 01:19 +0100 schrieb Niklas Molin: > Hi. > > I'm pretty new to uClinux (Linux in general), so I was hope that someone here > c

Re: [uClinux-dev] Reminder for uclinux-dev: Please Respond to YourInvitation

2009-03-09 Thread Erwin Authried
Hi, so, how many spam messages do you see on the list? I see just a few each year. Considering the amount of spam mails that travel around on the net, this means that the adminstrator of this list (Michael Durrant?) does a wonderful job!! So why do you give this stupid spammer so much attention by

Re: [uClinux-dev] Redirect console output when my own program runs

2009-03-09 Thread Erwin Authried
Am Montag, den 09.03.2009, 10:05 -0400 schrieb Lennart Sorensen: > On Sat, Mar 07, 2009 at 03:57:13PM +0800, loody wrote: > > 2009/3/6 Allen Yang : > > > Hi, > > > > > > My microprocessor is an ARM9 based ASIC. It only has one serial port > > > which is currently used as console port. Linux output

Re: [uClinux-dev] Detect network activity

2009-03-04 Thread Erwin Authried
you can read /proc/net/dev in your application. -Erwin Am Mittwoch, den 04.03.2009, 14:48 +0100 schrieb Daniel Berenguer: > I'm currently working with the Digi Connect-ME 9210 platform and, > unlike the old Connect-Me platform, the CME 9210 doesn't blink the > green ethernet LED with the network

Re: [uClinux-dev] Threading and synchronization questions

2009-03-02 Thread Erwin Authried
Am Montag, den 02.03.2009, 11:55 +0100 schrieb Michael Schnell: > > the '-d' option for boa is a no-op in uClinux, the fork call is #ifdef'd > > out. Just using "boa &" will do the job. > This is true with the old version (0.93) The NIOS uClinux-dist by > default activated boa by "boa &" > > Whe

Re: [uClinux-dev] Threading and synchronization questions

2009-03-02 Thread Erwin Authried
Am Montag, den 02.03.2009, 10:14 +0100 schrieb Michael Schnell: > > It is possible to daemonize on uClinux without exec'ing a new process, > > using clone() instead of vfork(). I have a version of the daemon() > > function which does that, which I posted to the Busybox bug tracker > > years ago; I

Re: [uClinux-dev] How to commonicate to ttySx in a kernel driver

2009-02-03 Thread Erwin Authried
not sure about that, but I think you'll have to use a line discipline in your driver. If you have any chance to handle the serial port in user space that would be much easier. -Erwin Am Dienstag, den 03.02.2009, 07:08 +0100 schrieb Siegfried Müller: > Hi, > i want to send an receive characters t

Re: [uClinux-dev] Re: How printf output messages to kernel with uclibc lib

2009-01-31 Thread Erwin Authried
Am Samstag, den 31.01.2009, 14:18 +0800 schrieb loody: > > Dear all: > > I am porting kernel on my arm platform and I wrote a userspace > > program, hello world. > > But I cannot see the "hello world". > > > > my environment is: > > 1. uclinux.dist 2008 > > 2. and I put my source code und

Re: [uClinux-dev] Re: extract/modify/replace romfs image from a zImage file?

2009-01-30 Thread Erwin Authried
Am Freitag, den 30.01.2009, 21:40 + schrieb Grant Edwards: > On 2009-01-30, Erwin Authried wrote: > > Am Freitag, den 30.01.2009, 14:58 + schrieb Grant Edwards: > >> How difficult would it be to extract the romfs image from a > >> zImage file (in Motorola srec f

Re: [uClinux-dev] extract/modify/replace romfs image from a zImage file?

2009-01-30 Thread Erwin Authried
s long as your new romfs isn't larger. You can convert to binary format with objdump, decompress and search for the romfs header. -Erwin -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing list uClinux-dev@ucli

Re: AW: [uClinux-dev] 1ms Systm Timer

2009-01-30 Thread Erwin Authried
Matthias, > > > > P.S.: How I can search in the whole mail archive? > > > http://mailman.uclinux.org/pipermail/uclinux-dev/ > > Regards, > Danny > -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___

Re: [uClinux-dev] gdbserver on MMU-less boards (mini-HOWTO)

2008-11-27 Thread Erwin Authried
Am Donnerstag, den 27.11.2008, 09:06 +0100 schrieb Michael Schnell: > So, > Am I right to understand: > > To do remote Debugging (using gdb and Eclipse on a PC) for > target-userland programs via Ethernet the only option I need to activate > is "gdbserver". > > Am I right to understand that "gd

Re: [uClinux-dev] Possible bug? proc-arm6,7.S and AT91FR40162

2008-11-12 Thread Erwin Authried
Am Donnerstag, den 13.11.2008, 07:43 +0100 schrieb Marcelo Salazar: > Hello everybody: > > I'm working with AT91FR40162 (AT91R40008 core), uClinux-dist-20080808, > kernel 2.4 and toolchain arm-linux-20061213. > > After downloading uClinux from the web, configuring and downloading to SD > card, th

Re: [uClinux-dev] Re: how to build kernel with -O option

2008-11-02 Thread Erwin Authried
Am Sonntag, den 02.11.2008, 14:50 +0800 schrieb loody: > > Dear all: > > I try to build a kernel with -O and I try to modify below lines in Makefile: > > > > ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE > > KBUILD_CFLAGS += -O > > else > > KBUILD_CFLAGS += -O > > endif > > > > My uclinux is uClinux-dist-2

Re: [uClinux-dev] Re: uClinux-dev Digest, Vol 66, Issue 20

2008-10-30 Thread Erwin Authried
Am Donnerstag, den 30.10.2008, 13:30 + schrieb akhil : > hi guys, > A. Can anyone help me how to install linux in my APPLE MACBOOK. > DOES LINUX SUPPORTS IT? > > B.PLEASE FORWARD THE STEPS FOR KERNEL COMPILATION. > > PLEASE HELP ME AS IAM NEW TO LINUX AND VERY EAGER TO LEARN IT. > > THANKS

Re: [uClinux-dev] subversion folders in uClinux/dist/patches

2008-10-23 Thread Erwin Authried
Am Donnerstag, den 23.10.2008, 16:07 +0200 schrieb Bernd Büttner: > The uClinux-dist-20080808-xxx patch-files contain files under a > subversion management folder. > These folders start with ".svn" and all reside under user/clamav and > subfolders. > I'm working with uClinux in a subversion w

Re: [uClinux-dev] Questions about ARM940T and CPU feature checking

2008-10-15 Thread Erwin Authried
_ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/ucli

Re: [uClinux-dev] Questions about ARM940T and CPU feature checking

2008-10-14 Thread Erwin Authried
Am Mittwoch, den 15.10.2008, 09:39 +0800 schrieb loody: > Dear all: > I search the uclinux mailing list and found a mail like below: > http://mailman.uclinux.org/pipermail/uclinux-dev/2005-January/030833.html > > So I downloaded the armtoolchain, arm-linux-tools-20061213.tar.gz, and > uclinux-dis

Re: [uClinux-dev] how to run the app was compiled with option "-fpic" option in uclinux?

2008-09-22 Thread Erwin Authried
Am Montag, den 22.09.2008, 23:32 +0800 schrieb vincen: > dear sir > If I compile this helloworld app with option "-D__PIC__ -fpic > -msingle-pic-base",It run ok in uclinux,but why only add the option > "-fpic ",the app can not be run? >Because I have compiled a library file when only

Re: [uClinux-dev] ping fails the 2nd time

2008-09-22 Thread Erwin Authried
Am Montag, den 22.09.2008, 17:28 -0600 schrieb Matt Waddel: > Hello, > > I've encountered an interesting problem with ping (both > busybox and the regular ping) on the Coldfire platforms. > After typing to end ping the 1st time, > running ping the 2nd time only lets one packet get > through. Pi

Re: [uClinux-dev] DHCP autorefresh in router

2008-08-04 Thread Erwin Authried
Am Freitag, den 01.08.2008, 16:09 +0200 schrieb Joakim Wennergren: > I have a rather strange problem. I have a router running uClinux, but > when the WAN cable is disconnected and reconnected I can't get it to get > a new IP! > > The interface is still up, I can send pings (that doesn't answer).

Re: [uClinux-dev] atmel_serial.c vs. serial_atmel.c

2008-06-25 Thread Erwin Authried
Am Donnerstag, den 26.06.2008, 10:40 +1000 schrieb Greg Ungerer: > Hi Erwin, > > Erwin Authried wrote: > > serial_atmel.c is an ancient,crappy serial driver for AT91 cpus. Later, > > a driver has been written for the AT91RM9200 that uses the rather new > > serial core d

Re: [uClinux-dev] atmel_serial.c vs. serial_atmel.c

2008-06-24 Thread Erwin Authried
.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___

Re: [uClinux-dev] msh: detect if a file exists

2008-06-10 Thread Erwin Authried
Am Dienstag, den 10.06.2008, 12:25 +0100 schrieb Jamie Lokier: > > There's no msh documentation as far as I know, but it's basically a > standardish old-style Bourne shell with some bugs, and notably no > user-defined functions (which are a modern feature anyway). So most > "sh" documentation ap

Re: [uClinux-dev] msh: detect if a file exists

2008-06-09 Thread Erwin Authried
Hi Michael, I have no board to try on my desk right now, but something like if test -e xy then fi will work for sure. Regards, Erwin Am Montag, den 09.06.2008, 18:15 +0200 schrieb Michael Schnell: > Hi Experts, > > I don't find any documentation to msh (other than that it is suppos

Re: [uClinux-dev] CGI template html page interpreter

2008-05-23 Thread Erwin Authried
Am Freitag, den 23.05.2008, 14:44 +0200 schrieb Michael Schnell: > Erwin Authried wrote: > > Haserl and awx (awk with web extensions) > > > > Take a look at openwrt and x-wrt for examples and documentation. > > > > > Thanks, Erwin, > > I suppose &q

Re: [uClinux-dev] CGI template html page interpreter

2008-05-21 Thread Erwin Authried
mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev ma

Re: [uClinux-dev] User app stack usage profiling

2008-04-30 Thread Erwin Authried
t; > On Wed, Apr 30, 2008 at 7:58 AM, Erwin Authried <[EMAIL PROTECTED]> > wrote: > Hi Martin, > take a look at "stackcheck": > http://cvs.home.at/midori/sources/debugtools/src/ > > It will show a ps-like list of all p

Re: [uClinux-dev] User app stack usage profiling

2008-04-30 Thread Erwin Authried
Hi Martin, take a look at "stackcheck": http://cvs.home.at/midori/sources/debugtools/src/ It will show a ps-like list of all processes, together with the free amount of stack. The application should work on all platforms. It requires two small kernel patches. I have used it with the 2.4 kernel. (S

Re: [uClinux-dev] linking script with XIP

2008-04-29 Thread Erwin Authried
60010074 ? LC0 > 6001009c ? LC1 > 600100d0 ? __switch_data > 600100f0 ? __ret > 60010100 ? __mmap_switched > > Any idea? > > TIA, > > Alberto Vélez Ortiz > R&D Software Engineer > - > Ibersegur Systems S.L > Vapor, 36 - Pol. Ind. La Ferreria > 08110 - Montcada i Reixac - Bar

Re: [uClinux-dev] .config file Processor Type config values?

2008-04-29 Thread Erwin Authried
ailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mai

Re: [uClinux-dev] linking script with XIP

2008-04-25 Thread Erwin Authried
Have you used the ld script for xip? You have to replace vmlinux-armv.lds.in by vmlinux-armv-rom.lds.in. For the final image, you have to create seperate text and data images, you can see that in many vendor makefiles how its done. Regards, Erwin Am Freitag, den 25.04.2008, 14:23 +0200 schrieb

Re: [uClinux-dev] XIP and .data section initialization

2008-04-22 Thread Erwin Authried
all creates the linux.data image, with text sections removed. Finally, they are cat'd together to create the flash image. Take a look into the vendor directories, there are lots of Makefiles as an example. Regards, Erwin Am Dienstag, den 22.04.2008, 16:09 -0700 schrieb rwarner: > Erwin Authried w

Re: [uClinux-dev] XIP and .data section initialization

2008-04-21 Thread Erwin Authried
Am Montag, den 21.04.2008, 11:16 -0700 schrieb rwarner: > rwarner wrote: > > Currently the __data_loc (at bottom of flash, largest address)is not > > getting populated with the necessary .data section initialization in the > > Atmel AT91 ARM7TDMI XIP build. Still contains erased flash values. >

Re: [uClinux-dev] execute in place - yes or no?

2008-04-16 Thread Erwin Authried
Am Mittwoch, den 16.04.2008, 16:32 +0200 schrieb Michael Schnell: > > That's because code/data position independence requires the compiler > > to generate special code, and support from the linker, but loadable > > modules don't require any compiler support - they are easy. > > > The load addres

Re: [uClinux-dev] execute in place - yes or no?

2008-04-14 Thread Erwin Authried
Am Montag, den 14.04.2008, 16:16 +0200 schrieb Michael Schnell: > Some architectures can do execute in place (XIP), some can't. (I did not > yet find out the exact reasons.) > > RAM usually is a lot faster than Flash, so XIP might be not desirable. > > -Michael XIP isn't necessarily for flash o

Re: [uClinux-dev] Is there a delay function in uClinux?

2008-04-04 Thread Erwin Authried
Am Donnerstag, den 03.04.2008, 15:22 -0700 schrieb Bob Furber: > Is there a function that can cause a small programmable delay under > uClinux? For instance, to blink LEDs or create a square wave? > > Thanks, > > Bob Furber are you talking about kernel or userspace? For the kernel, take a look

Re: [uClinux-dev] PAGE_OFFSET?, XIP & .lds file?

2008-03-27 Thread Erwin Authried
Am Donnerstag, den 27.03.2008, 14:32 -0700 schrieb rwarner: > Erwin Authried wrote: > >> What do the following configuration items do for the kernel build for > >> the ARM7 from Atmel? > >> ... > >> CONFIG_RAMKERNEL=y > >> # CONFIG_ROMKERNEL is no

Re: [uClinux-dev] PAGE_OFFSET?, XIP & .lds file?

2008-03-27 Thread Erwin Authried
> What do the following configuration items do for the kernel build for > the ARM7 from Atmel? > ... > CONFIG_RAMKERNEL=y > # CONFIG_ROMKERNEL is not set > ... > CONFIG_MEM16_BASE=0x0300 > CONFIG_MEM8_BASE=0x0300 > CONFIG_IO16_BASE=0x0200 > CONFIG_IO8_BASE=0x0200 Those variables

Re: [uClinux-dev] PAGE_OFFSET?, XIP & .lds file?

2008-03-19 Thread Erwin Authried
Am Mittwoch, den 19.03.2008, 08:02 -0700 schrieb [EMAIL PROTECTED] (text): > Gavin Lambert wrote: > > Quoth [EMAIL PROTECTED]: > >> PAGE_OFFSET question: > >> Looked through archives and grepped through code. It's still unclear > >> to me how PAGE_OFFSET is getting set to 0x2000. When i view

Re: [uClinux-dev] Access to flash device on M5282 EVB

2008-03-05 Thread Erwin Authried
Hi, there are a few problems: - you are using the blkmem driver in addition to MTD, are you aware that you have to assign different major device numbers to blkmem and mtd? - the kernel can't detect your flash. I don't know about your hardware, but you have to specify the base address of the flash

Re: [uClinux-dev] hii[problem downloading uClinux-2.4.34]

2008-02-23 Thread Erwin Authried
Hi, if you need 2.4.34, it is in the latest uClinux-dist test distribution: http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-test-20080109.tar.bz2 Eventually, your download is corrupted by some crappy browser, you can use curl for download instead. Regards, Erwin Am Samstag, den 23.02.2008

Re: [uClinux-dev] [PATCH] elf2flt: new --with-binutils-build-dir configure flag

2008-02-21 Thread Erwin Authried
uot;NONE" && > ac_libiberty="$ac_binutils_build_dir/libiberty/libiberty.a" > + test "$ac_bfd_include_dir" = "NONE" && > ac_bfd_include_dir="$ac_binutils_build_dir/bfd" > + test "

Re: [uClinux-dev] Porting uclinux on to AT91R40807

2008-02-20 Thread Erwin Authried
you can use uClinux-dist with Atmel/AT91. You will nead a minimum of ~2MB ram on your board. Regards, Erwin Am Donnerstag, den 21.02.2008, 10:37 +0530 schrieb satish ashwath: > hi all > > I have a AT91EB40 board with AT91R40807 processor. I want to port > uclinux on to it. can some one provide

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-18 Thread Erwin Authried
Am Montag, den 18.02.2008, 13:07 +0100 schrieb Michael Schnell: > > no, you can use it with XIP or non-XIP kernels. You just have to modify > > the kernel's ld script so that there is a new fastram section. > > > Sounds really good ! > > The kernel startup code must copy __fastram_image to __fa

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-18 Thread Erwin Authried
Am Montag, den 18.02.2008, 11:55 +0100 schrieb Michael Schnell: > > Did you take > > a look at my fastram patch? It allows to move cpu intensive kernel > > functions into the internal ram, so that they are executed much faster > > than from flash or external ram (typically 4x -10x faster!!). > >

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-15 Thread Erwin Authried
Am Donnerstag, den 14.02.2008, 07:55 -0700 schrieb Robert Warner: > Eriwn, > > I was afraid that you are thinking about boot times in the msec range. I > > have got ~1sec boot time with a 40MHz Atmel AT91 board just with using > > XIP for kernel + applications. In addition, I had to take out the HW

Re: [uClinux-dev] In the ML archive i find reference to vmlinux-armv-rom.lds.in but i can not locate this file in the current distro

2008-02-14 Thread Erwin Authried
Am Donnerstag, den 14.02.2008, 07:26 -0700 schrieb Robert Warner: > Hi Erwin, > > >>> has vmlinux-armv-rom.lds.in been removed for deleted from the distro? > >> I don't recall removing it. Possible but unlikely. > > > > if I remember correctly it has never been in uClinux-dist. It was a > > quic

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-14 Thread Erwin Authried
n the range of 20 to 40MHz. > > > Do you think the Patch from celinuw will work with the patched kernels > from uCLinux? Any risk of patches stepping on each other? > > tia - bob > > > Erwin Authried wrote: > > Hi Bob, > > what is the boot time that you requ

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-14 Thread Erwin Authried
fo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign ___ uClinux-dev mailing lis

  1   2   >