##Linux Environment install http://source.android.com/source/initializing.html ## jdk install $ wget http://crztech.iptime.org:8080/Release/jdk/jdk-7u79-linux-x64.gz $ sudo tar -xf jdk1.7.0_79.tgz -C /opt ## source download http://crztech.iptime.org:8080/Release/mango-imx6q/Android6.0/ $ wget http://crztech.iptime.org:8080/Release/mango-imx6q/Android6.0/Prebuilts/Mango-imx6qds-android6.0-prebuilts.tgz $ tar xf Mango-imx6qds-android6.0-prebuilts.tgz $ tar xf Mango-imx6qds-android6.0-20160922.tgz ## Android,kernel,u-boot build $ cd android6.0 $ source build/envsetup.sh $ lunch sabresd_6dq-user $ make 2>&1 | tee build-log.txt ## boot image $ source build/envsetup.sh $ lunch sabresd_6dq-user $ make bootimage ## SD Fusing - images Æú´õ¿¡¼­ ÀÛ¾÷. - SD Ä«µå »ðÀÔÈÄ, ÀåÄ¡ È®ÀÎ dmesg | tail [ 4223.048053] sd 7:0:0:0: [sdb] 15628288 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 4223.050036] sd 7:0:0:0: [sdb] No Caching mode page found [ 4223.050040] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 4223.052662] sd 7:0:0:0: [sdb] No Caching mode page found [ 4223.052666] sd 7:0:0:0: [sdb] Assuming drive cache: write through [ 4223.053306] sdb: sdg1 sdg2 ## Mango-IMX6Q , Mango-IMX6D2G Write - SD Write sudo ./fsl-sdcard-partition.sh -f imx6q /dev/sdg ## Mango-IMX6S1G Write - SD Write sudo ./fsl-sdcard-partition.sh -f imx6dl /dev/sdg Download the U-Boot image: # sudo dd if=u-boot-imx6q.imx of=/dev/sdg bs=1K seek=1; sync Download the boot image: # sudo dd if=boot-imx6q.img of=/dev/sdg1; sync Download the Android system root image: # sudo simg2img system.img system_raw.img # sudo dd if=system_raw.img of=/dev/sdg5; sync Download the Android recovery image: # sudo dd if=recovery-imx6q.img of=/dev/sdg2; sync ##u-boot ȯ°æº¯¼ö ¼³Á¤ setenv fastboot_dev mmc2 setenv bootcmd boota mmc2 saveenv reset ¸®¼Â - Android 6.0.1 7 inch °¨¾Ð½Ä LCD+ HDMI ºÎÆà bootargs setenv panel HDMI setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,MANGO-PRESS7,if=BGR24,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,if=BGR24,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0 save reset 7inch Á¤Àü½Ä LCD ºÎÆà (Android) setenv panel HDMI setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,MANGO-CAP7,if=BGR24,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,if=BGR24,bpp=24 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0 10.4 inch °¨¾Ð½Ä LCD ºÎÆà bootargs setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,MANGO-PRESS10.4,if=BGR24,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,if=BGR24,bpp=24 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0 10.1 inch Á¤Àü½Ä LCD ºÎÆà bootargs setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,MANGO-CAP10.1,if=BGR24,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,if=BGR24,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0 androidboot.selinux=disabled HDMI ONLY setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb1:off video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0