RE: [uClinux-dev] First timer

2010-02-26 Thread Gavin Lambert
Quoth Greg Hulands: > So I was able to build my first 2.6 kernel using all the defaults - just > setting freescale and > mcf5282lite. > > When I download the image and then do a go 0x1 all I get is a bit of > jibberish as if the image is > corrupt. Don't forget to check that the serial term

Re: [uClinux-dev] First timer

2010-02-26 Thread Greg Hulands
So I was able to build my first 2.6 kernel using all the defaults - just setting freescale and mcf5282lite. When I download the image and then do a go 0x1 all I get is a bit of jibberish as if the image is corrupt. Do I need to convert the image to a different format first? THanks, Greg O

[uClinux-dev] The packet loss problem of KS8695 chipset, hiding in promisc mode

2010-02-26 Thread Wick
Hi list: I am using Micrel's KS8695 chipset to build a SOHO router with uClinux distribution. However, Obvious packet loss is found when I did some stress tests on it. Here are the steps -- I connected 2 LAN ports and the only WAN port to the same network switch, so the broadcast storm happened.

Re: [uClinux-dev] First timer

2010-02-26 Thread Greg Hulands
Looks like I needed to use uC-libc, not glibc (oops!) or uClibc. What is the difference between uC-libc and uClibc? Cheers, Greg On Feb 26, 2010, at 12:55 PM, Greg Hulands wrote: > Thanks Dan, > That helped tremendously. When building the kernel, I now see this error > > m68k-uclinux-gcc -m53

[uClinux-dev] Strace support on uClinux

2010-02-26 Thread Sol Kavy
I am trying to understand the limitation of using strace on a uClinux system. Ubicom is a semi-conductor company with a mutli-threaded CPU design using a custom ISA. We have recently ported and released uClinux running on our processors. We have a port of strace to the platform. However, stra

Re: [uClinux-dev] First timer

2010-02-26 Thread Greg Hulands
Thanks Dan, That helped tremendously. When building the kernel, I now see this error m68k-uclinux-gcc -m5307 -DCONFIG_COLDFIRE ../sysdeps/wordsize-32/divdi3.c -c -std=gnu99 -DEMBED -D__linux__ -D__uClinux__ -Dlinux -Dunix -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -fgnu89-inline -g

RE: [uClinux-dev] First timer

2010-02-26 Thread Dan Snyder
Greg - I'm not sure why this is not posted on the web site, but Greg Ungerer posted the following links on 8/19/2009: http://www.uclinux.org/pub/uClinux/m68k-elf-tools/m68k-uclinux-tools-20080626.sh Source here: http://www.uclinux.org/pub/uClinux/m68k-elf-tools/tools-20080626/ Using this vers

Re: [uClinux-dev] First timer

2010-02-26 Thread Greg Hulands
Thanks for the reply Adal. Adding the -n didn't help. I then tried to delete the script at the top of the file so I was just left with the archive in it. I made sure the first 2 bytes was the gzip header and then changed the name to elf.tar.gz. Running gzip on it still produced the same error.

Re: [uClinux-dev] First timer

2010-02-26 Thread Geert Uytterhoeven
On Fri, Feb 26, 2010 at 04:32, Gregory Hulands wrote: > I've got a MCF5282 LITE board that I am wanting to teach myself embedded > programming on. I've been following the steps here to setup the toolchain > (http://www.uclinux.org/get_started/uClinuxbeginner.html). All of the > versions of the