/////////////////////////////////////////////// Building files in Linux /////////////////////////////////////////////// //goto the cc3 project directory cd cc3 //compile the hardware abstraction layer //which will fail but will get far enought to build base libs make hal=lpc2103-tcm8240 //goto the tcm8240-test project folder cd cc3/project/tcm8240-test //clean the project make hal=lpc2103-tcm8240 clean //compile the project make hal=lpc2103-tcm8240 //you should now have cmucam1_lpc2103-tcm8240.hex /////////////////////////////////////////////// Loading the Hex file /////////////////////////////////////////////// -open Flash Magic: LPC2103, 57600, None(ISP), 14.746MHz /////////////////////////////////////////////// Linux frame grab utility /////////////////////////////////////////////// //open /dev/ttyUSB0 at 115200bps minicom -s //run the ppm-fd script ./ppm-fd /dev/USB0 //a portable pixmap image file (.ppm) is generated