r4937 - in developers/werner/gta03: . cam

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Feb 26 07:13:10 CET 2009


Author: werner
Date: 2009-02-26 07:13:06 +0100 (Thu, 26 Feb 2009)
New Revision: 4937

Modified:
   developers/werner/gta03/GETTING_STARTED
   developers/werner/gta03/cam/BRINGUP
Log:
- GETTING_STARTED: specify destination of config file
- cam/BRINGUP: Allen found that we have to set CAM_PWDN to 1 not 0



Modified: developers/werner/gta03/GETTING_STARTED
===================================================================
--- developers/werner/gta03/GETTING_STARTED	2009-02-25 15:21:21 UTC (rev 4936)
+++ developers/werner/gta03/GETTING_STARTED	2009-02-26 06:13:06 UTC (rev 4937)
@@ -12,7 +12,7 @@
 
 # build the kernel
 cd $GIT/kernel
-cp arch/arm/config/gta03_defconfig
+cp arch/arm/config/gta03_defconfig .config
 PATH=$PATH:../u-boot/tools
 make -j5 ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- uImage
 

Modified: developers/werner/gta03/cam/BRINGUP
===================================================================
--- developers/werner/gta03/cam/BRINGUP	2009-02-25 15:21:21 UTC (rev 4936)
+++ developers/werner/gta03/cam/BRINGUP	2009-02-26 06:13:06 UTC (rev 4937)
@@ -7,7 +7,7 @@
 pmu 0x39=0x13
 pmu 0x3a=0x21
 # CAM_PWDN
-gpio-s3c6410 f15=0
+gpio-s3c6410 f15=1
 # nCAM_RESET
 gpio-s3c6410 f3=1
 # show what's on the bus




More information about the commitlog mailing list