--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
First you need to fix pinmux for all gpmc signals. You can do in u-boot. I will send you necessary code for it and how to initialize lan9221 in u-boot. Linux kernel will also need some modification
git clone git://www.denx.de/git/u-boot.git u-boot-2010.03 cd u-boot-2010.03 git checkout ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55
wget http://mentorel.ru/downloads/blueshark/bs_uboot2010.patches.tgz
tar xzf bs_uboot2010.patches.tgz
quilt push -a
make omap3_blueshark_config make CROSS_COMPILE=/opt/arm-2008q1/bin/arm-none-linux-gnueabi-
All you need is copy and paste necessary lines of code. There is not much and I believe it's quite intuitive and simple