Skip to content

Commit

Permalink
Added Rufus instruction and GIT Docs Edit
Browse files Browse the repository at this point in the history
- Added Rufus instruction to flash on the SD
- Added GIT Dogebox-Docs Edit to anyone contribute to the Dogebox Docs easily
- Added GIT Dogebox Icon
  • Loading branch information
qlpqlp committed Oct 8, 2024
1 parent 0362b81 commit f1bc7c9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
22 changes: 20 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
[book]
title = "DogeBox - Dogecoin Blockchain in a Box"
description = "Dogebox is a Linux server distribution and custom server software built specifically to meet the needs of the Dogecoin community."
authors = ["qlpqlp", "tjstebbing", "s1w"]
language = "en"
multilingual = false
src = "src"
title = "DogeBox - Dogecoin Blockchain in a Box"

[output.html]
mathjax-support = true
git-repository-url = "https://github.com/dogeorg/dogebox/"
edit-url-template = "https://github.com/dogeorg/dogebox-docs/edit/main/{path}"

[output.html.playground]
editable = true
line-numbers = true

[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
19 changes: 14 additions & 5 deletions src/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,21 @@ These things will all be fixed in a following release. This release is for tinke
- There is no storage selector. You must manually install NixOS to the internal EMMC (or NVME drive, if you have one installed) if you want to install anything that requires more disk space (eg. Dogecoin Core)
- WiFi configuration during initial setup is currently not supported. The box must be connected to ethernet when you first boot Dogebox OS.

## How to flash MicroSD
## How to flash MicroSD using `dd if=`

- Download the .img.gz file attached to the release.
- Uncompress the image so you get the raw .img file.
- On Linux & MacOS, use dd if= to write the file to the raw MicroSD device.
- On Windows, use a raw image disk writer UI. There are multiple available.
- Download the `.img.gz` file attached to the release.
- Uncompress the image so you get the raw `.img` file.
- On Linux & MacOS, use `dd if=` to write the file to the raw MicroSD device.
- On Windows, use a raw image disk writer UI. There are multiple available.

## How to flash MicroSD using `Rufus`

You can easly flash using the OpenSource Rufus Tool that you can get the latest version here for your operating system: [https://github.com/pbatard/rufus/releases](https://github.com/pbatard/rufus/releases)

- Open `Rufus`
- On `Device` select your Micro SD card
- Click on `Select` and Choose the file you downloaded and decompressed `.img`
- Click on `Start` and wait a few minutes to finish

## How to Setup

Expand Down

0 comments on commit f1bc7c9

Please sign in to comment.