其他部份好像都無關 (pure software component ?)
BUILD_TINY_ANDROID
用
make -j4 BUILD_TINY_ANDROID=true TARGET_NO_RECOVERY=true showcommands
來 build TINY_ANDROID。TINY_ANDROID 不會rebuild recovery,但是 Makefile 卻還是去 make recoveryimage,所以要手動加上 TARGET_NO_RECOVERY=true
build 出來後,到 out 去看 installed-files,果然有一堆沒包 (vimdiff with original build result)
兩個問題:
- pmic_adc 在 resume 的時候會 hang 住一陣子
- resume 後,shell , rx 沒動作 ,tx好像還 OK,-- 從 shell 的 output 來看
about pmic_adc:
- 先回到 resume OK 版本 -- 至少 screen 恢復
- 移除 pmic_backlight 和 pmic_XXX (?) -- 看看是否OK
- pmic_adc 的 suspend/resume 似乎是以 adc wq 不終止的情況 考慮....
沒有留言:
張貼留言