[uClinux-dev] dosbox malfunctions

2008-03-05 Thread Joakim Wennergren
I have a strange problem on my hardware router. When a modem is connected some shell functions stop working, for example read and pwd. I'm using busybox 1.1 with the ash shell. It seems to be related to my shell scripts, basically I have several scripts that start each other (with the to

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-05 Thread Markus Franke
Hi David, Zitat von David McCullough [EMAIL PROTECTED]: Some likely ones to consider are: arch/mips/mm/init.c: paging_init arch/x86/kernel/setup_32.c: zone_sizes_init They all seem to call: free_area_init_nodes(max_zone_pfns); Though you may need to make

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

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-05 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, Zitat von David McCullough [EMAIL PROTECTED]: Some likely ones to consider are: arch/mips/mm/init.c: paging_init arch/x86/kernel/setup_32.c: zone_sizes_init They all seem to call:

[uClinux-dev] problem with uClinux-dist-test-20080109.tar.bz2

2008-03-05 Thread suresh nagaraj
h all, im suresh here, im working now on the latest uClinux-dist-test-20080109.tar .bz2(uClinux-dist-2.4.34) with *m68k-elf-tools-20020410.tar.gz* as m68k-elf tool chain, im getting error when i run *make dep* *make*, is there any new m68k-elf tool chain which supports the latest

Re: [uClinux-dev] Re: MCF5282 network stall problem

2008-03-05 Thread Greg Ungerer
Hi Juan, Juan Alberto Muñoz Susin wrote: I test the IRQF_DISABLED setting OK. Thanks. I agree about the TX and RX interrupt overlap. I'm sending the full patch that I use to solve the problem avoiding setting IRQF_DISABLED. It has been generated from 20071001 patch. It has common fixes