RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Jira reference number AR-1639 How Has This Been Tested? [🐳|🔨] dpkg-deb: building package 'armbian-config' in '/armbian/.tmp/work-c83920b4-8982-4007-933f-d08866c61443/tmp.Qoc0Tbqyxh/armbian-config_23.05.0-trunk_all.deb'. [🐳|💥] error! [ Artifact file /armbian/output/debs/armbian-config_23.05.0-trunk--1-SAce33-B21b2_all.deb did not exist, after artifact_build_from_sources(). ] [ ] Test B Checklist: [ ] My code follows the style guidelines of this project [ ] 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
-
Cytron CM4 Maker Board is a carrier board for the Raspberry Pi CM4 or CM4 Lite system-on-module with plenty of I/Os, support for one M.2 NVMe SSD, and RTC backup battery, a buzzer, and various LEDs for GPIO status that makes the board especially well suited for the education market and prototyping. The carrier board also comes with the usual Gigabit Ethernet and full-size HDMI port, four USB 2.0 ports, five Grove connectors, one Maker port, the omnipresent 40-pin Raspberry Pi GPIO header, and support power input from 7V-18V DC jack or 5V via a USB Type-C connector. CM4 Maker Board specifications Cytron CM4 Maker Board specifications: Supported SoM – Raspberry Pi Compute Module 4 or Compute Module 4 Lite Storage microSD card slot M.2 PCIe 2.0 socket for NVMe 2232/2242 SSD Video Interfaces Full-size HDMI 2.0 port MIPI DSI display connector Camera – MIPI CSI connector connector Audio – [...] The post CM4 Maker Board review – Part 1: specifications, unboxing, and first boot appeared first on CNX Software - Embedded Systems News. View the full article
-
Arduino have launched an upgrade to their 8-bit Arduino UNO R3 board with the Arduino UNO R4 featuring a 48 MHz Renesas RA4M1 Arm Cortex-M4F 32-bit microcontroller, and an optional ESP32-S3 module for WiFi 4 and Bluetooth 5.0 connectivity. The new Arduino UNO R4 offered improved performance and greater resources since the MCU is clocked three times faster than the 8bit AVR MCU found in the UNO R3, the board gets sixteen times more RAM (32KB vs 2KB to 32kB) and eight times more flash memory (256KB vs 32kB). The USB Type-C device port has been upgraded to a more modern USB Type-C port and the UNO R4 can take up to 24V supply voltage. Arduino UNO R4 (preliminary) specifications: Microcontroller – Renesas RA4M1 Arm Cortex-M4F MCU @ 48 MHz with 32KB SRAM, 256KB flash. 8KB dataflash Wireless (Arduino UNO R4 WiFi only) – ESP32-S3-MINI-1 module based on ESP32-S3 dual-core [...] The post Arduino UNO R4 Renesas RA4M1 32-bit maker board offered with optional ESP32-S3 WiFI & BLE module appeared first on CNX Software - Embedded Systems News. View the full article
-
Last week we checked out the hardware for the GL.iNet GL-S200 Thread Border Router kit with three nRF52840 Thread Dev Boards, and I’ve now had time to work with the kit, so I’ll report my getting started experience in the second part of the review. GL-S200 Initial Set Up I connected the WAN port to my Ethernet Switch itself connected to my modem router and the LAN port to my laptop, so I could access the web interface using the default IP address (192.168.8.1). The GL-S200 uses the same Admin Panel as other GL.iNet routers such as the Beryl AX router we reviewed at the beginning of the year. You’ll be greeted by a wizard to let you select the language and set a new password for the Admin Panel, and once you’re done you’ll have access to the familiar GL.iNet Admin Panel 4.x.x. After completing the wizard, the system [...] The post Getting Started with GL-S200 Thread Border Router kit appeared first on CNX Software - Embedded Systems News. View the full article
-
Description 'setenv console "display"' in boot-sunxi.cmd & in armbianEnv.txt had the same effect as 'setenv console "both"'. That was due to a false if-statement in boot-sunxi.cmd:41 Fixed that, so 'setenv console "display"' will not co-enable the serial console anymore. No dependencies required. Jira reference number: [n/a] How Has This Been Tested? Test A: Executed mkimage on BananaPi. Yielded results as expected. [x] Test A Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [n/a] I have commented my code, particularly in hard-to-understand areas [n/a] I have made corresponding changes to the documentation [x] My changes generate no new warnings [n/a] Any dependent changes have been merged and published in downstream modules View the full article
-
Description As per subject, move the rk322x edge kernel to 6.2 How Has This Been Tested? [x] Built fresh image and tested on rk322x device 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
-
Description This PR creates a patch directory named v2022.04 and places u-boot patches for rockchip 32 bit (Tinkerboard/S) and rk322x into to leverage the new per-version patch format. Jira reference number AR-1637 How Has This Been Tested? [x] Built a fresh image and tested on rk322x device sdcard [x] Built a fresh image and tested on Asus Tinkerboard sdcard 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
-
Description A recent couple of patches, introduced in mainline kernel 6.1 to fix some rk356x emmc detection, break the detection of some old emmc parts on rk322x. This PR reverts the kernel 6.1 patches until some more investigations are done to better understand the nature of the issue and if it can be solved without disturbing the mainline kernel. Anyway this is confined into rk322x family, so anyone else is not affected by. How Has This Been Tested? [x] Built full image and tested on the problematic rk322x device 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
-
Description Move rockchip 32 bit edge kernel to 6.2. Kernel works fine, but there are some kernel "error" messages that needs to be investigated. Nonetheless the base system seems to work pretty fine Jira reference number AR-1636 How Has This Been Tested? [x] Full image has been built and tested on Asus Tinkerboard Rev 1.01 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
-
Description Fix the following error: [🌱] Skip cmdline param [ 'DESKTOP_APPGROUPS_SELECTED': already set to '(empty)' early ] 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] Run ./compile.sh DESKTOP_APPGROUPS_SELECTED= 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 [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Pimoroni Plasma Stick 2040 W is a “Pico W Aboard” kit that adds a 5V RGB LED strip controller to the Raspberry Pi Pico W board, as well as a Reset button, and a Qwiic/STEMMA QT connector for expansion. Plasma Stick 2040 W specifications: Raspberry Pi Pico W MCU – Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM Storage – 2MB of QSPI flash supporting XiP Connectivity – 2.4GHz wireless module with WiFi 4 and Bluetooth Classic + LE USB – 1x micro USB port for power and programming LED strip connector – 3-pin screw terminal block compatible with 5V WS2812/Neopixel/SK6812 LEDs Expansion – Qw/ST (Qwiic/STEMMA QT) I2C connector Misc – Reset button Power Supply – 5V via micro USB port Dimensions – 67 × 22 × 12 mm Since it’s based on the Raspberry Pi Pico board it’s programmable with the official C/C++ and MicroPython [...] The post Plasma Stick 2040 W adds RGB LED strip controller to Raspberry Pi Pico W board appeared first on CNX Software - Embedded Systems News. View the full article
-
Most Intel processors do not come with a MIPI CSI camera, but some Alder Lake-N processors do, and Leopard Imaging has designed the LI-ADL-ADP-IMX415-MIPI-081H MIPI CSI camera module that is compatible with the Intel ADL-N CRB (Alder Lake-N Customer Reference Board) and custom Alder Lake-N boards equipped with a compatible MIPI CSI connector. The 13MP camera supports resolutions up to 3864 x 2176 and works with boards and embedded systems based on Intel Atom processors x7000E Series, Intel Core i3-N processors, and Intel Processors N-Series processors. LI-ADL-ADP-IMX415-MIPI-081H specifications: Sony IMX415 CMOS image sensor Diagonal – 6.43 mm (Type 1/2.8) Active Pixels – 3864 (H) x 2176 (V) Pixel Size: 1.45 x 1.45 μm Optical Format: 1/2.8″ Effective Focal Length – 4.063 mm Aperture, F/#2.29 ± 5% IR Filter – 650 nm IR cut filter Field of View (FOV) – 81.7˚ horizontal, 44.7˚ vertical; 95.1˚ diagonal Lens Mount – M12 x [...] The post MIPI CSI camera works with Intel Atom x7000, Processor, and Core i3 Alder Lake-N processors appeared first on CNX Software - Embedded Systems News. View the full article
-
When we first covered the Framework modular laptop in 2021 it came with a choice of 11th generation Intel Tiger Lake Core processors, up to 64GB RAM, up to 4TB SSD storage, a 13.5-inch display, a Full HD webcam, and a 55Wh battery. Modular electronic devices have been worked on by several companies over the years, but such endeavors usually result in failure due to costs and other difficulties. Remember Google’s Project Ara? But Framework may have found something that works, as they’ve now launched 13th Generation Intel Raptor Lake motherboards, AMD Ryzen 7040-series motherboards, updated the 13.5-inch display with a Matte finish, and even unveiled the Framework Laptop 16 with a 16-inch display that should become available in Q3 2023. Intel Raptor Lake and AMD Ryzen 7040 motherboards The Framework modular laptop now supports additional Intel Raptor Lake and AMD Ryzen motherboards with the following processors and key options. [...] The post Framework modular laptop adds Intel Raptor Lake, AMD Ryzen motherboards, 16-inch laptop frame appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Move all patches out from board-special patch folders which is not supportted now. How Has This Been Tested? Unnecessary 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
-
Octavo Systems OSD62x is a system-in-package (SiP) combining the Texas Instruments AM62x processor with LPDDR4 RAM, EEPROM, power management, oscillators, and passive components, plus optional features such as an RTC and an 8-channel ADC. At least that’s true for the OSD62x Max Integration SiP (22×22 mm BGA), but Octavo Systems also have a smaller 14x9mm package called the OSD62x Size Optimized with “just’ the AM62x processor, LPDDR4 memory, and passive components. OSD62x “Max Integration” specifications: SoC – Texas Instruments AM62x (AM623/AM625) CPU – Up to 4x Arm Cortex-A53 @ 1.4GHz MCU – Arm Cortex-M4F GPU – 3D graphics up to 2048×1080 @ 60 fps (AM625 only) Storage I/F – 1x eMMC, 2x SDIO, 1x GPMC Display I/F – 24-bit RGB MIPI DPI and OLDI/LVDS Camera I/F – 1x MIPI CSI-2 with DPHY 1.2 Networking – 2x 10/100/1000M Gigabit Ethernet with TSN support USB – 2x USB 2.0 interfaces PRU-ICSS Other [...] The post OSD62x SiP combines TI AM62x processor with LPDDR4, EEPROM, PMIC, and passives into a single package appeared first on CNX Software - Embedded Systems News. View the full article
-
Last year, Jean-Luc introduced the T113-S3 processor and the small MangoPi-Dual board with T113-S3. This time, I will introduce a development board with relatively rich resources, the 100ASK-T113-PRO, which consists of a core board with T113-S3 and a carrier board with a large number of peripheral interfaces, and the upcoming Allwinner T113-S4 SoC with 256MB DDR3. 100ASK-T113-Pro Allwinner T113-S3 industrial board While the T113-S3 and D1s/F133 RISC-V processors are pin-to-pin compatible, the T113-S3 is a dual-core Arm Cortex-A7 processor with HiFi4 DSP, CAN interfaces added (CAN is not mentioned publicly, but can be seen in the T113-S3 Datasheet) and 128MB DDR3 on-chip memory. 100ASK-T113-PRO preliminary specifications: T113-S3 Core Lite: SoC – Allwinner T113-S3 Dual-core Arm Cortex-A7 with 32 KB L1 I-cache + 32 KB L1 D-cache per core, and 256 KB L2 cache DSP – Single-core HiFi4 Memory – 128 MB DDR3 (SIP) Storage – 16MB SPI NandFlash Video decoding [...] The post 100ASK-T113-Pro Allwinner T113-S3 industrial board, and Allwinner T113-S4 with 256MB DDR3 appeared first on CNX Software - Embedded Systems News. View the full article
-
esd electronics CAN-PCIeMiniHS/402 is a half-size mini PCIe card with four CAN FD Interfaces designed for embedded systems with one model adding extended temperature range support from -40C to 85°C. The company also introduced the CAN-Mini/402-4-DSUB9-150mm adapter to more easily connect the four CAN network interfaces via DSUB9 connectors. It comes with four individual small adapter boards, each equipped with a DSUB9 plug and a jumper for selectable onboard CAN termination, as well as 150 mm long wires. CAN-PCIeMiniHS/402 highlights: 4x CAN FD interfaces according to ISO 11898-2, no galvanic isolation, bit rates from 10 Kbit/s up to 8 Mbit/s Bus mastering and local data management by FPGA (Intel Cyclone IV EP4CGX) PCIe Mini interface according to Mini Card Electromechanical Spec. R1.2 Supports MSI (Message Signaled Interrupts) HW-Timestamp capable Dimensions – 30 mm x 27 mm (Half-size mini PCIe form factor) Temperature Range Standard – 0°C … +75°C Extended range: [...] The post Half-size mini PCIe card adds up to 4 CAN FD interfaces to embedded systems appeared first on CNX Software - Embedded Systems News. View the full article
-
Orange Pi 5B is a variant of the Rockchip RK3588S powered Orange Pi 5 SBC with up to 256GB eMMC flash and a soldered-on wireless module offering WiFi 6 and Bluetooth 5.0 connectivity, at the cost of losing the M.2 2242 socket and 16MB QSPI NOR flash found in the original board. The board still comes with HDMI 2.1, DisplayPort 1.4 (USB-C), and MIPI DSI display connectors, three camera connectors, a Gigabit Ethernet interface, a few USB ports, and a 26-pin GPIO header for expansion. Orange Pi 5B specifications with the new features highlighted in bold, and the missing ones as strikethrough text: SoC – Rockchip RK3588S octa-core processor with 4x Cortex-A76 cores @ up to 2.4 GHz, 4x Cortex-A55 cores @ up to 1.8 GHz, Arm Mali-G610 MP4 GPU, 6 TOPS AI accelerator System Memory – 4GB, 8GB, or 16GB LPDDR4/4x (32GB RAM is also listed, but not for [...] The post Orange Pi 5B SBC adds up to 256GB eMMC flash, built-in WiFi 6 and Bluetooth 5.0 module appeared first on CNX Software - Embedded Systems News. View the full article
-
Barring barebone models, most mini PCs sell with Windows 10 or Windows 11 pre-installed, and that’s not ideal for people wanting to run Linux only since they also pay extra for the license of an operating system they are not going to use. But MeLE is now selling the Quieter2D mini PC with an Intel Celeron N4000 dual-core processor, 4GB RAM, and 64GB or 128GB eMMC storage for $139.99 and up without an operating system or a Windows key. The ultrathin fanless mini PC also features M.2 2280 SATA/NVMe socket, a microSD card reader, two HDMI 2.0 ports, Gigabit Ethernet and WiFi 5 connectivity, four USB 3.0 ports, and takes 12V power input through a USB Type-C port. MeLE Quieter2D specifications: SoC – Intel Celeron N4000 dual-core Gemini Lake processor @ 1.1GHz / 2.6GHz (Turbo) with Intel UHD Graphic 600; 6W TDP System Memory – 4GB LPDDR4 Storage – 64GB [...] The post MeLE Quieter2D ultrathin fanless mini PC is now available without an operating system appeared first on CNX Software - Embedded Systems News. View the full article
-
NVIDIA Jetson Orin Nano Developer Kit is an upgrade to the popular Jetson Nano Developer Kit that delivers 80 times the performance, up to 50 times the performance per watt, and gives the developers the ability to design entry-level AI-powered robots, smart drones, intelligent vision systems, and more. The Jetson Orin Nano has a similar form factor as the original Jetson Nano, but is fitted with a Jetson Orin Nano 8GB module with up to 40 TOPS AI performance, and is equipped with a DisplayPort video output, USB 3.2 Gen 2 ports, two M.2 Key M sockets for SSDs, Gigabit Ethernet, a pre-installed Wi-Fi module, and connectors for cameras. NVIDIA Jetson Orin Nano Developer Kit specifications (compared to Jetson Nano Developer Kit-B01) The new developer kit is supported by the Ubuntu 22.04-based NVIDIA JetPack 5.1.1 SDK, as well as application-specific frameworks such as NVIDIA Isaac ROS and DeepStream, which are [...] The post $499 NVIDIA Jetson Orin Nano Developer Kit delivers up to 80x Jetson Nano Devkit performance appeared first on CNX Software - Embedded Systems News. View the full article
-
Description IMO the "Repeat Build Options" log should consistently appear for any build option. So I did update scripts as follows (copy of commit comment): cli-build.sh, start-end.sh: move function produce_repeat_args_array() to start-end.sh add $WHAT as first arg to produce_repeat_args_array() if $WHAT is not empty move early display log of "Repeat Build Options" to function main_default_start_build() move last log of "Repeat Build Options" to function main_default_end_build() add last log of "Repeat Build Options" to LOG_SECTION="repeat_build_options" 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] A: Run full build (no single artifact on commandline): [x] B: Run single artifact build with uboot on commandline: the early log: the final log: 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
-
Seeed Studio XIAO ESP32S3 is the new member of the company XIAO family with an ESP32-S3 dual-core wireless microcontroller with WiFi 4 and BLE 5.0 designed for Smart Home, IoT, wearables, and Robotics applications. It succeeds the single-core ESP32-C3-based XIAO ESP32C3 board with the same form factor, but the new XIAO ESP32S3 offers more performance, vector extension for machine learning, more flash, and improved power consumption in deep sleep mode. Seeed Studio XIAO ESP32C3 specifications: Wireless MCU – Espressif Systems ESP32-S3R8 dual-core Tensilica LX7 microcontroller @ 240 MHz with 512KB SRAM, 8MB PSRAM, Wi-Fi 4 & Bluetooth 5.0 dual-mode (Classic + BLE) connectivity Storage – 8MB SPI flash Antenna – External u.FL antenna USB – USB Type-C port for power and programming Expansion I/Os 2x 7-pin headers with 1x UART, 1x I2C, 1x SPI, 11x GPIO (PWM), 9x ADC 3.3V I/O voltage (not 5V tolerant) Debugging – JTAG pads Misc [...] The post XIAO ESP32S3 is a tiny ESP32-S3 WiFi 4 and BLE 5.0 module for IoT, AI, and robotics appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Current U-Boot compile on SUNXI 32-bit boards comes up with a couple of CONFIG_ redefined warnings. Root cause is allwinner-boot-splash.patch. If CONFIG_VIDEO or CONFIG_DM_VIDEO is defined, then this patch is defining a couple of dependent configs - regardless if those are defined already. Solution Wrap those defines with an appropriate if !defined pattern. How Has This Been Tested? [x] Test 1: Compile for a SUNXI 32-bit board - e.g.: /compile.sh u-boot BOARD=bananapipro BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z SYNC_CLOCK=no CREATE_PATCHES=no [x] Test 2: Compile for a SUNXI 64-bit board does not create any warning. 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
-
Description If OCI_TARGET_BASE is not set, then this override doesn't work. For some reason, this hack wasn't working with u-boot packages. How Has This Been Tested? [x] Making caches Checklist: [ ] My code follows the style guidelines of this project [ ] 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
-
Description Same as https://github.com/armbian/build/pull/4981 but for opi5 Also removed unnecessary family tweak for opi5. How Has This Been Tested? [x] Checked audio outputs. 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
