From 45388bd1ed14599deddc16068c94310944458b25 Mon Sep 17 00:00:00 2001 From: Thomas Walzer <walzert@linux.fritz.box> Date: Sun, 17 Nov 2019 16:05:09 +0100 Subject: [PATCH] changed folder strucutre aded boards folder --- {Audio => audio}/audio.md | 0 boards/raspberry_pi3.md | 30 ++++++++++++++++++++++++++++++ boards/raspberry_pi4.md | 30 ++++++++++++++++++++++++++++++ boards/surface_pro2.md | 30 ++++++++++++++++++++++++++++++ boards/up-squared.md | 30 ++++++++++++++++++++++++++++++ {DISPLAY => display}/display.md | 0 6 files changed, 120 insertions(+) rename {Audio => audio}/audio.md (100%) create mode 100644 boards/raspberry_pi3.md create mode 100644 boards/raspberry_pi4.md create mode 100644 boards/surface_pro2.md create mode 100644 boards/up-squared.md rename {DISPLAY => display}/display.md (100%) diff --git a/Audio/audio.md b/audio/audio.md similarity index 100% rename from Audio/audio.md rename to audio/audio.md diff --git a/boards/raspberry_pi3.md b/boards/raspberry_pi3.md new file mode 100644 index 0000000..7fdbfa9 --- /dev/null +++ b/boards/raspberry_pi3.md @@ -0,0 +1,30 @@ +# Boards + +These boards were tested and the features are working: + + + +## Raspberry Pi 3 + +Image : + +agl-devel agl-demo agl-html5 + + +| Feature | Software | Hardware | +| --- | --- | ---| +| CAN | slcan | USBtin| +| Audio | pipewire | internal| +| Display | | HDMI / DSI | +| Touch | | non / internal | +| Radio | rtl-sdr | RTLXXX | +| Bluetooth | | internal | + +Feature test: + +| Feature | Working | Problems | +| --- | --- | --- | +| Radio | - | - | +| Phone | - | - | +| Multimedia | - | - | +| Browser | - | -| diff --git a/boards/raspberry_pi4.md b/boards/raspberry_pi4.md new file mode 100644 index 0000000..e1b6142 --- /dev/null +++ b/boards/raspberry_pi4.md @@ -0,0 +1,30 @@ +# Boards + +These boards were tested and the features are working: + + +## Raspberry Pi 4 + +Image : + +agl-devel agl-demo agl-html5 + + +| Feature | Software | Hardware | +| --- | --- | ---| +| CAN | slcan | USBtin| +| Audio | pipewire | internal| +| Display | | HDMI (ex) | +| Touch | | - | +| Radio | rtl-sdr | RTLXXX | +| Bluetooth | | internal | + +Feature test: + +| Feature | Working | Problems | +| --- | --- | --- | +| Radio | - | - | +| Phone | - | - | +| Multimedia | - | - | +| Browser | - | -| + diff --git a/boards/surface_pro2.md b/boards/surface_pro2.md new file mode 100644 index 0000000..a7b7bc6 --- /dev/null +++ b/boards/surface_pro2.md @@ -0,0 +1,30 @@ +# Boards + +These boards were tested and the features are working: + +## Surface Pro2 + +Image : + +agl-devel agl-demo agl-html5 + +| Feature | Software | Hardware | +| --- | --- | ---| +| CAN | slcan | USBtin| +| Audio | pipewire | internal| +| Display | | internal eDP1 | +| Touch | | internal | +| Radio | rtl-sdr | Realtek RTL2832U | +| Bluetooth | | internal | + +On the Surface there is a USB-hub attached with a USB stick with AGL, a RTL-SDR and USBtin as CAN-Bus connector. + +Feature test: + +| Feature | Working | Problems | +| --- | --- | --- | +| Radio | yes | - | +| Phone | parts | Microfon is not working | +| Multimedia | yes | - | +| Browser | yes | -| + diff --git a/boards/up-squared.md b/boards/up-squared.md new file mode 100644 index 0000000..dc92a9d --- /dev/null +++ b/boards/up-squared.md @@ -0,0 +1,30 @@ +# Boards + +These boards were tested and the features are working: + + + +## Up² + +Image : + +agl-devel agl-demo agl-html5 + + +| Feature | Software | Hardware | +| --- | --- | ---| +| CAN | slcan | USBtin| +| Audio | pipewire | internal| +| Display | | HDMI (ex) | +| Touch | | USB (ex) | +| Radio | rtl-sdr | RTLXXX | +| Bluetooth | | external | + +Feature test: + +| Feature | Working | Problems | +| --- | --- | --- | +| Radio | - | - | +| Phone | - | - | +| Multimedia | - | - | +| Browser | - | -| diff --git a/DISPLAY/display.md b/display/display.md similarity index 100% rename from DISPLAY/display.md rename to display/display.md -- GitLab