Useful pages:
http://code.google.com/p/mini2440/wiki/MiniBringup
http://narnia.cs.ttu.edu/drupal/node/131
This guy has a TON of useful info in his blog, here is an entry about properties:
http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!438.entry
Good overview of cross platform compile for arm:
http://nemustech.blogspot.com/
Booting to the SD card:
http://bill.station51.net/index.php?post/2010/01/30/HOWTO%3A-Booting-from-SD-card-using-U-Boot
Linux porting info:
Hmmm, ARCH_TYPE matters:
http://www.friendlyarm.net/forum/topic/119
Creating a uImage from a zImage
http://wiki.linuxmce.org/index.php/Mini2440
The mini2440=kernel command line argument is used to set the LCD interface?
setenv bootargs 'noinitrd root=/dev/mtdblock3 rootfstype=jffs2 rw console=ttySAC0,115200 mini2440=3tb'
Also have seen 1tb
Android toolchain:
http://labs.embinux.org/index.php/Toolchain_For_Android
Android sources and the "repo" utility
http://source.android.com/download#TOC-Installing-Repo
i2c notes:
http://www.electronics.diycinema.co.uk/embedded/mini2440/controlling-the-mini2440-system-leds/
Last modified: Apr 23, 2010