Re: Buildroot on 6446EVM

2007-12-14 Thread Philip Balister
I've used OpenEmbedded to build images for the EVM before. I built glibc images, but it should be possible to create uclibc images also. Unfortunately, I do not have an EVM to test against so I do not keep a set of current images available for download. Philip Brian Niebuhr wrote: Has anyone

Re: Buildroot on 6446EVM

2007-12-14 Thread Dirk Behme
Brian Niebuhr wrote: Buildroot is good at building all together, but not good at cleaning. Since your console is working and even init=/bin/sh is not working I suspected EABI/OABI stuff. Moreover, I read some warnings some time ago on the buildroot mailing list about this issue. Caglar -

RE: Buildroot on 6446EVM

2007-12-14 Thread Brian Niebuhr
One independent thing to try: Check make menuconfig of your kernel if any floating point emulation is enabled: Floating point emulation --- [*] NWFPE math emulation Dirk - Thanks for this suggestion - I would never have figured that one out. I had a different floating point

Re: Buildroot on 6446EVM

2007-12-14 Thread Dirk Behme
Brian Niebuhr wrote: One independent thing to try: Check make menuconfig of your kernel if any floating point emulation is enabled: Floating point emulation --- [*] NWFPE math emulation Dirk - Thanks for this suggestion - I would never have figured that one out. I had a different

Buildroot on 6446EVM

2007-12-13 Thread Brian Niebuhr
Has anyone got buildroot to work on the 6446EVM? I am currently running the 2.6.23-davinci1 git kernel with a Montavista-generated cramfs root filesystem and that is working fine. However, adding just a couple of packages to create a minimal filesystem makes the filesystem huge. So I wanted to

RE: Buildroot on 6446EVM

2007-12-13 Thread Brian Niebuhr
Brian Niebuhr wrote: Has anyone got buildroot to work on the 6446EVM? I am currently running the 2.6.23-davinci1 git kernel with a Montavista-generated cramfs root filesystem and that is working fine. However, adding just a couple of packages to create a minimal filesystem

Re: Buildroot on 6446EVM

2007-12-13 Thread Caglar Akyuz
Brian Niebuhr wrote: That was my original thought too. In fact, I had configured my kernel without EABI and I configured buildroot to use EABI. Once I noticed this, I did a make clean in buildroot, changed the buildroot ABI setting to OABI, and rebuilt buildroot. But unfortunately I got the

RE: Buildroot on 6446EVM

2007-12-13 Thread Brian Niebuhr
Buildroot is good at building all together, but not good at cleaning. Since your console is working and even init=/bin/sh is not working I suspected EABI/OABI stuff. Moreover, I read some warnings some time ago on the buildroot mailing list about this issue. Caglar - You were correct.