Go to previous topic
Go to next topic
Last Post 14 Nov 2013 01:23 PM by  mvly
4.0.4 Android image causes screen to be distorted on Zoom Evaluation board
 2 Replies
Author Messages
mvly
Basic Member
Basic Member
Posts:104


--
06 Nov 2013 07:07 PM

    I downloaded the Android 4.0.4 Image and build a bootable SD card using the instruction. But the screen's color is distorted and offset using the Zoom Evaluation board.

    Is there a source code to build the android system from scratch? This seems like a driver or kernel problem.

    Any help or guidance would help.

    steven.eckhoff
    Basic Member
    Basic Member
    Posts:192


    --
    11 Nov 2013 07:38 PM
    • Accepted Answer

    Hello,

    This is a driver setup issue. Boot into U-Boot and do the following:

        printenv display

    If this is set to 28 and you are using the 4.3 inch display, then set it to 15 by doing the following:

        setenv display 15

    If you are using a different display, then please provide the part number.

    mvly
    Basic Member
    Basic Member
    Posts:104


    --
    14 Nov 2013 01:23 PM

    Thanks! that fixed.



    ---