[uClinux-dev] x86 port? Or easily x86-emulated hardware port?

2007-08-19 Thread Simon Josefsson
Hi! This may be a silly question, but is there a port of uclinux to x86? A x86 port would be useful for testing the build environment, and also to easily be able to run the generated binaries on a stable platform. This would simplify development for me. Alternatively, is there some port target t

Re: [uClinux-dev] x86 port? Or easily x86-emulated hardware port?

2007-08-19 Thread David McCullough
Jivin Simon Josefsson lays it down ... > Hi! > > This may be a silly question, but is there a port of uclinux to x86? Yes, but it's not a port, x86 support was never taken out :-) To find targets in the uClinux-dist that use x86 you should be able to run something like: grep -l i386/

Re: [uClinux-dev] netflash can't open /dev/mtd1 RW if root=/dev/rom1?

2007-08-19 Thread Greg Ungerer
Hi Andrew, Andrew Kohlsmith wrote: Good afternoon, everyone, I've got a strange little scenario and I am wondering if I am alone, or just doing something wrong. MCF5282 system, running 2.4.31-uc0. If I boot with root=/dev/nfs, I can netflash /dev/mtd1 and /dev/mtd2 (partitions on a 28F256P

RE: [uClinux-dev] x86 port? Or easily x86-emulated hardware port?

2007-08-19 Thread Gavin Lambert
Quoth David McCullough: > Others have the embedded systems so well oiled it's quicker to > write/load/debug directly on the board. Also, if you're testing user mode changes only (and your user code doesn't require being in a fixed directory), then it's easy enough to tftp/ftp something to a RAM pa

[uClinux-dev] Can bus driver for LPC2292

2007-08-19 Thread bestdaiyi.uclinux
Hello everyone, I've got some problem in using uclinux(linux 2.4.24) on LPC2292 Plantform. I need to use can bus on LPC2292(it has two interconnected CAN interfaces with advanced acceptance filters) to send and receive messages, but I don't know how to do. I searched all the list, find t

[uClinux-dev] how to change the setting so that image.r om can boot from 0x40000?

2007-08-19 Thread chark_uclinux
hi all, I want to place the image.rom in the addr 0x4, in my flash, the default setting is that image.rom must be writed in 0x1, . I tried to changes some code in arch/armnommu/boot/compressed/head.S and some other files, but still can't boot from 0x4,. plz tell me

[uClinux-dev] inetutils ported to uClinux ????

2007-08-19 Thread Johan Jacobs
Hi Bernardo, I am currently working on a project were I need to use the syslogd utility of inetutils. The syslogd utility of BusyBox does not have the functionality I need it ignores the etc/syslog.conf file. Now I need to cross-compile syslogd of inetutils to use it for my uClinux arm Intel xScal

[uClinux-dev] coldfire 5208evb won't compile after applying patch 20070521

2007-08-19 Thread Sebastiaan Pierrot
Hello All, We recently tried to update the uClinux build with the newest patches. We used this file : uClinux-dist-20070130-20070521.patch.gz Then I configure uClinux to buildĀ  for my EVB boardĀ  (m5208EVB) I configure to use the 2.6 kernel. All other options I keep to default. After I gave "