Let me see if I can build a linux Computer (It works now!) I am starting to build a single board computer with freescale microprocessor iMX233 128 LQFP and 64MB DDR2 SDRAM in 66TSOP. This single board computer will be bare bones with lots of GPIO exposed. There is no special goal for this project. I am just curious to see if it works. In future I might add an LCD. The PCB is two layered only and can be manufactured cheap. Github: https://github.com/samarjit/MyIMX233 TODOs (done) Increase pad lengths of LQFP footprint. (done. Hope to mitigate the soldermask between pads issue |<-0.06mm space-><-0.08mm web-><-0.06mm space->| = 0.2mm) Perhaps add a jumper on the 2.5v LineReg and separate out VDD_MEM to be able to test the 2.5v is not 0 due to loading. (skipped) 88 USB_ID SSP1_DETECT ? Should I use this to CD of SD card connector or micro USB ID pin? In my circuit it is pulled low via LED. Tux,calculator does the same too. Add option to boo...