[aadk-commits] dbailey: trunk r418 - /trunk/README

aadk-commits at lists.digium.com aadk-commits at lists.digium.com
Thu May 3 11:50:07 MST 2007


Author: dbailey
Date: Thu May  3 13:50:07 2007
New Revision: 418

URL: http://svn.digium.com/view/aadk?view=rev&rev=418
Log:
Updated readme for 0.4.0 release

Modified:
    trunk/README

Modified: trunk/README
URL: http://svn.digium.com/view/aadk/trunk/README?view=diff&rev=418&r1=417&r2=418
==============================================================================
--- trunk/README (original)
+++ trunk/README Thu May  3 13:50:07 2007
@@ -21,7 +21,8 @@
 rebuild-asterisk-gui - Installs the Asterisk GUI.
 build-image          - Builds tftp-able distribution image.
 build-tftp           - Copies the distribution and u-boot images to /tftpboot/
-
+package_image 	     - Adds a MD5 checksum to end of the uImage.  
+set-asterisk-soundrevision - Sets the asterisk version # in the create_sounds script
 
 Step 1: Building the tool chain
 Run the "build-toolchain" script from within the scripts directory.  This
@@ -42,11 +43,9 @@
 about missing files such as autoconf.h, Makefile, or potentially others.
 
 Step 4: Building Asterisk
-The first time you build asterisk, you should apply the asterisk-aadk.diff
-patch in the scripts directory to the asterisk source code.  (Detailed below
-in #6 under known limitations)  After applying the patch, please run 
-"build-asterisk default" from within the scripts directory.  
-Simply run the "build-asterisk" script from within the scripts directory if 
+The first time you build asterisk, you should run 
+"build-asterisk default" from within the scripts directory.  You can simply 
+run the "build-asterisk" script from within the scripts directory if 
 you want to run the menu based asterisk build program without setting the 
 configuration to the default configuration. 
 If you are making incremental changes, you may run the "rebuild-asterisk"
@@ -79,7 +78,9 @@
 filesystem that we use, and we recommend that others use it as well.
 
 4) The MultiMediaCard (MMC) slot on the S800i is currently non-functional on 
-the revision A version of the s800i.  
+the revision A version of the s800i.  MMC behavior on Rev B cards may be 
+problematic depending upon how the MMC device behaves with multiple SPI 
+devices sharing the MMC's interface to the CPU.  
 
 5) Previously when running the "build-asterisk" script, we recommended that
 users enable Module Embedding for all Asterisk modules in menuselect.
@@ -91,12 +92,3 @@
 potentially lead to an issue where the memory gets fragmented enough that
 it simply cannot be run anymore.
 
-6) AADK-0.3.2 has a patch that should be applied to the asterisk files 
-main/manager.c and main/loader.c before compiling.  These patches are required
-for proper operation of asterisk with the web based cconfiguration setup 
-wizard.  This patch prevents kernel panics from occurring during some wizard 
-operations.  
-To apply the patch, perform the following commands:
-
-   cd asterisk/main
-   patch < ../../scripts/asterisk-aadk.diff 



More information about the aadk-commits mailing list