ameyrupji / thunderbolt-macpro-5-1

My story to add thunderbolt support to my Mac Pro Early 2009 (5,1)
GNU General Public License v3.0
111 stars 23 forks source link

Trouble Flashing the Gigabyte Titan Ridge Card #6

Open jlremiel opened 3 years ago

jlremiel commented 3 years ago

Hello,

I am trying to follow your thunderbolt-macpro-5.1 procedure and ran into the following error. Do you know what the problem is and how to fix it? (see Terminal processes below)

maxPros-Mac-Pro:~ maxpro$ flashrom -p ch341a_spi -w TitanRidgeMacOSFirmware.bin flashrom v1.2 on Darwin 18.7.0 (x86_64) flashrom is free software, get the source code at https://flashrom.org

Calibrating delay loop... OK. Found Winbond flash chip "W25Q80.V" (1024 kB, SPI) on ch341a_spi. Error: opening file "TitanRidgeMacOSFirmware.bin" failed: No such file or directory

Thank you so much.

Joel

vvglyy commented 3 years ago

Apparently you don't know about folder and paths into command lines. When you do this command, the last part of the command "TitanRidgeMacOSFirmware.bin" have to be found. So either you have to be IN the folder where your ".bin" is (with the cd command directing towards the folder) or you delete the last part of the command so "TitanRidgeMacOSFirmware.bin" and you simply drag the file at the end of the command. So the path to the file is put directly.