Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement The i.MX Android O8.0.0_1.0.0 GA release is now available from IMX_SW page. Overview -> BSP Updates and Releases -> Android 8.0.0 Oreo (O8.0.0_1.0.0, 4.9 kernel) Files available: # Name Description 1 android_O8.0.0_1.0.0_docs.tar.gz i.MX Android O8.0.0_1.0.0 BSP Documentation 2 imx-o8.0.0_1.0.0_ga.tar.gz i.MX Android O8.0.0_1.0.0 proprietary surce code for i.MX 6QuadPlus, i.MX 6Quad, i.MX 6DualPlus, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo i.MX 6Sololite, i.MX6SX and i.MX7D 3 android_O8.0.0_1.0.0_image_6dqpsabreauto.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - SABRE for Automotive Infotainment based on i.MX 6QuadPlus, i.MX 6Quad, and i.MX 6DualLite 4 android_O8.0.0_1.0.0_image_6dqpsabresd.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - SABRE Platform and SABRE Board based on i.MX 6QuadPlus, i.MX 6Quad and i.MX 6DualLite. 5 android_O8.0.0_1.0.0_image_6slevk.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - i.MX 6Sololite evaluation kit. 6 android_O8.0.0_1.0.0_image_6sxsabresd.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - SABRE Board based on i.MX 6SoloX 7 android_O8.0.0_1.0.0_image_6sxsabreauto.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - SABRE for Automotive infotainment based on i.MX 6SoloX 8 android_O8.0.0_1.0.0_image_7dsabresd.tar.gz Binary Demo Files of Android O8.0.0_1.0.0 BSP - SABRE Board based on i.MX 7Dual 9 fsl_aacp_dec_O8.0.0_1.0.0.tar.gz AAC Plus Codec for O8.0.0_1.0.0 10 android_O8.0.0_1.0.0_tools.tar.gz Manufacturing Toolkit and VivanteVTK for O8.0.0_1.0.0 Supported Hardware SoC/Boards: i.MX 6Quad, i.MX 6QuadPlus, and i.MX 6DualLite SABRE-SD board and platform i.MX 6Quad, i.MX 6QuadPlus, and i.MX 6DualLite SABRE-AI board and platform i.MX 6SoloLite EVK platform i.MX 6SoloX SABRE-SD board and platforms i.MX 6SoloX SABRE-AI board and platforms i.MX 7Dual SABRE-SD board and platform Changes: Compared to the N7.1.2_2.0.0 release, this release has the following major changes: Upgraded the Android code base from android-7.1.2_r9 to android-8.0.0_r25. Removed the device partition and added the vendor partition. Enabled ION-based gralloc and EGL. Feature: For features please consult the release notes. Known issues For known issues and more details please consult the Release Notes. Android i.MX6_All i.MX6DL i.MX6Dual i.MX6DualPlus6QuadPlus i.MX6Quad i.MX6S i.MX6SL i.MX6SoloX i.MX7Dual Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement codeaurora use mirrors below: git --config --global url." ".insteadOf " https://source.codeaurora.org" can be any one of below: https://beijing.source.codeaurora.org https://shanghai.source.codeaurora.org if manifest.xml use "git://source.codeaurora.org" you must be edit ~/.gitconfig add line below: [url "https://beijing.source.codeaurora.org"] insteadOf = git://codeaurora.org Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement 运行repo sync后完整输出信息是这样的:fatal: unable to access 'https://source.codeaurora.org/external/imx/aosp/platform/packages/apps/SoundRecorder/': GnuTLS recv error (-9): A TLS packet with unexpected length was received. error: Cannot fetch platform/packages/apps/SoundRecorder from https://source.codeaurora.org/external/imx/aosp/platform/packages/apps/SoundRecorder Fetching project platform/external/junit-params fatal: unable to access 'https://android.googlesource.com/platform/external/sonivox/': Failed to connect to android.googlesource.com port 443: Connection refused 请问如何解决,我已经使用Aosp | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 替代了repo里的glooel Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement I have same issue. Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement you can use below features of git utility: git config --global url.https://aosp.tuna.tsinghua.edu.cn.insteadOf https://android.googlesource.com this will be replace url in git fetch request. Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement hi, i git the source code base on the source ~/imx-o8.0.0_1.0.0_ga/imx_android_setup.sh , but it use the googlesouce.com. it had the error: fatal:uable to access "https://android.googlesource/com/platform/external/bart/": Failed to connet to android.googlesource.com port 443:Connection timed out. I am in China ,so Can you reply a way that use the mirrors.tuna.tsinghua .edu.cn Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
It has been solved before, thank you! Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
You need to climb over the wall. Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
wilson chen hello, i.mx6 Have you managed to build the Android 8.0 system? I also encountered the same problem when building the environment, as follows: fatal: unable to access 'https://android.googlesource.com/platform/external/neven/': Failed to connect to android.googlesource.com port 443: Connection refused fatal: unable to access 'https://android.googlesource.com/platform/pdk/': Failed to connect to android.googlesource.com port 443: Connection refused fatal: unable to access 'https://android.googlesource.com/platform/developers/demos/': Failed to connect to android.googlesource.com port 443: Connection refused 烦请指教下,谢谢! Re: Android O8.0.0_1.0.0 GA for Legacy imx6/7 Release Announcement <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Why when I use WIN10 system to open the mfg tool, when the imx6q board enters the download mode, there will be the prompt shown in the above picture. But if I use WIN7 system, this error will not appear. The mfgtool burning tool of android7.1.2 also has this problem. The board I use has no problem, and there is no problem burning android4.4.2\android5.1.1\anroid6.0.1\android7.1.1 systems under win10. . Please can the relevant personnel help to check it out!
查看全文