Re: [uClinux-dev] (no subject)

2016-07-18 Thread Greg Ungerer
Hi Joshua, On 30/06/16 21:52, Joshua Stokes wrote: > My question is about compiling uclinux-rootfs, specifically the 1st step in > the README file which reads: > > You will need a cross-compiler package for your target. Many binary > tools packages exists specifically for compiling

Re: [uClinux-dev] (no subject)

2016-06-30 Thread Steve deRosier
Hi Joshua, On Thu, Jun 30, 2016 at 4:52 AM, Joshua Stokes wrote: > > I am basically trying to compile a uclinux distribution that is installed on > STBs, specifically the Fetch TV uclinux. The firmware version is 2.01278 and > the required files are located at

[uClinux-dev] (no subject)

2016-06-30 Thread Joshua Stokes
Hi My question is about compiling uclinux-rootfs, specifically the 1st step in the README file which reads: You will need a cross-compiler package for your target. Many binary tools packages exists specifically for compiling uClinux. Install that in the standard way first. For

[uClinux-dev] (no subject)

2014-11-14 Thread Sorur Mohajerani
i am a newbie in embedded systems and i have some questions about my board Cobra5272 that uses a coldfire mcf5272 cpu core. in the official CD of cobra5272 is said that : The COBRA5272 module has a 2 MByte Flash memory which is used for nonvolatile storage of both the user programs and the

Re: [uClinux-dev] (no subject)

2014-04-13 Thread Greg Ungerer
Hi On 11/04/14 14:12, deepak sachan wrote: I have downloaded latest uClinux-dist-20131024.tar.bz2 from http://www.uclinux.org/pub/uClinux/dist/. does it support BF537??? Becoz while in menu config it doesn`t have BF537 and other board. That means there is no pre-canned config for that board.

[uClinux-dev] (no subject)

2014-04-10 Thread deepak sachan
I have downloaded latest uClinux-dist-20131024.tar.bz2 from http://www.uclinux.org/pub/uClinux/dist/. does it support BF537??? Becoz while in menu config it doesn`t have BF537 and other board. Then I have down loaded it from http://docs.blackfin.uclinux.org/doku.php I am trying to make

[uClinux-dev] (no subject)

2012-06-20 Thread Matt Waddel
http://karlpiercedesign.com/media/cache/2310337617/google.html?ehrv=gsy.gioshn=cym.grydl=xjae___ 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

[uClinux-dev] (no subject)

2011-05-09 Thread renjith ks
___ 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

[uClinux-dev] (no subject)

2011-03-20 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/include/asm/unistd.h |5 - arch/m68k/kernel/entry.S |3 +++ arch/m68knommu/kernel/syscalltable.S |3 +++ 3 files changed, 10 insertions(+), 1 deletions(-) diff --git

[uClinux-dev] (no subject)

2010-06-23 Thread Кононов Андрей
I succesfully compile the uclinux to get linux.bin and romfs.img. But when I looked at the linux.bin size, it's 2.5 GB! What did I do wrong? ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev

Re: [uClinux-dev] (no subject)

2010-06-23 Thread Philippe De Muyter
On Wed, Jun 23, 2010 at 11:00:59AM +0400, Кононов Андрей wrote: I succesfully compile the uclinux to get linux.bin and romfs.img. But when I looked at the linux.bin size, it's 2.5 GB! What did I do wrong? I think your text and data segement are at very different addresses, or your text

[uClinux-dev] (no subject)

2009-07-27 Thread Tan Chun Chiek
___ 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

[uClinux-dev] (no subject)

2009-06-30 Thread Bob True
Hello I have a question about password protection of uClinux boot loader I have dBug rom monitor loader for motorolla colfire How can i protect my dBug from changes (IP and MAC address, for example) With big thanx, BTrue ___ uClinux-dev mailing list

RE: [uClinux-dev] (no subject)

2009-03-16 Thread Niklas Molin
Subject: Re: [uClinux-dev] (no subject) From: ea...@softsys.co.at To: uclinux-dev@uclinux.org Date: Sat, 14 Mar 2009 11:38:39 +0100 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

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

[uClinux-dev] (no subject)

2009-03-13 Thread Niklas Molin
Hi. I'm pretty new to uClinux (Linux in general), so I was hope that someone here could help me with some answers. I'm trying to follow the Linux Device Driver book but still faces problem. I'm writing a device driver and trying to register the driver, register_chrdev_region(...) in the

[uClinux-dev] (no subject)

2008-11-16 Thread akhil
: [uClinux-dev] Re: how to build kernel with -O option To: uClinux development list uclinux-dev@uclinux.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 You can't find the definition of this function because it isn't defined anywhere. It is used in the definition

[uClinux-dev] (no subject)

2008-04-15 Thread Bob True
I'm use DILNET-PC DNP5280 with RLT8201 Ethernet controller, and i need to FEC driver for coldfire MPC5282 with realtek RLT8201 Ethernet controller with ETHTOOL support. WHere can i get it? Or, how can i limit the ethernet speed to 10 Mb on DNP5280 board?

[uClinux-dev] (no subject)

2008-03-14 Thread Marcin krycho
Hi, I have problem with frame buffer console on ARM9 platform. I made driver depending on fils from drivers/video directory. It works fine, but after constant time (1 hour and 20 minuts) console disappears from display and only background is visible. Uclinux still works but console is not visible.

[uClinux-dev] (no subject)

2008-01-24 Thread Jate Sujjavanich
I am using msh from busybox 1.7.2 and kernel 2.4.31-uc0 on m68knommu. The shell handles SIGINT properly one to four times. After these successes, the process group has signals blocked, and it the processes never dequeue SIGINT. There is no call of signal_wake_up(). Restarting the shell resets the

[uClinux-dev] (no subject)

2007-09-03 Thread Darwin Chen
Uncompressing Linux to 0x8000... done, booting the kernel. [0.00] Linux version 2.6.22-uc0 ([EMAIL PROTECTED]) (gcc version 3.4.3) #133 Tue Sep 4 02:43:41 CST 2007 [0.00] CPU: Winbond-W90N740 [32103201] revision 1 (ARMvundefined/unknown),

[uClinux-dev] (no subject)

2007-08-28 Thread Jeff Fellin
Hello, I’m cross posting this on the MTD and microblaze mailing lists for assistance with this problem. Background: I have a system with 3 flash partitions on a Spansion S29GL512N flash chip with a 16-bit wide data bus, on a microblaze unix from Petalogix distribution v0.20-rc3. When I boot the

[uClinux-dev] (no subject)

2007-08-22 Thread Darwin Chen
Dear all, I got a crash with the same binary code. When I press the RESET button or power ON/OFF on my W90N740 board, I got the two following errors. This board doesn't any problems because Linux 2.4 can be ran in this board. Is there anyone help me? BTW, the source code is downloaded from

[uClinux-dev] (no subject)

2007-04-30 Thread Ron Jobmann
I'm using Snapgear 3.4.0, building with the linux-2.6.x tree. Using the arm-linux-tools-20061213.tar.gz toolset, ixp420 processor, big endian. The kernel seemed to build OK. I haven't run it yet. Here's an example of an error message I'm getting now: arm-linux-ar rcu liblua.a lapi.o lcode.o