[FE training-materials-updates] Mention that the changes to be made are in the BoardConfig file

Maxime Ripard maxime.ripard at free-electrons.com
Tue Oct 2 10:47:35 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=721c6196d7363df4c32c4448938324ff18ec5d65

>---------------------------------------------------------------

commit 721c6196d7363df4c32c4448938324ff18ec5d65
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Oct 2 10:48:22 2012 +0200

    Mention that the changes to be made are in the BoardConfig file
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

721c6196d7363df4c32c4448938324ff18ec5d65
 labs/android-new-board/android-new-board.tex |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index c80db5f..3e3f676 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -161,9 +161,11 @@ display at all. We are going to fix this.
 
 The first problem we see is that the display remains blank the whole
 time. This is because of the generated U-Boot being targeted for the
-BeagleBoard and not for the DevKit8000. In the BeagleBoard product
-definition, find where the U-boot config file to use is set and change
-this configuration to use the default configuration for the DevKit8000
+BeagleBoard and not for the DevKit8000. In the Android build system,
+all the hardware related configuration is set in the file
+\code{BoardConfig.mk}. In the BeagleBoard product definition, find
+where the U-boot config file to use is set and change this
+configuration to use the default configuration for the DevKit8000
 (\code{devkit8000_config}).
 
 Compile and test your changes. You should now see the display working,



More information about the training-materials-updates mailing list