site: docs: hardware: Use relative links for images.
This enable to later on change the subdirectory in which the website is reployed (for instance from software/gnuboot/web to software/gnuboot/web/test) without breaking images. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
31cd08a501
commit
4e1db5522d
|
@ -45,11 +45,11 @@ Remarks about vendor bios:
|
|||
flashed there is no problem to update the firmware internally
|
||||
|
||||
Here is an image of the board:\
|
||||
![](/software/gnuboot/web/img/d945gclf/d945gclf.jpg)\
|
||||
![](../../img/d945gclf/d945gclf.jpg)\
|
||||
Here is an image of the D945GCLF2 board:\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141521.jpg){width="80%" height="80%"}\
|
||||
![](../../img/d945gclf/20160923_141521.jpg){width="80%" height="80%"}\
|
||||
And SPI SOIC8 flash chip\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141550.jpg){width="50%" height="50%"}
|
||||
![](../../img/d945gclf/20160923_141550.jpg){width="50%" height="50%"}
|
||||
|
||||
How to replace thermal paste and fan
|
||||
------------------------------------
|
||||
|
@ -57,24 +57,24 @@ How to replace thermal paste and fan
|
|||
This board comes with very crappy disposable loud fan, that one has no
|
||||
bearings, which can not be repaired or oiled properly, do not waste your
|
||||
time trying to fix it, just buy one chinese same size fan\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141620.jpg){width="50%" height="50%"}
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141614.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_141620.jpg){width="50%" height="50%"}
|
||||
![](../../img/d945gclf/20160923_141614.jpg){width="50%" height="50%"}\
|
||||
Make sure that new one has same wiring\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_142618.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_142618.jpg){width="50%" height="50%"}\
|
||||
This is a new one, with bearing and maintenable\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141738.jpg){width="50%" height="50%"}
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141814.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_141738.jpg){width="50%" height="50%"}
|
||||
![](../../img/d945gclf/20160923_141814.jpg){width="50%" height="50%"}\
|
||||
Now remove the both coolers rotating them a bit, slowly, then clean both
|
||||
silicons and both coolers (removing cmos battery first is recommended)\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141601.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_141601.jpg){width="50%" height="50%"}\
|
||||
Put a little bit of non conductive thermal paste on both silicons (only
|
||||
cpu silicon iis shown on that image)\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_142031.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_142031.jpg){width="50%" height="50%"}\
|
||||
|
||||
Before assembling new fan, some need new longer screws, make sure having
|
||||
these (on the left is original one, too short for new fan)\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141659.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_141659.jpg){width="50%" height="50%"}\
|
||||
After that, assemble your new fan into CPU cooler\
|
||||
![](/software/gnuboot/web/img/d945gclf/20160923_141635.jpg){width="50%" height="50%"}\
|
||||
![](../../img/d945gclf/20160923_141635.jpg){width="50%" height="50%"}\
|
||||
Finally assemle both coolers on both chips, do not forget put in the CPU
|
||||
fan connector back, and you are done.
|
||||
|
|
|
@ -42,7 +42,7 @@ chip and re-flash it using external hardware.
|
|||
It has a 25XX NOR flash (SPI protocol) in a P-DIP 8 socket, which looks like
|
||||
this:
|
||||
|
||||
![](/software/gnuboot/web/img/dip8/dip8.jpg)
|
||||
![](../../img/dip8/dip8.jpg)
|
||||
|
||||
The default chip is a 2MiB one, but we recommend upgrading it to a 16MiB chip.
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ The existing MAC address may be obtained by the following methods:
|
|||
|
||||
2. Otherwise you can read the white label that is often found on the
|
||||
motherboard under the memory sticks:
|
||||
![](/software/gnuboot/web/img/t400/macaddress1.jpg)
|
||||
![](../../img/t400/macaddress1.jpg)
|
||||
|
||||
3. The MAC address is usually listed on the laptop chassis as well. This one
|
||||
will be incorrect if the motherboard was changed and the stickers were not
|
||||
|
|
|
@ -71,7 +71,7 @@ guides](https://www.ifixit.com/Device/MacBook_Core_2_Duo)
|
|||
|
||||
Locate the flash. It'll be a SOIC8, which looks like this:
|
||||
|
||||
![](/software/gnuboot/web/img/chip/soic8.jpg)
|
||||
![](../../img/chip/soic8.jpg)
|
||||
|
||||
motherboard. [How to remove the
|
||||
motherboard](https://www.ifixit.com/Guide/MacBook+Core+2+Duo+PRAM+Battery+Replacement/529).
|
||||
|
|
Loading…
Reference in New Issue