Installing LInux in BlueAngel
If you just want to install linux on your BlueAngel, the only website you have to visit is Handhelds.org. By following the instructions you will have an Embedded Linux ready in a SD card within half hour, including downloading kernel image and gpe image. Well except one strange problem that I encountered: if I try to partition the SD card into two primary partitions: one in fat16 and the other in ext3, BlueAngel can not find the SD card. Only after I partitioned it into one logical partition (fat16) and the other primary partition(ext3) did it work normally. ...