拆卸 GC-Maple Ridge Thunderbolt 4
拆開GC-Maple Ridge Thunderbolt 4 的盒裝後,其外觀應如下所示:
卸下4顆十字螺釘,取出PCB 電路板:
需要刷韌體的有藍色和綠色晶片,在其各自的顏色上都有一個小圓點。
在 MacOS 上使用BREW安裝FLASHROM
開啟終端機,填入指令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
現在安裝flashrom如下
brew install flashrom
組裝編程器
組裝編程器時,請查看綠色小板上數字的指示。
如下圖所示對齊編程器,首先將焦點對準剪輯的一側。對齊一側,然後另一側用力向下推。
如下圖所示對齊編程器,首先將焦點對準剪輯的一側。對齊一側,然後另一側用力向下推。
讀取 Flash 晶片。
首先我們讀取閃存芯片的內容並存儲原始ROM的備份。我們在終端中使用flashrom讀取內容 3 次並驗證所有三個文件是否相同。這讓我們確信芯片被正確讀取。
config.plist 加入這三個補丁
patch 1:
- identifiers: com.apple.iokit.IOThunderboltFamily
- comment: IOThunderboltFamily patch SwitchOS to SwitchType6 (Ventura)
- find: 4C89F7E8 46300500
- replace by: 4C89F7E8 843E0800
- max kernel: 22.9.9
patch 2:
- identifiers: com.apple.iokit.IOThunderboltFamily
- comment: IOThunderboltFamily patch SwitchOS to SwitchType6 (Sonoma)
- find: 4889DFE8 F55F0500
- replace by: 4889DFE8 BB850800
- min kernel: 23.0.0
patch 3:
- identifiers: com.apple.iokit.IOThunderboltFamily
- comment: IOThunderboltFamily patch port number limitation (Common)
- find: B8FFF03F FF234304
- replace by: E90B0000 00234304