標籤:android blog http io ar sp on 2014 問題
============問題描述============
我們板子的android 源碼版本是4.2,現在我想把android源碼升級到4.4, 用板子原來的kernel和android 4.4製作了一個升級包, 升級成功後, 板子不能正常啟動, 啟動時報下面的錯誤:
[ [email protected]] CEC node init
[ 7[ [email protected]] Changing baud from 0 to 115200
[ [email protected]] HDMI: audio channel num is 0
[ [email protected]] current VIC: 19
[ [email protected]] audio sample rate: 0
[ [email protected]] HDMI: reset audio N para
[ [email protected]] PCM out to HDMI
[ [email protected]] Time out: AIU_HDMI_CLK_DATA_CTRL
[ [email protected]] i2s_to_spdif_flag:1
[ [email protected]] Enable audio spdif to HDMI
[ [email protected]] HDMI: set audio param
[ [email protected]] init: cannot open ‘/initlogo.rle‘
[ [email protected]] init: /dev/hw_random not found
[ [email protected]] init: cannot find ‘/sbin/healthd‘, disabling ‘healthd‘
[ [email protected]] init: cannot find ‘/system/bin/servicemanager‘, disabling ‘servicemanager‘
[ [email protected]] init: cannot find ‘/system/bin/vold‘, disabling ‘vold‘
[ [email protected]] init: cannot find ‘/system/bin/netd‘, disabling ‘netd‘
[ [email protected]] init: cannot find ‘/system/bin/debuggerd‘, disabling ‘debuggerd‘
[ [email protected]] init: cannot find ‘/system/bin/rild‘, disabling ‘ril-daemon‘
[ [email protected]] init: cannot find ‘/system/bin/surfaceflinger‘, disabling ‘surfaceflinger‘
[ [email protected]] init: cannot find ‘/system/bin/app_process‘, disabling ‘zygote‘
[ [email protected]] init: cannot find ‘/system/bin/drmserver‘, disabling ‘drm‘
[ [email protected]] init: cannot find ‘/system/bin/mediaserver‘, disabling ‘media‘
[ [email protected]] init: cannot find ‘/system/bin/installd‘, disabling ‘installd‘
[ [email protected]] init: cannot find ‘/system/etc/install-recovery.sh‘, disabling ‘flash_recovery‘
[ [email protected]] init: cannot find ‘/system/bin/keystore‘, disabling ‘keystore‘
[ [email protected]] init: property ‘sys.powerctl‘ doesn‘t exist while expanding ‘${sys.powerctl}‘
[ [email protected]] init: powerctl: cannot expand ‘${sys.powerctl}‘
[ [email protected]] init: property ‘sys.sysctl.extra_free_kbytes‘ doesn‘t exist while expanding ‘${sys.sysctl.extra_free_kbytes}‘
[ [email protected]] init: cannot expand ‘${sys.sysctl.extra_free_kbytes}‘ while writing to ‘/proc/sys/vm/extra_free_kbytes‘
[ [email protected]] HDMITX: no HDCP key available
[ [email protected]] HDMITX: HDCP Key error
[ [email protected]] HDMITX: no HDCP key available
[ [email protected]] HDMITX: HDCP Key error
有哪位大俠知道怎麼解決嗎?
============解決方案1============
4.4 和 4.2 的 核心 是一個版本的嗎
============解決方案2============
[ [email protected]] init: cannot open ‘/initlogo.rle‘
[ [email protected]] init: /dev/hw_random not found
[ [email protected]] init: cannot find ‘/sbin/healthd‘, disabling ‘healthd‘
[ [email protected]] init: cannot find ‘/system/bin/servicemanager‘, disabling ‘servicemanager‘
[ [email protected]] init: cannot find ‘/system/bin/vold‘, disabling ‘vold‘
Android系統移植過程中系統起不來