Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. add board quartz64b Tested station m1\p1\m2\p2\m3 quartz64a\b bananapir2pro jetson nano View the full article
  2. Description We download some newer gcc but we didn't use it. Since buster is eos, #2403 isn't a issue now. So let use newer gcc. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Build arm [X] Build aarch64 Checklist: [ ] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  3. Description These two blob files have been in repo armbian/rkbin for a long time: armbian/rkbin#8. I test them on rock-3a today. Should be okay to update. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] Tested on rock-3a Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  4. Add sys-triggered LED's, fix LAN LEDS, and improve Debian dual network function. Take generation of file "70-rename-lan.rules" and add a Debian dual NIC work-around. This makes the file board specific, so move this functionality from a multi-board if statement in "rockchip64_common.inc" into the same hook as the LED configuration in the board config "orangepi-r1plus-lts.conf" Rework LED functionality to support sys-triggered LED configuration in the device tree. Apply the device tree patch to all versions from 5.15 to 6.1 Jira reference number AR-1509 Testing: Testing was done on an orangepi-r1plus-lts board. [x] Bullseye current. [x] Jammy current. [x] Bullseye edge. [x] Jammy edge. [x] Networking iperf speeds as expected. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings View the full article
  5. You’ve probably seen a few plant watering projects based on Arduino over the years, and now the company has decided to launch its own Arduino Plant Watering Kit based on the Arduino Nano RP2040 Connect board and everything you need to get started to water your indoor plants. Arduino Plant Watering Kit content: Arduino Nano RP2040 Connect board (ABX00053) with Raspberry Pi RP2040 MCU, ESP32 module for WiFi, and Bluetooth LE connectivity. Arduino Nano Screw Terminal Adapter (ASX00037) Open-ended USB cable with on/off switch 5V submersible pump 1-meter of plastic hose Grove moisture sensor Grove relay module with cable Grove LED button module with cable Grove cables 50 cm 10x Jumper wires (15 cm) 12x screw connectors Simply connect the moisture sensor and the water pump (through the relay) to the Nano RP2040 Connect board, insert the moisture sensor in a flower pot, and put the pump in a recipient [...] The post Arduino Plant Watering Kit combines Nano RP2040 Connect with moisture sensor and submersible pump appeared first on CNX Software - Embedded Systems News. View the full article
  6. Winlink E850-96Board is a 96Boards CE Extended-compliant single board computer (SBC) based on a Samsung Exynos 850 octa-core Cortex-A55 processor plus 64GB flash and 4GB RAM found in a single eMCP (embedded Multi-Chip Package) chip. While the Samsung Exynos 5422 based ODROID-XU4/XU4Q was one of the most popular SBCs when it launched in 2015 thanks to its features set and affordable pricing, we haven’t really seen other interesting Samsung Exynos SBCs in recent years. I did notice a Winlink E850-96Board based on Exynos 850 in the Linux 5.17 release last March, but there was not enough information then. The good news is that the board has now launched so let’s have a closer look. Winlink E850-96Board specifications: SoC – Samsung Exynos 850 CPU – Octa-core Arm Cortex-A55 processor @ up to 2.0GHz GPU – Arm Mali-G52 MP1 GPU supporting OpenGL ES1.1/2.0/3.2, OpenCL 2.0 Full Profile, and Vulkan 1.0/1.1 VPU – [...] The post Winlink E850-96Board SBC is powered by Samsung Exynos 850 Octa-core Cortex-A55 SoC appeared first on CNX Software - Embedded Systems News. View the full article
  7. RK3328 UART1 and I2C0 are available on Orange Pi R1 Plus LTS 13 pin connector. Add device tree overlay files for rk3328 uart1 and i2c0. I have noticed chatter on Github (@rpardini) around dtbo naming conventions. I'm therefore not absolutely clear on what is expected. Historic dtbo's for rk33xx are formatted with a rockchip prefix (there are some exceptions). I've used the rockchip prefix: rockchip-rk3328-i2c0.dtbo rockchip-rk3328-uart1.dtbo And the "Hardware" selection in armbian-config displays them correctly without the prefix. Jira reference number AR-1509 [x] Builds correctly and produces the dtbo's [x] Tested that the "Hardware" can be selected via armbian-config [x] Tested on orangepi-r1plus-lts Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  8. Description https://github.com/armbian/build/pull/4759#issuecomment-1407809336 How Has This Been Tested? [x] Compiled the kernel succesfully Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  9. Description Hotfix for rk3328 dram memory controller driver has some issues and causes crashes on board on which is activated (see https://github.com/armbian/build/pull/4767) on edge 6.1 kernel. This pull request fixes the issue, plus removes some cruft and warnings from the existing code. How Has This Been Tested? [x] Compile kernel deb packages successfully [x] Install on a rk3318 system [ ] Install on rk3328 system Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  10. Description Hardware cursor is currently broken and sometimes it's randomly disappearing. Ref: https://github.com/radxa/kernel/issues/57 How Has This Been Tested? [ ] Compiled and checked that cursor is no longer disappearing. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  11. After two years of taking place exclusively online, FOSDEM 2023 is back in Brussels, Belgium with thousands expected to attend the 2023 version of the “Free and Open Source Developers’ European Meeting” both onsite and online. FOSDEM 2023 will take place on February 4-5 with 776 speakers, 762 events, and 63 tracks. As usual, I’ve made my own little virtual schedule below mostly with sessions from the Embedded, Mobile and Automotive devroom, but also other devrooms including “Open Media”, “FOSS Educational Programming Languages devroom”, “RISC-V”, and others. FOSDEM Day 1 – Saturday February 4, 2023 10:30 – 10:55 – GStreamer State of the Union 2023 by Olivier Crête GStreamer is a popular multimedia framework making it possible to create a large variety of applications dealing with audio and video. Since the last FOSDEM, it has received a lot of new features: its RTP & WebRTC stack has greatly improved, Rust [...] The post FOSDEM 2023 schedule – Open-source Embedded, Mobile, IoT, Arm, RISC-V, etc… projects appeared first on CNX Software - Embedded Systems News. View the full article
  12. Banana Pi BPI-M6 is an upcoming credit-card single board computer based on SenaryTech SN3680 SoC comprised of a quad-core Arm Cortex-A73 processor, a Cortex-M3 real-time core, an Imagination GE9920 GPU, and an NPU delivering up to 6 .75 TOPS. The board will ship with 4GB LPDDR4 RAM and 16GB eMMC flash. Its layout is fairly similar to the one of the Raspberry Pi 4 with four USB ports, Gigabit Ethernet, a 40-pin GPIO header, a USB Type-C port for power, and two micro HDMI ports. However, only one of those is for HDMI output, as the second is for HDMI input, and there’s also an M.2 socket for expansion. Banana Pi BPI-M6 specifications: SoC – SenaryTech SN3680 with CPU – Quad-core Arm Cortex-A73 processor up to 2.1GHz MCU – Arm Cortex-M3 real-time security core @ 250MHz GPU – Imagination PowerVR Series9XE GE9920 GPU VPU – 4Kp60 H265, H264, VP9, ​​VP8, [...] The post Banana Pi BPI-M6 SBC features SenaryTech SN3680 quad-core Cortex-A73 AI processor appeared first on CNX Software - Embedded Systems News. View the full article
  13. Linkstar H68K is a Rockchip RK3568 multimedia router with two 2.5GbE ports, two Gigabit Ethernet ports, an optional WiFi 6 and Bluetooth 5.2 module, a few USB ports, and an HDMI 2.1 port supporting up to 4Kp60. Rockchip RK3568 was initially introduced as a solution for NVRs, but I’ve yet to see any, Instead, we’ve gotten some SBCs and mini PCs, as well as several routers such as NanoPi R5S, FastRhino R68s, and the upcoming Radxa E25 that will be announced next week. Linkstar H68K specifications: SoC – Rockchip RK3568 quad-core Cortex-A55 processor @ up to 2.0 GHz with Arm Mali-G52 MP2 GPU, 0.8 TOPS AI accelerator, 4Kp60 H.265/H.264/VP9 video decoder, 1080p60 H.264/H.265 video encoder System Memory – 4GB LPDDR4X Storage 32GB eMMC flash MicroSD card socket Video Output – 1x HDMI 2.1 port up to 4Kp60 Audio – 3.5mm audio jack, digital audio via HDMI Networking 2x 2.5GbE RJ45 [...] The post LinkStar H68K – A Rockchip RK3568 “multimedia” router with dual 2.5GbE, dual Gigabit Ethernet appeared first on CNX Software - Embedded Systems News. View the full article
  14. Google has launched the new Chromecast with Google TV (HD) powered by an Amlogic S805X2 quad-core Cortex-A35 CPU that offers a cheaper alternative to the Chromecast with Google TV (4K) that is limited to 1080p60 resolution, instead of the 4Kp60 video output supported by the Amlogic S905X3 model. While the processor is slower, the system comes with less memory (1.5GB vs 2GB), and only supports 1080p60, it supports the more efficient AV1 video decoding and as well as A/B partitions for seamless updates since the firmware does not need to be downloaded to the internal storage before the Chromecast with Google TV (HD) specifications: SoC – Amlogic S805X2 quad-core Cortex-A35 processor with Mali-G31 MP2 GPU, 1080p60 H.265, H.264, VP9, AV1 video decoder System Memory – 1.5GB RAM Storage – 8GB eMMC flash with support for “virtual A/B updates with compression“ Video output – HDMI up to 1080p60 with HDR support [...] The post Chromecast with Google TV (HD) features Amlogic S805X2 CPU with AV1 video support appeared first on CNX Software - Embedded Systems News. View the full article
  15. MangoPi MQ Quad is an Allwinner H616 quad-core Arm Cortex-A53 SBC following Raspberry Pi Zero W form factor, and the company’s earlier MangoPi MQ Pro RISC-V SBC featuring the Allwinner D1 processor. The MangoPi MQ Quad also comes with 1GB RAM, a mini HDMI output, two USB Type-C ports, WiFI 4 and Bluetooth connectivity, a microSD card, as well a 40-pin Raspberry Pi-compatible GPIO header and an FPC connector with USB, Ethernet, and more GPIOs for expansion. MangoPi MQ Quad specifications: SoC – Allwinner H616 quad-core Cortex-A53 @ 1.5GHz with Mali-G31 MP2 GPU with OpenGL 3.2, Vulkan 1.1, OpenCL 2.0 API support System Memory – 1GB DDR3L Storage – MicroSD card slot, a footprint for SPI flash (on the bottom of the board) Video Output – Mini HDMI 2.0 port up to 4Kp60 Connectivity – 802.11 b/g/n WiFi 4 and Bluetooth 4.2 via RTL8723DS; ceramic and u.FL antennas included USB [...] The post MangoPi MQ Quad SBC – Allwinner H616 meets Raspberry Pi Zero W form factor appeared first on CNX Software - Embedded Systems News. View the full article
  16. Banana Pi BPI-W3 is yet another upcoming Rockchip RK3588 SBC but with a different set of features, notably the presence of two Gigabit Ethernet ports, a PCIe x4 slot, and a SATA port, besides to more common dual HDMI output, HDMI input, USB 2.0/3.0 ports, etc… The board layout is somewhat similar to the company’s BPI-RK3588 SBC but with a system-on-module, and instead, the Rockchip RK3588 processor is soldered directly onto the board together with 8GB LPDDR4, and 32GB eMMC flash. Banana Pi BPI-W3 specifications (preliminary): SoC- Rockchip RK3588 octa-core processor with 4x Cortex-A76 cores @ up to 2.4 GHz (YMMV), 4x Cortex-A55 cores @ 1.8 GHz, an Arm Mali G610MC4 GPU, a 6 TOPS NPU, 8K 10-bit decoder, 8K encoder System Memory – 8GB LPDDR4 Storage – 32GB eMMC flash, SATA III port Video Output – 2x HDMI 2.1 ports up to 8Kp60 Input – 1x HDMI 2.0 input [...] The post Banana Pi BPI-W3 – An RK3588 SBC with dual Gigabit Ethernet, SATA, PCIe x4 slot appeared first on CNX Software - Embedded Systems News. View the full article
  17. At the beginning of the year, we wrote about WCH CH32V307 RISC-V microcontroller and a development board with 8 UART ports controlled over Ethernet. I’ve now been informed of a similar, but much more compact by VCC-GND Studio named “YD-CH32V307VCT6”. Besides the 144 MHz RISC-V microcontroller, the board features a 10Mbps Ethernet port, two USB Type-C ports, SPI flash, EEPROM, a microSD card socket, and four rows of 24 pins each for a total of 96 pins exposing all pins out of the LQFP100 package. YD-CH32V307VCT6 board specifications: MCU – WCH CH32V307VCT6 32-bit RISC-V microcontroller @ 144 MHz with 256K Flash, 64K SRAM Storage – 32Mbit SPI NOR flash (W25Q32), 64kbit EEPROM (24C64), MicroSD card slot Networking – 10 Mbps Ethernet USB – 1x USB 2.0 Type-C port (High Speed: 480 Mbps), 1x USB 2.0 Type-C port (Full Speed: 12 Mbps) Expansion – 2x 48-pin headers with 2 x 12-bit [...] The post YD-CH32V307VCT6 RISC-V MCU board comes with Ethernet and plenty of I/Os appeared first on CNX Software - Embedded Systems News. View the full article
  18. Mekotronics R58 is a cost-optimized Rockchip RK3588 mini PC and SBC that sells for as little as $169 with 4GB and 32GB eMMC flash. The company has now sent me a model with 8GB RAM and 64GB flash for evaluation, and in the first part of the review, I’ll do an unboxing, check out the hardware more closely, and boot it up for a quick check. Mekotronics R58 Unboxing There’s no retail package so to speak with just a white box and a sticker reading “MINI 8+64G” indicating the RAM and storage capacity for the device. The mini PC ships with a 12V/3A power adapter and cord, an IR remote control with two AAA batteries, two WiFi antennas, an HDMI cable, and a USB-A to USB-C cable probably to flash the firmware if needed. The mini PC is housed in a metal enclosure with plenty of ventilation holes at the [...] The post Mekotronics R58 review – Part 1: Rockchip RK3588 mini PC unboxing & teardown appeared first on CNX Software - Embedded Systems News. View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines