-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] 關於device tree 架構詢問 #8
Comments
詢問你這邊的twrp_elish.mk
請問這邊是參考什麼的? 我在twrp 網頁上找不到要跟據什麼時機才能使用這些 有的人是這樣使用
|
配置文件都在build/target/product/ |
Got it |
請問你的device.mk
+= 右邊的那些項目也是twrpdtgen tool 產生的嗎? 我是twrpdtgen tool 產生相關的項目再修改 |
不是,这个东西是bootctrl的一部分,是需要编译生成的包,跟bootctrl一起抄,不需要从手机提取 |
我放上個月產生的devcie tree ,使用twrpdtgen 工具並到處看編輯,結果來說並不能產生img。 |
twrp_panther.mk: 這邊應該是 /build/target/product/ 用的項目未確認,之後再嘗試
至於網頁下面的內容,大概都是那樣的寫法,應該沒有錯 |
請問你這邊twrp.flags 內容是如何找出正確的內容? 我覺得它和recovery.fstab有些類似 我發現網路上看到的內容都比較多,但是練習時發現到內容沒有如網路上看到的多,是屬於手動新增的方式? 去by-name 下檢查會有以下項目,
練習時 twrp.flags 有以下的內容
感覺有缺少,項目沒有很多,是需要手動補齊? |
你好,我嘗試用工具製作device tree 並編譯twrp branch (12.1),
其結果是完成的,卻沒有在out/ 下產生img,因此想於這來討論我缺少的項目,
可以的話將依序請教,謝謝
The text was updated successfully, but these errors were encountered: