Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added rpi-reimage to sidebar, fixed misspellings, embedded linked video #163

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading