Merge branch 'main' into update-some-actions-to-node-20
This commit is contained in:
commit
7865926689
753 changed files with 5426 additions and 43328 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
bundler-cache: true
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
gem install bundler:1.17.3
|
||||
gem install bundler:2.2.26
|
||||
bundle install --full-index
|
||||
pip install python-frontmatter pillow python-dateutil
|
||||
- name: Check feature names and other data
|
||||
|
|
|
|||
26
.github/workflows/images.yml
vendored
26
.github/workflows/images.yml
vendored
|
|
@ -1,17 +1,10 @@
|
|||
name: Compress Images
|
||||
on:
|
||||
pull_request:
|
||||
# Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed.
|
||||
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference.
|
||||
paths:
|
||||
- '**.jpg'
|
||||
- '**.jpeg'
|
||||
- '**.png'
|
||||
- '**.webp'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
jobs:
|
||||
build:
|
||||
# Only run on Pull Requests within the same repository, and not from forks.
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
name: calibreapp/image-actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -19,9 +12,18 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress: false
|
||||
|
||||
- name: Compress Images
|
||||
id: calibre
|
||||
uses: calibreapp/image-actions@main
|
||||
with:
|
||||
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
|
||||
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
compressOnly: true
|
||||
- name: Create New Pull Request If Needed
|
||||
if: steps.calibre.outputs.markdown != ''
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: Compressed Images Nightly
|
||||
branch-suffix: timestamp
|
||||
commit-message: Compressed Images
|
||||
body: ${{ steps.calibre.outputs.markdown }}
|
||||
|
|
|
|||
|
|
@ -13,14 +13,13 @@ GEM
|
|||
ffi (1.15.5)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (3.22.0)
|
||||
google-protobuf (3.22.0-x86_64-linux)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
image_processing (1.12.2)
|
||||
mini_magick (>= 4.9.5, < 5)
|
||||
ruby-vips (>= 2.0.17, < 3)
|
||||
jekyll (4.3.2)
|
||||
jekyll (4.3.3)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_feather_rp2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ board_url:
|
|||
- "https://www.adafruit.com/product/5724"
|
||||
board_image: "adafruit_feather_rp2040_can.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-5-2
|
||||
date_added: 2023-05-02
|
||||
tags:
|
||||
- CAN Bus Feather
|
||||
- Feather CAN Bus
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ board_url:
|
|||
- "https://www.adafruit.com/product/5714"
|
||||
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-4-4
|
||||
date_added: 2023-04-04
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ board_url:
|
|||
- "https://www.adafruit.com/product/5712"
|
||||
board_image: "adafruit_feather_rp2040_rfm69.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-4-4
|
||||
date_added: 2023-04-04
|
||||
features:
|
||||
- Feather-Compatible
|
||||
- STEMMA QT/QWIIC
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ board_url:
|
|||
- "https://www.adafruit.com/product/5727"
|
||||
board_image: "adafruit_feather_rp2040_thinkink.jpg"
|
||||
blinka: true
|
||||
date_added: 2023-5-2
|
||||
date_added: 2023-05-02
|
||||
tags:
|
||||
- ThinkInk Feather
|
||||
- Feather ThinkInk
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_itsybitsy_rp2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_kb2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2023-9-6
|
||||
date_added: 2023-09-06
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_macropad_rp2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_qt2040_trinkey.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "adafruit_qtpy_rp2040.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- STEMMA QT/QWIIC
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "avnet_iiot_gateway.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-15
|
||||
date_added: 2020-05-15
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "banana_pi_bpi_m5.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-7-22
|
||||
date_added: 2022-07-22
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "beaglebone.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-4-6
|
||||
date_added: 2021-04-06
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_ai.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-1-20
|
||||
date_added: 2021-01-20
|
||||
features:
|
||||
- Ethernet
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black_industrial.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_black_wireless.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-3-25
|
||||
date_added: 2020-03-25
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_blue.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-4
|
||||
date_added: 2023-05-04
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_green_gateway.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-11-1
|
||||
date_added: 2020-11-01
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglebone_green_wireless.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Wi-Fi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "beaglev_starlight.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-7-17
|
||||
date_added: 2021-07-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "binho_nova.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "clara_agx_xavier.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-10-6
|
||||
date_added: 2020-10-06
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "clockworkpi.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-4-16
|
||||
date_added: 2020-04-16
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "diodes_delight_piunora.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "dragonboard_410c.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-96boards-dragonboard-410c"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-29
|
||||
date_added: 2019-06-29
|
||||
features:
|
||||
- Wi-Fi
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "ft232h.jpg"
|
||||
download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"
|
||||
downloads_display: true
|
||||
date_added: 2019-9-30
|
||||
date_added: 2019-09-30
|
||||
blinka: true
|
||||
features:
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "giant_board.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Feather-Compatible
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "google_coral.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-5-13
|
||||
date_added: 2019-05-13
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "google_coral_mini.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-google-coral-linux-blinka"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-12-7
|
||||
date_added: 2020-12-07
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "greatfet_one.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-15
|
||||
date_added: 2020-05-15
|
||||
features:
|
||||
- 40-pin GPIO
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "hifive_unleashed.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-3-25
|
||||
date_added: 2020-03-25
|
||||
features:
|
||||
- Ethernet
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_agx_orin.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-7-27
|
||||
date_added: 2022-07-27
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "jetson_nano.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-9-10
|
||||
date_added: 2019-09-10
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "jetson_orin_nano.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "jetson_orin_nx.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx1.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx2.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_tx2_nx.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-2-25
|
||||
date_added: 2021-02-25
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_xavier.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "jetson_xavier_nx.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-3-25
|
||||
date_added: 2020-03-25
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "khadas_vim3.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-4-1
|
||||
date_added: 2022-04-01
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "lemaker_banana_pro.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-9-6
|
||||
date_added: 2023-09-06
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "libre_roc-rk3328-cc.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
28
_blinka/lichee_pi_4a.md
Normal file
28
_blinka/lichee_pi_4a.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "lichee_pi_4a"
|
||||
title: "LicheePi 4A Download"
|
||||
name: "LicheePi 4A"
|
||||
manufacturer: "Sipeed"
|
||||
board_url:
|
||||
- "https://sipeed.com/licheepi4a"
|
||||
board_image: "lichee_pi_4a.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-01-23
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
- USB 3.0
|
||||
---
|
||||
|
||||
Lichee Pi 4A is a high performance RISC-V linux development board using Lichee Module 4A, based on the TH1520 SoC. It contains 4TOPS@int8 AI NPU, supports 16GB LPDDR4X memory and 128G eMMC storage, supports dual 4K resolution screen display, supports 4K mipi camera input, dual POE Gigabit Ethernet ports and multiple USB interfaces. There is an extra RISC-V C906 Core for audio decode.
|
||||
|
||||
|
||||
## Purchase
|
||||
* [AliExpress](https://www.aliexpress.us/item/3256805346421328.html)
|
||||
* [Taobao](https://item.taobao.com/item.htm?id=715508771884)
|
||||
* [Amazon](https://www.amazon.com/Sipeed-LicheePi-Risc-V-TH1520-Development/dp/B0C5MV6991)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "lichee_rv_dock_d1.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-6
|
||||
date_added: 2022-10-06
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat1.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat1n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat2.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat2n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_i.mx6ull.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2021-1-15
|
||||
date_added: 2021-01-15
|
||||
features:
|
||||
- Ethernet
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_zero_n.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "lubancat_zero_w.jpg"
|
||||
download_instructions: ""
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "mcp2221.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-mcp2221"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-3-25
|
||||
date_added: 2020-03-25
|
||||
features:
|
||||
---
|
||||
|
||||
|
|
|
|||
32
_blinka/milkv_duo.md
Normal file
32
_blinka/milkv_duo.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "milkv_duo"
|
||||
title: "MilkV Duo Download"
|
||||
name: "MilkV Duo"
|
||||
manufacturer: "Shenzhen MilkV Technology Co., Ltd"
|
||||
board_url:
|
||||
- "https://milkv.io/docs/duo/overview"
|
||||
board_image: "milkv_duo.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-03-13
|
||||
features:
|
||||
|
||||
---
|
||||
|
||||
Milk-V Duo is an ultra-compact embedded development platform based on the CV1800B chip. It can run Linux and RTOS, providing a reliable, low-cost, and high-performance platform for professionals, industrial ODMs, AIoT enthusiasts, DIY hobbyists, and creators.
|
||||
|
||||
- 1GHz and 700MHz RISC-V C906 processors
|
||||
- Integrated CVITEK TPU for smart detection.
|
||||
- SIP DRAM 64MB
|
||||
- Supports H.264/H.265 video encoding, up to 2880x1620@20fps.
|
||||
- Compatible with high-definition CMOS sensors.
|
||||
- Programmable frequency output for sensor clock.
|
||||
- Comprehensive ISP features for image optimization.
|
||||
- Partial OpenCV library support with CV hardware acceleration.
|
||||
- 16-bit audio codec with built-in mic input and output functions.
|
||||
- Flexible network configurations with 1 Ethernet PHY.
|
||||
|
||||
|
||||
## Purchase
|
||||
* [MilkV](https://milkv.io/duo#buy)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_duo2.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-2-5
|
||||
date_added: 2021-02-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_neo_air.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-1-20
|
||||
date_added: 2021-01-20
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "nanopi_neo.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-1-4
|
||||
date_added: 2022-01-04
|
||||
features:
|
||||
- Ethernet
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "octavo_osd32mp1_brk.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "octavo_osd32mp1_red.jpg"
|
|||
download_instructions:
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-12-6
|
||||
date_added: 2021-12-06
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "odroid_c2.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-libaries-linux-odroid-c2"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-17
|
||||
date_added: 2019-06-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_c4.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-15
|
||||
date_added: 2020-05-15
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_n2.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_xu4.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-29
|
||||
date_added: 2020-05-29
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "odroid_xu4q.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-29
|
||||
date_added: 2020-05-29
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
57
_blinka/olimex_a20_lime2.md
Normal file
57
_blinka/olimex_a20_lime2.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "olimex_a20_lime2"
|
||||
title: "A20-OLinuXino-LIME2 Download"
|
||||
name: "A20-OLinuXino-LIME2"
|
||||
manufacturer: "Olimex"
|
||||
board_url:
|
||||
- "https://www.olimex.com/wiki/A20-OLinuXino-LIME2"
|
||||
board_image: "olimex_a20_lime2.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-12-11
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- Infrared Receiver
|
||||
---
|
||||
|
||||
A20-OLinuXino-LIME2 looks similar to both [A20-OLinuXino-LIME](https://www.olimex.com/wiki/A20-OLinuXino-LIME) and [A10-OLinuXino-LIME](https://www.olimex.com/wiki/A10-OLinuXino-LIME). The major differences between A20-OLinuXino-LIME2 and A20-OLinuXino-LIME are:
|
||||
|
||||
- LIME2 has gigabit Ethernet (GbE), compared to the standard 100Mb Ethernet of the LIME
|
||||
- LIME2 design provides double the RAM memory, compared to the LIME design (1024 vs 512)
|
||||
- Much better routing of DDR3 memory.
|
||||
- Increased the number of layers from 6 in LIME to 8 in LIME2
|
||||
- Corrected pinout of the LCD and GPIO connectors (shields designed for the LIME layout are not compatible with the LIME2 layout)
|
||||
|
||||
|
||||
The A10 and the A20 processors are pin-to-pin compatible. Because of the processor, software-wise the board is closer to [A20-OLinuXino-LIME](https://www.olimex.com/wiki/A20-OLinuXino-LIME) than to the [A10-OLinuXino-LIME](https://www.olimex.com/wiki/A10-OLinuXino-LIME). This resemblance to other designs definitely might speed the development on the board - a lot of software written for A20-OLinuXino-LIME might work out-of-the-box with A20-OLinuXino-LIME2. Additionally, pinout tables, GPIO maps, etc released for A20-OLinuXino-LIME would apply to A20-OLinuXino-LIME2 **(except for the 0.05" step connectors - LCD display and all the GPIOs connectors, which have a different layout compared to both A20-OLinuXino-LIME and A10-OLinuXino-LIME)**.
|
||||
|
||||
A20-OLinuXino-LIME2 features:
|
||||
|
||||
- A20 Cortex-A7 dual-core ARM Cortex-A7 CPU and dual-core Mali 400 GPU
|
||||
- **1GB DDR3 RAM memory**
|
||||
- **1 gigabit native Ethernet**
|
||||
- optional 4GB NAND FLASH memory
|
||||
- SATA connector with 5V SATA power jack
|
||||
- HDMI FullHD 1080p
|
||||
- 2x USB Low-Full-High-Speed hosts with power control and current limiter
|
||||
- USB-OTG with power control and current limiter
|
||||
- LiPo Battery connector with battery-charging capabilities
|
||||
- LCD connector compatible with with 4.3", 7.0", 10.1" LCD modules from Olimex
|
||||
- 160 GPIOs on three GPIO connectors
|
||||
- MicroSD card connector
|
||||
- DEBUG-UART connector for console debug with USB-SERIAL-CABLE-F
|
||||
- status LED
|
||||
- Battery charge status LED
|
||||
- Power LED
|
||||
- 2KB EEPROM for MAC address storage and more
|
||||
- 2 BUTTONS with ANDROID functionality + RESET button
|
||||
- 2 mount holes
|
||||
- 5V input power supply, noise immune design
|
||||
- PCB dimensions: 84 x 60 mm
|
||||
|
||||
## Purchase
|
||||
* [Olimex](https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2/open-source-hardware)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "onion_omega2plus.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-4-22
|
||||
date_added: 2020-04-22
|
||||
features:
|
||||
- Wi-Fi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_2.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-5-11
|
||||
date_added: 2020-05-11
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_3.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-1-4
|
||||
date_added: 2022-01-04
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_4.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-6
|
||||
date_added: 2022-10-06
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_4_lts.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2022-10-6
|
||||
date_added: 2022-10-06
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_5.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-8
|
||||
date_added: 2023-05-08
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
|
|
|
|||
53
_blinka/orange_pi_5_plus.md
Normal file
53
_blinka/orange_pi_5_plus.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "orange_pi_5_plus"
|
||||
title: "Orange Pi 5 Plus Download"
|
||||
name: "Orange Pi 5 Plus"
|
||||
manufacturer: "Shenzhen Xunlong Software CO., Limited"
|
||||
board_url:
|
||||
- "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-plus.html"
|
||||
board_image: "orange_pi_5_plus.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-12-11
|
||||
features:
|
||||
- Ethernet
|
||||
- USB 3.0
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
---
|
||||
|
||||
Orange Pi 5 Plus uses Rockchip RK3588 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16/FP16 mixed computing, with up to 6Tops of computing power, which can meet the edge computing needs of most end devices; 4GB/8GB/16GB LPDDR4/4X memory and eMMC socket, which can be connected with 16GB/32GB/64GB/128GB/256GB eMMC module. Orange Pi 5 Plus supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Android 12, Debian 11, Ubuntu 22.04 and other operating systems.
|
||||
|
||||
Orange Pi 5 Plus provides abundant interfaces, including two HDMl output ports, one HDMl input port , two PCIe extended 2.5G Ethernet ports, an M.2 M-Key slot that supports installation of NVMe SSDs, and an M.2 E-Key slot that supports Wi-Fi6/BT modules. In addition, Orange Pi 5 Plus has two USB 3.0, two USB 2.0, and two Type-C (one of which is a power connector).
|
||||
Orange Pi 5 Plus has a wide range of uses to help embedded system development enthusiasts explore, and is also suitable for enterprises developing mini machine vision systems with multiple Ethernet ports, Orange Pi 5 Plus offers enhanced high-end applications performance experience to meet the needs of product customization in different industries.
|
||||
|
||||
**Specifications**
|
||||
- Rockchip RK3588 (8nm LP process)
|
||||
- 8-core 64-bit processor4 x Cortex-A76(2.4GHz), 4 x Cortex-A55(1.8GHz) and separate NEON co-processors
|
||||
- Arm Mali-G610Built-in 3D GPUCompatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2
|
||||
- Embedded NPU supports INT4/INT8/INT16/FP16 mixed operation, with up to 6Tops computing power
|
||||
- RK806-1
|
||||
- 4GB/8GB/16GB (LPDDR4/4X)
|
||||
- QSPI Nor FLASH: 16MB/32MBMicroSD card slot: up to 128GBeMMC socket: 16GB/32GB/64GB/128GB/256GB eMMC module can be attachedM.2 2280 slot for NVMe SSDs (PCIe 3.0 x4) up to 2,000 MB/s
|
||||
- USB3.0 × 2 USB2.0 × 2 Type-C ×1
|
||||
- 2x HDMI 2.1 out up to 8k@60FPS1x Type-C with DP TX 1.4A,up to 8K@30FPS1x HDMI in with up to 4K@60FPS1 x MIPI DSI TX 4 Lane,up to 4K @60Hz
|
||||
- 1x 6Pin FPC socket
|
||||
- 1XMIPI CSI 4 Lane
|
||||
- CODEC:ES83881xAudio 3.5mm jack with mic1xMIC In1xHDMI 2.1 eARC1xSPK
|
||||
- 2xPCIe 2.5G LAN(RTL8125BG)
|
||||
- 40Pin dual row pins with the following multiplexing functions: UART, I2C, SPI, CAN, I2S, PDM, AUDDSM, SDIO, PWM, GPIO
|
||||
- M.2 connector M key (bottom) for NVMe with PCIe 3.0 x4 lanes 2280 SSD
|
||||
- M.2 connector E key (top) for connectivity with PCIe 2.0 x1/PCM/UART/USB2.0,2230 Wi-Fi6 /BT supported
|
||||
- 1×MaskROM key 1xRecovery 1×on/off key
|
||||
- Support Type-C power supply, 5V@4A
|
||||
- 1x IR receiver tube
|
||||
- RGB LED side light
|
||||
- 5V FAN
|
||||
- 2 Pin: RTC backup battery
|
||||
- 3 Pin debug serial port (UART)
|
||||
|
||||
## Purchase
|
||||
* [Amazon](https://amzn.to/46TH8bh)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_lite.png"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-1-18
|
||||
date_added: 2020-01-18
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_one.png"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-1-18
|
||||
date_added: 2020-01-18
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_pc.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-4
|
||||
date_added: 2019-06-04
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_pc_plus.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-3-25
|
||||
date_added: 2020-03-25
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_plus_2e.png"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-1-18
|
||||
date_added: 2020-01-18
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_r1.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-4
|
||||
date_added: 2019-06-04
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_zero.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_zero.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-2-8
|
||||
date_added: 2020-02-08
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_zero_plus.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2021-1-14
|
||||
date_added: 2021-01-14
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "orange_pi_zero_plus2_h5.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-11-2
|
||||
date_added: 2020-11-02
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "pine64.png"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-1-9
|
||||
date_added: 2020-01-09
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "pine_h64.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2020-11-1
|
||||
date_added: 2020-11-01
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "pocketbeagle.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-12-3
|
||||
date_added: 2019-12-03
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ blinka: true
|
|||
board_url:
|
||||
- "https://www.adafruit.com/product/2390"
|
||||
board_image: "pyboard_v11.jpg"
|
||||
date_added: 2021-5-24
|
||||
date_added: 2021-05-24
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "radxa_cm3_io_board.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-5
|
||||
date_added: 2023-05-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "radxa_rock_3a.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-5
|
||||
date_added: 2023-05-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
|
|
|
|||
40
_blinka/radxa_rock_3c.md
Normal file
40
_blinka/radxa_rock_3c.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "radxa_rock_3c"
|
||||
title: "Rock 3C Download"
|
||||
name: "Rock 3C"
|
||||
manufacturer: "Radxa Limited"
|
||||
board_url:
|
||||
- "https://wiki.radxa.com/Rock3/3c"
|
||||
board_image: "radxa_rock_3a.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-03-13
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
---
|
||||
|
||||
This is the documentation for ROCK 3 Model C, written by Radxa Team with community contributions.
|
||||
ROCK 3C features a quad core Cortex-A55 ARM processor, 32bit 3200Mb/s LPDDR4, up to 1920x1080@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, USB Port, GbE LAN, PCIe 2.0, 40-pin color expansion header.
|
||||
|
||||
## Features
|
||||
- **RK3566** Quad-core Cortex-A55, frequency 1.6Ghz Mali G52
|
||||
- 1/2/4GB LPDDR4 2112MT/s
|
||||
- eMMC μSD card (μSD slot supports up to 128 GB μSD card) M.2 2230 SSD (M.2 connector supports up to 1TB M2 NVME SSD)
|
||||
- HDMI 2.0 up to 1920x1080 60p MIPI DSI 2 lanes via FPC connector HDMI and MIPI DSI can not work at the same time
|
||||
- 3.5mm jack with mic HD codec that supports up to 24-bit/96KHz audio. Camera - MIPI CSI 2 lanes via FPC connector, support up to 800 MP camera.
|
||||
- 802.11 ac WiFi 5/ BT 5
|
||||
- USB 2.0 OTG X1(middle upper one), hardware switch for host/device switch USB 3.0 HOST X1 USB 2.0 HOST X2
|
||||
- GbE LAN with Power over Ethernet (PoE) support additional HAT is required for powering from PoE
|
||||
- 40-pin expansion header 5 x UART 1 x SPI bus 2 x I2C bus 6 x PWM 1 x ADC 6 x GPIO 2 x 5V DC power in 1 x 3.3V DC power in
|
||||
- RTC RTC battery connector for time backup(optional)
|
||||
- USB type C 5V, 5V/3A is suggested when using without SSD, 5V/5A is suggested
|
||||
|
||||
## Purchase
|
||||
|
||||
* [Amazon](https://amzn.to/3v01Idv)
|
||||
42
_blinka/radxa_rock_4se.md
Normal file
42
_blinka/radxa_rock_4se.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "radxa_rock_4se"
|
||||
title: "Rock 4 SE Download"
|
||||
name: "Rock 4 SE"
|
||||
manufacturer: "Radxa Limited"
|
||||
board_url:
|
||||
- "https://wiki.radxa.com/Rock4/se"
|
||||
board_image: "radxa_rock_4se.jpg"
|
||||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2024-03-13
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
- USB 3.0
|
||||
---
|
||||
|
||||
This is the documentation for ROCK 4 SE, written by Radxa Team with community contributions.
|
||||
|
||||
ROCK 4 SE is powered by RK3399-T with a dual core Cortex-A72@1.5GHz + quad core Cortex-A53@1Ghz ARM processor, 64bit LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, USB Port, GbE LAN, 40-pin color expansion header, RTC. ROCK 4 SE is introduced in 2022.
|
||||
|
||||
## Features
|
||||
- 64bits hexa core processor Rockchip RK3399-T Dual Cortex-72, frequency **1.5GHz** with qual Cortex-A53, frequency **1.0GHz** Mali T860MP4 GPU, support OpenGL ES 1.1/2.0/3.0/3.1/3.2, Vulkan 1.0, Open CL 1.1 1.2, DX11.
|
||||
- LPDDR4 64bit dual channel LPDDR4@3200Mb/s, 1GB/2GB/4GB optional
|
||||
- eMMC connector μSD card (μSD slot supports up to 256 GB μSD card) M.2 SSD (M.2 connector supports up to 2T M2 NVME SSD)
|
||||
- Standard HDMI 2.0 up to 4k@60 MIPI DSI 2 lanes via FPC connector HDMI and MIPI DSI can work at the same time, support mirror mode or extend mode.
|
||||
- 3.5mm jack with mic HD codec that supports up to 24-bit/96KHz audio.
|
||||
- MIPI CSI 2 lanes via FPC connector, support up to 800 MP camera(1mm pitch connector).
|
||||
- 802.11 ac wifi BT 5.0 with onboard or external antenna
|
||||
- USB 3.0 OTG X1, hardware switch for host/device switch, upper one USB 3.0 HOST X1, dedicated USB 3.0 channel, lower one USB 2.0 HOST X2
|
||||
- GbE LAN with Power over Ethernet (PoE) support additional HAT is required for powering from PoE
|
||||
- 40-pin expansion header 2 x UART 2 x SPI bus 3 x I2C bus 1 x PCM/I2S 1 x SPDIF 2 x PWM 1 x ADC 6 x GPIO 2 x 5V DC power in 2 x 3.3V DC power in
|
||||
- RTC RTC battery connector for time backup(optional)
|
||||
- USB PD, support USB Type C PD 2.0, 9V/2A, 12V/2A. Qualcomm® Quick ChargeTM: Supports QC 3.0/2.0 adapter, 9V/2A, 12V/1.5A
|
||||
|
||||
## Purchase
|
||||
|
||||
* [AliExpress](https://www.aliexpress.us/item/3256804923772687.html)
|
||||
|
|
@ -10,7 +10,7 @@ board_image: "radxa_rock_5b.jpg"
|
|||
download_instructions: ""
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2023-5-5
|
||||
date_added: 2023-05-05
|
||||
features:
|
||||
- Wi-Fi
|
||||
- Bluetooth/BLE
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ board_url:
|
|||
board_image: "radxa_zero.jpg"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: "2022-6-2"
|
||||
date_added: 2022-06-02
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- Wi-Fi
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "raspberry_pi_1a.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-17
|
||||
date_added: 2019-06-17
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "raspberry_pi_1aplus.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-17
|
||||
date_added: 2019-06-17
|
||||
features:
|
||||
- HDMI/DisplayPort
|
||||
- 40-pin GPIO
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "raspberry_pi_1b.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-17
|
||||
date_added: 2019-06-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ board_image: "raspberry_pi_1bplus.jpg"
|
|||
download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi"
|
||||
downloads_display: true
|
||||
blinka: true
|
||||
date_added: 2019-6-17
|
||||
date_added: 2019-06-17
|
||||
features:
|
||||
- Ethernet
|
||||
- HDMI/DisplayPort
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue