Hello again,
I'm trying to get an ebony board up and running using various howtos found @
penguinppc.org and this mailing list. I saw some dialogue a while back
regarding 440GP support, but never any real conclusion to the discussion.
Can someone confirm the following:
1) After looking at the source tree for linuxppc_2_4 and linuxppc_2_4_devel,
it appears that 440GP support is only in linuxppc_2_4_devel. Does
linuxppc2_4_devel mean "unstable", or is it simply the latest and greatest
ppc kernel code for the 2.4 series that is stable.
2) I'm going through iterations of make menuconfig (on linuxppc_2_4_devel
tree) to try and get a kernel for the 440GP successfully built and am not
having much success. Does anyone have a ".config" file that works that I
could take a look at? Should it compile out of the box? I set up my
cross-compile tools using the following:
-> binutils-2.12.90.0.12
-> gcc-3.2.1 (with gcc-3.2-crossppc.diff patch applied)
3) I plan to use 'Das U-Boot' as my boot loader. Any other snafus/gotchas
anyone would be willing to let me in on ahead of time??
Thanks,
-- Brian
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Fri, Jan 24, 2003 at 10:13:16AM -0800, brian.auld@adic.com wrote:
1) After looking at the source tree for linuxppc_2_4 and linuxppc_2_4_devel,
it appears that 440GP support is only in linuxppc_2_4_devel. Does
linuxppc2_4_devel mean "unstable", or is it simply the latest and greatest
ppc kernel code for the 2.4 series that is stable.
The latter -- the trees just haven't been merged yet.
2) I'm going through iterations of make menuconfig (on linuxppc_2_4_devel
tree) to try and get a kernel for the 440GP successfully built and am not
having much success. Does anyone have a ".config" file that works that I
could take a look at? Should it compile out of the box? I set up my
cross-compile tools using the following:
-> binutils-2.12.90.0.12
-> gcc-3.2.1 (with gcc-3.2-crossppc.diff patch applied)
See arch/ppc/configs/ebony_defconfig
One way (there may be better ways) is:
cp arch/ppc/configs/ebony_defconfig .config
make oldconfig
3) I plan to use 'Das U-Boot' as my boot loader. Any other snafus/gotchas
anyone would be willing to let me in on ahead of time??
Works fine for me.
--Chris
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
At 10:38 AM 1/24/2003, you wrote:
One way (there may be better ways) is:
cp arch/ppc/configs/ebony_defconfig .config
make oldconfig
Yes, there is "a better way" :)
make ebony_config
make oldconfig
Eugene Surovegin <mailto:ebs@innocent.com>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/