Skip to content

Commit

Permalink
Replaced device pages with md
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Oct 4, 2024
1 parent e593060 commit c8d2c00
Show file tree
Hide file tree
Showing 52 changed files with 963 additions and 1,834 deletions.
7 changes: 4 additions & 3 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ paginate = 9
[params.social]
twitter = 'thepine64'




[security.exec]
allow = ["^asciidoctor$"]

# Allow HTML inside markdown (e. g. for br in tables)
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

# Docs menu
[menu]
Expand Down
26 changes: 13 additions & 13 deletions content/devices/_index.adoc → content/devices/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ draft: false
description: "PINE64 has a variety of different devices. Find out more!"
---

== Single Board Computers
## Single Board Computers

{{< flexbox >}}
{{< devices/device_box link="/devices/ox64/" img="/img/start/ox64.png" title="Ox64" text="" >}}
Expand All @@ -19,18 +19,18 @@ description: "PINE64 has a variety of different devices. Find out more!"
{{< devices/device_box link="/devices/pine_h64_model_b" img="/devices/images/pine_h64_ver_b.jpg" title="PINE H64 Model B" text="" >}}
{{< devices/device_box link="/devices/quartz64_model_a" img="/devices/images/quartz64_model_a.jpg" title="Quartz64 Model A" text="" >}}
{{< devices/device_box link="/devices/quartz64_model_b" img="/devices/images/quartz64_model_b.png" title="Quartz64 Model B" text="" >}}
{{< devices/device_box link="/devices/quartz64-zero" img="/devices/images/Quartz64-Zero.jpg" title="Quartz64-Zero" text="" >}}
{{< devices/device_box link="/devices/quartz64_zero" img="/devices/images/Quartz64-Zero.jpg" title="Quartz64 Zero" text="" >}}
{{< devices/device_box link="/devices/quartzpro64" img="/documentation/images/Quartzpro64_whole_board_top_resized.jpeg" title="QuartzPro64" text="" >}}
{{</ flexbox >}}

== Laptops
## Laptops

{{< flexbox >}}
{{< devices/device_box link="/devices/pinebook" img="/devices/images/pinebook.jpg" title="Pinebook" text="" >}}
{{< devices/device_box link="/devices/pinebook_pro" img="/devices/images/pinebook_pro.png" title="Pinebook Pro" text="" >}}
{{</ flexbox >}}

== Phones and Tablets
## Phones and Tablets

{{< flexbox >}}
{{< devices/device_box link="/devices/pinephone_pro" img="/devices/images/pinephone_pro.png" title="PinePhone Pro" text="" >}}
Expand All @@ -41,14 +41,14 @@ description: "PINE64 has a variety of different devices. Find out more!"
{{< devices/device_box link="/devices/pinetab-v" img="/documentation/PineTab-V/images/Pinetabv_1.jpg" title="PineTab-V" text="" >}}
{{</ flexbox >}}

== Wearables
## Wearables

{{< flexbox >}}
{{< devices/device_box link="/devices/pinetime" img="/devices/images/pinetime.png" title="PineTime" text="" >}}
{{< devices/device_box link="/devices/pinebuds_pro" img="/devices/images/pinebudspro.jpg" title="PineBuds Pro" text="" >}}
{{</ flexbox >}}

== Clusters and Compute Modules
## Clusters and Compute Modules

{{< flexbox >}}
{{< devices/device_box link="/devices/sopine" img="/devices/images/sopine.jpg" title="SOPINE" text="" >}}
Expand All @@ -59,39 +59,39 @@ description: "PINE64 has a variety of different devices. Find out more!"
{{< devices/device_box link="/devices/soquartz" img="/documentation/SOQuartz/images/SOQuartz_module-1s.jpg" title="SOQuartz" text="" >}}
{{</ flexbox >}}

== IP Cameras
## IP Cameras

{{< flexbox >}}
{{< devices/device_box link="/devices/pinecube" img="/devices/images/pinecube.jpg" title="PineCube" text="" >}}
{{</ flexbox >}}

== Soldering Irons
## Soldering Irons

{{< flexbox >}}
{{< devices/device_box link="/devices/pinecil" img="/devices/images/pinecil.png" title="Pinecil" text="" >}}
{{</ flexbox >}}

== Makerspace
## Makerspace

{{< flexbox >}}
{{< devices/device_box link="/devices/pinecone" img="/documentation/images/Pine64_BL602_EVB_photo-3-small.jpg" title="PineCone" text="" >}}
{{< devices/device_box link="/devices/pinedio" img="" title="Pinedio" text="" >}}
{{</ flexbox >}}

== Power Supplies
## Power Supplies

{{< flexbox >}}
{{< devices/device_box link="/devices/pinepower" img="/devices/images/pinepower.jpg" title="PinePower" text="" >}}
{{< devices/device_box link="/devices/pinepower_desktop" img="/devices/images/pinepower_desktop.jpg" title="PinePower Desktop" text="" >}}
{{</ flexbox >}}

== IoT
## IoT

{{< flexbox >}}
{{< devices/device_box link="/devices/pinenut" img="/devices/images/pinenut.jpg" title="PineNut" text="" >}}
{{</ flexbox >}}

== Smart home
## Smart home
{{< flexbox >}}
{{< devices/device_box link="/devices/pinevox" img="/documentation/PineVox/images/pinevox.jpg" title="PineVox" text="" >}}
{{</ flexbox >}}
{{</ flexbox >}}
16 changes: 6 additions & 10 deletions content/devices/ox64.adoc → content/devices/ox64.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ images:
- "/devices/images/ox64.png"
---

== An Ox, no bull
## An Ox, no bull

The Ox64 Single Board Computer features a Bouffalo Lab BL808 RISC-V SoC with single 64-bit 480MHz RV64 C906 core and two 32-bit 320MHz RV32 E907 + 150MHz E902 cores, 728KB internal SRAM and 64MB internal PSRAM.

## Documentation

== Documentation

[cols="1"]
|===

| link:/documentation/Ox64/[Ox64]

| link:/documentation/Ox64/Further_information/Schematics_and_certifications/[Schematics and certifications]
|===
| |
| --- |
| [Ox64](/documentation/Ox64/) |
| [Schematics and certifications](/documentation/Ox64/Further_information/Schematics_and_certifications/) |
13 changes: 5 additions & 8 deletions content/devices/oz64.adoc → content/devices/oz64.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ images:
- "/devices/images/oz64.jpg"
---

== The Oz64
## The Oz64

The Oz64 is a low cost single-board computer based on the Sophgo SG2000 SoC with dual T-Head C906 64-bit RISC-V cores, an ARM Cortex A53 64-bit RISC CPU core and an 8051 8-bit core supported by 512 MB of embedded DRAM memory, with WiFi and Bluetooth radio interfaces.

The Oz64 SBC comes in a model-B form-factor, has a microSD card slot, an eMMC plugin connector, an USB 2.0 Type-A host port, and many other peripheral interfaces for makers to integrate with sensors and other devices.

== Documentation
## Documentation

[cols="1"]
|===

| link:/documentation/Oz64/[Oz64]

|===
| |
| --- |
| [Oz64](/documentation/Oz64/) |
Original file line number Diff line number Diff line change
Expand Up @@ -8,83 +8,38 @@ images:
- "/devices/images/pine_a64-lts.jpg"
---

== The Long Term Supply Version of the PINE A64 (+)
## The Long Term Supply Version of the PINE A64 (+)

The PINE64-LTS is the Long Term Supply version of the PINE A64 (+), our first Single Board Computer, powered by Allwinner’s A64 quad-core ARM Cortex A53 64-Bit SoC. There are many Operating Systems available for the PINE A64-LTS created by the open source community and various partner projects. Currently the majority of Linux distributions for the PINE A64-LTS are using mainline Linux but there are a number of BSP-based distribution and / or legacy systems that you can download too.

Apart from Linux, you also have a choice of a selection of *BSD and Android. The PINE A64-LTS is guaranteed to be supplied for 5 years until year 2022 at the very least.

== Features and Specifications
## Features and Specifications

[cols="1,1"]
|===
| SoC
| 4 x ARM Cortex A53 cores @ 1.152 GHz
| | |
| --- | --- |
| SoC | 4 x ARM Cortex A53 cores @ 1.152 GHz |
| GPU | ARM Mali 400 MP2 GPU |
| Memory | DDR3 RAM (up to 2GB) |
| Networking | Gigabit Ethernet |
| Flash Memory | Micro SD |
| Connections | HD digital video out <br> 2x USB 2.0 Host <br> Euler bus <br> Expansion bus <br> PI-2 bus <br> Touch Panel (TP) port <br> Display Serial Interface (DSI) port <br> IR R/X port <br> Real Time Clock port (RTC) <br> Lithium battery port <br> CMOS Sensor Interface port <br> Optional WiFi 802.11 b/g/n with Bluetooth 4.0 expansion module <br> 3.5mm headphone jack <br> 3.5mm barrel power (5V 2A) port |

| GPU
| ARM Mali 400 MP2 GPU

| Memory
| DDR3 RAM (up to 2GB)

| Networking
| Gigabit Ethernet

| Flash Memory
| Micro SD

| Connections
| eMMC module slot

HD digital video out

2x USB 2.0 Host

Euler bus

Expansion bus

PI-2 bus

Touch Panel (TP) port

Display Serial Interface (DSI) port

IR R/X port

Real Time Clock port (RTC)

Lithium battery port

CMOS Sensor Interface port

Optional WiFi 802.11 b/g/n with Bluetooth 4.0 expansion module

3.5mm headphone jack

3.5mm barrel power (5V 2A) port

|===


=== Quad-Core A64 SoC
### Quad-Core A64 SoC
First broadly avaliable quad-core ARM64 platform

=== 2GB DDR3 RAM
### 2GB DDR3 RAM
Up to 2GB DDR3 RAM

=== Gigabit Ethernet
### Gigabit Ethernet
Built-in Ethernet port allows for fast internet access

=== WiFi And Bluetooth
### WiFi And Bluetooth
Optional 802.11 b/g/n WiFi and Bluetooth 4.0 module

== Documentation

[cols="1"]
|===

| link:/documentation/Pine_A64-LTS/[PINE A64-LTS]
## Documentation

| link:/documentation/Pine_A64-LTS/Further_information/Schematics_and_certifications/[Schematics and certifications]
|===
| |
| --- |
| [PINE A64-LTS](/documentation/Pine_A64-LTS/) |
| [Schematics and certifications](/documentation/Pine_A64-LTS/Further_information/Schematics_and_certifications/) |
87 changes: 0 additions & 87 deletions content/devices/pine_a64.adoc

This file was deleted.

45 changes: 45 additions & 0 deletions content/devices/pine_a64.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "PINE A64 and PINE A64+"
categories:
- "SBCs"
cover:
image: "/devices/images/pine_a64.jpg"
images:
- "/devices/images/pine_a64.jpg"
---

## Our First 64-bit Single Board Computer

This is where our journey began. The PINE A64 (\+) is our first Single Board Computer powered by Allwinner’s A64 quad-core ARM Cortex A53 64-Bit SoC. There are many Operating Systems available for the PINE A64 (+) created by the open source community and various partner projects. Currently the majority of Linux distributions for the PINE A64 are using mainline Linux but there are a number of BSP-based distribution and / or legacy systems that you can download too.

Apart from Linux, you also have a choice of a selection of *BSD, Android, Remix OS and Windows IoT.

## Features and Specifications

| | |
| --- | --- |
| SoC | 4 x ARM Cortex A53 cores @ 1.152 GHz |
| GPU | ARM Mali 400 MP2 GPU |
| Memory | DDR3 RAM (up to 2GB) |
| Networking | Gigabit Ethernet |
| Flash Memory | Micro SD |
| Connections | HD digital video out <br> 2x USB 2.0 Host <br> Euler bus <br> Expansion bus <br> PI-2 bus <br> Touch Panel (TP) port <br> Display Serial Interface (DSI) port <br> IR R/X port <br> Real Time Clock Port (RTC) <br> Lithium battery port <br> CMOS Sensor Interface port <br> Optional expansion module with 802.11 b/g/n WiFI and Bluetooth 4.0 <br> 3.5mm headphone jack <br> Micro USB power (5V 2A) port |

### Quad-Core A64 SoC
First broadly avaliable quad-core ARM64 platform

### 2GB DDR3 RAM
Up to 2GB DDR3 RAM

### Gigabit Ethernet
Built-in Ethernet port allows for fast internet access

### WiFi And Bluetooth
Optional 802.11 b/g/n WiFi and Bluetooth 4.0 module

## Documentation

| |
| --- |
| [PINE A64](/documentation/Pine_A64/) |
| [Schematics and certifications](/documentation/Pine_A64/Further_information/Schematics_and_certifications/) |
Loading

0 comments on commit c8d2c00

Please sign in to comment.