Skip to content

Commit

Permalink
Merge pull request #163 from mrodriguez3313/rpi-reimage-fix
Browse files Browse the repository at this point in the history
added rpi-reimage to sidebar, fixed misspellings, embedded linked video
  • Loading branch information
ehsan6sha authored Apr 24, 2024
2 parents d264aca + b9c84ac commit 1a83f53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/functionyard/hardware/fxblox-hardware-rpi-reimage.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
title: Re-imaging CM4
id: fxblox-hardware-rpi-reimage
---
import ReactPlayer from 'react-player';

## Re-imaging CM4

# Advanced Firmware Update Process
If for any reason the CM4 fulatower gets stuck in a blue/white light without going through the whole boot process, or it is not connected to the Wi-Fi or propagating the FxBlox hotspot, you need to perform a full re-image. This process requires you to first open the tower, which involves unscrewing parts of it. The process of opening the tower is shown in the video below:

[![How to open the tower](https://img.youtube.com/vi/feBov6U_kJs/0.jpg)](https://youtu.be/feBov6U_kJs?t=246)
<center>
<ReactPlayer controls url="https://youtu.be/feBov6U_kJs&t=246s" />
</center>

### Steps for Re-imaging
## Steps for Re-imaging

1. **Unplug the Tower from Power**

Expand All @@ -26,7 +29,7 @@ If for any reason the CM4 fulatower gets stuck in a blue/white light without goi

4. **Short Circuit the Two Pins**

Short circuit the two pins located on the bottom left side of the Raspberry Pi module. You can use anything to short circuit them, like putting hte head of a USC-C cable between them. but make sure hte material you are using is conductive nad not Aluminum for example (key rings for example are usually aluminum)
Short circuit the two pins located on the bottom left side of the Raspberry Pi module. You can use anything to short circuit them, like putting the head of a USC-C cable between them. But make sure the material you are using is conductive and not Aluminum for example (key rings for example are usually aluminum)

![Placeholder for short circuit pins image](/img/fxyard-network/rpi-shortcircuit.jpg)

Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const sidebars = {
items: [
'functionyard/hardware/fxblox-hardware-rpi',
'functionyard/hardware/fxblox-hardware-rk1',
'functionyard/hardware/fxblox-hardware-rpi-reimage'
]
},
'functionyard/add-storage',
Expand Down

0 comments on commit 1a83f53

Please sign in to comment.