發表文章

目前顯示的是 7月, 2026的文章

[AI] Comma four / C4 硬體資訊初探:用 SSH 讀出實機規格

comma four / C4 硬體資訊初探:用 SSH 讀出實機規格 這篇主要是記錄我用 SSH 從 comma four / C4 實機讀到的硬體資訊。 調查方式不是拆機,而是把裝置接上家裡 Wi-Fi,透過 read-only 腳本從 Linux、sysfs、device tree、kernel log 與 openpilot 環境中整理出可公開分享的硬體規格。 這份紀錄的重點是「系統實際看得到什麼」,不代表官方完整規格,也不代表車上 onroad 狀態下的最終表現。 快速摘要 項目 本次調查結果 Device model comma mici Device tree model comma mici Device tree compatible qcom,sda845-mtp / qcom,sda845 / qcom,mtp OS Ubuntu 24.04.4 LTS System version /VERSION = 18.4 Kernel Linux 4.9.103 aarch64 SoC Qualcomm SDM845 CPU 8 cores possible;本次 survey 時 CPU0–CPU3 online、CPU4–CPU7 offline RAM Linux 可見 3.52 GiB 推測實體 RAM 4GB class Swap 0 kB Storage UFS,128GB class Main storage detected 113.6 GiB Openpilot branch infiniteCable2/openpilot master Openpilot commit 78e4850764ac17dc5fb638a9d2902ab1b5a61d51 Device identity 系統辨識到的裝置名稱如下: Device model: comma mici Device tree model: comma mici Device tree compatible: qcom,sda845-mtp, qcom,sda845, qc...