Hi
We are trying to compile i.mx53 BSP of Android but receive error messages due to corrupt file in archive file from Adeneo servers.
I download the sources for Freescale-iMX53-QSB-Android 2.3-Version 4.0 & when we execute ./download_android_fixed.sh we receive this error.
Below is the corresponding script
# Extract FSL sources if required
mkdir -p ${ANDROID_INSTALL_DIR}
if [ ! -d ${ANDROID_INSTALL_DIR}/imx-android-r10.2 ]; then
echo "Extracting FSL sources...";
tar -C ${ANDROID_INSTALL_DIR} -xzf ${ANDROID_DL_DIR}/imx-android-r10.2.tar.gz
if [ "$?" -ne "0" ]; then
echo "Error: failed to extract sources"
exit 1
fi
else
echo "${ANDROID_INSTALL_DIR}/imx-android-r10 already exists"
echo "Cowardly refusing to clobber it"
fi
If I test the imx-android-r10.2.tar.gz archive manually, I receive CRC error too.
Has anyone succeeded to compile Android BSP for i.mx53 from Adeneo ?
Best Regards
Tugrul