[FE training-materials-updates] Fix initial resolution

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 18 16:45:33 CET 2012


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

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

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

commit 06f2774a7c10fd2d5bea3fa50ddf160d054f660f
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Dec 18 16:44:02 2012 +0100

    Fix initial resolution
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

06f2774a7c10fd2d5bea3fa50ddf160d054f660f
 labs/android-new-board/android-new-board.tex |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 471213d..575fd80 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -205,7 +205,7 @@ it prints only a portion of the screen.
 
 \section{Fix the resolution}
 
-The actual resolution is set to 640x480 on the screen, while its
+The actual resolution is set to 1280x720 on the screen, while its
 resolution is only 480x272. This kind of adjustment is mostly done
 through the kernel command line. On the SD card's \code{boot}
 partition, you will find a file named \code{boot.txt}, which is a
@@ -250,7 +250,7 @@ overwritten every time by the \code{linaro-android-media-create}
 script.
 
 However, the build system can help us here. Use the
-\code{BOARD_KERNEL_CMDLINE} variable to set these new value. It will
+\code{BOARD_KERNEL_CMDLINE} variable to set these new values. It will
 be processed by the build system and then used when it generates the
 boot image. Since this variable is related to the hardware, this
 variable should be in \code{BoardConfig.mk}



More information about the training-materials-updates mailing list