Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. odroidxu4: fix the custom_kernel_config__hack_odroidxu4_firmware() for version hash @belegdol since you're the expert on xu4, is this even needed anymore? It probably works now, but would be nice to get rid of it. Context: that "firmware copy for xu4" was mixed in the middle of kernel compile logic, and was extracted into a kernel config hook; kernel configs are hashed (for caching) and thus need to work even when kernel_work_dir is not set. The hash component has been added. JIRA: AR-1548 View the full article
  2. Work on this new tracking method started around January 2022. Now, after a little over a year of development, Monado's "Mercury" hand tracking is finally ready for the public to use! View the full article
  3. No descriptionView the full article
  4. Description For desktops we use a file “only_for” where we declare which architecture is supported then for the distribution we have “arhitectures” … with a typo. This PR contains unifying those config names. Jira reference number AR-1549 How Has This Been Tested? [x] Several manual runs. Risv64 / armhf shows only XFCE desktop as expected. Others are disabled as there are broken. 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 [ ] 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
  5. Description I'm running ./conmpile.sh on a CentOS7 host with selinux. I got this error when I have a fat32 boot partition: rsync: [receiver] rsync_xal_set: lsetxattr("/armbian/.tmp/mount-9164f469-ce45-41ce-af3d-07556d8996aa/boot","security.selinux") failed: Operation not supported (95) Since we will rsync boot partition later it should be harmless if we just exclude the whole /boot directory. Related issue from other project: https://github.com/RPi-Distro/pi-gen/pull/261 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 success on my selinux enabled centos7 with fat bootfs 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
  6. Description Update odroidxu4-current kernel to 5.4.232. How Has This Been Tested? [x] Reboot of my Odroid HC1 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
  7. Arduino Nano 33 BLE Sense Rev2 is a new revision of the Nano 33 BLE Sense machine learning board with basically the same functionality but some sensors have changed along with some other modifications “to improve the experience of the users”. The main changes are that STMicro LSM9DS1 9-axis IMU has been replaced by two IMUs from Bosch SensorTech, namely the BMI270 6-axis accelerometer and gyroscope, and the BMM150 3-axis magnetometer, a Renesas HS3003 temperature & humidity sensor has taken the place of an STMicro HTS221, and the microphone is now an MP34DT06JTR from STMicro instead of an MP34DT05. All of the replaced parts are from STMicro, so it’s quite possible the second revision of the board was mostly to address supply issues. Arduino Nano 33 BLE Sense Rev2 (ABX00069) specifications: Wireless Module – U-blox NINA-B306 module powered by a Nordic Semi nRF52480 Arm Cortex-M4F microcontroller @ 64MHz with 1MB [...] The post Arduino Nano 33 BLE Sense Rev2 switches to BMI270 & BMM150 IMUs, HS3003 temperature & humidity sensor appeared first on CNX Software - Embedded Systems News. View the full article
  8. KC12 is a mini PC powered by either an Intel Core i5-1240P or Core i7-1260P Alder Lake-P hybrid processor with up to 64GB DDR4, SATA and NVMe storage options, HDMI and DisplayPort for up to four 4K displays, as well as two 2.5GbE networking interfaces. The actively-cooled computer also comes with six USB ports, four of which are USB 3.x, audio jacks for a headphone and a microphone, an optional WiFi 6 and Bluetooth 5.0 module, an RS232 COM port, and a Kensington lock slot. KC12 mini PC specifications: Alder Lake-P SoC (one or the other) Intel Core i7-1260P 4P+8E (16 threads) processor @ 3.40/4.70GHz with Intel Xe graphics; 28W TDP Intel Core i5-1240P 4P+8E (16 threads) processor @ 3.30/4.40GHz with Intel Xe graphics; 28W TDP System Memory – Up to 64GB RAM via 2x SO-DIMM DDR4-2666/3200 sockets Storage M.2 2280 SSD slot for SATA or NVMe PCIe Gen4 SSD [...] The post KC12 Alder Lake-P mini PC supports up to 64GB RAM, four displays, and dual 2.5GbE appeared first on CNX Software - Embedded Systems News. View the full article
  9. SONOFF has rolled out smart switches in the market for years, and for each iteration, they make their devices smaller and more capable. The latest ZBMINI Extreme Zigbee Smart Switch or ZBMINIL2 or ZBMINI Extreme for shorts is what we will review today. Take note that there are both Zigbee and Wifi versions that come with the same form factor, we will walk through the Zigbee version first and we will review the WiFi version – SONOFF MINI Extreme (MINIR4) – later on. The ZBMINI Extreme is designed to work without a Neutral (N) line. Those who have difficulty wiring the N line to the switch will definitely love this. In many locations, the Neutral (N) line is not wired and would require a lot of work and expenses for cabling. SONOFF ZBMINI Extreme eases that challenge since there’s no need for the Neutral wire at all. This review will [...] The post ZBMINI Extreme Zigbee smart switch review with Home Assistant appeared first on CNX Software - Embedded Systems News. View the full article
  10. partitioning: back to classic dd /dev/zero to prepare $SDCARD.raw maybe (?) fixes problems with double-sparse when truncate is used on a zfs under Docker reported by @adeepn -- on Docker using zfs draft: no idea if this fixes it at all, just a guess View the full article
  11. argument list too long detected by @amazingfate also is in general a bit leaky, people are developing and changes "leak" into logs with this same info could be better obtained by consolidating the logs (docker/build) into a single one later View the full article
  12. Description JetHub BSP: update preinstalled python packages to install via apt Jira reference number AR-1545 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] Test build on jammy, bullseye, sid,lunar [ ] 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
  13. A look into the new job-scheduling model with Mali GPUs, their support in the new PanCSF DRM driver, and what it means as the rest of the ecosystem also moves to firmware-assisted scheduling. View the full article
  14. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] 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. Document(README.md) change no need unit test 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
  15. FHDM TECH DSO-500K is a 2-channel 500kS/s WiFi oscilloscope based on Raspberry Pi Pico W board that can also work over USB, and offers an analog bandwidth of up to 150kHz. We previously had seen the Raspberry Pi Pico board used as a logic analyzer, so it should come as no surprise that somebody has also come up with a Raspberry Pi Pico W-based oscilloscope that enabled visualization on Android over WiFi or USB. DSO-500K specifications and features (through the Scoppy app): MCU board – Raspberry Pi Pico W board with RP2040 dual-core Cortex-M0+ microcontroller, 2MB SPI flash, WiFi 4 and Bluetooth connectivity Sample rate – Up to 500kS/s sample rate (250kS/s with both channels enabled) Analog bandwidth – 150kHz Record length – 2048 samples per channel in RUN mode, 100kS total for single shot captures Inputs – BNC connectors or 0.1-inch headers Input Impedance – 1MΩ / 22pF Input [...] The post 2-channel DSO-500K WiFi oscilloscope is based on Raspberry Pi Pico W board appeared first on CNX Software - Embedded Systems News. View the full article
  16. iXsystems’ TrueNAS Mini R rack-mountable system powered by an Intel Atom C3758 processor running TrueNAS CORE or the new TrueNAS SCALE and equipped with up to 64GB RAM and twelve lockable and hot-swappable 3.5-inch drive bays for more than 200TB of capacity when populated with 18TB drives and 2.5-inch SSD adapters can be provided as well. The TrueNAS Mini R also offers two 10GbE RJ45 interfaces and an optional dual 10GbE SFP+ card can also be added to the system., an IPMI out-of-band management interface, and the company says it’s mostly suitable for small and home offices, as well as enterprise deployments for remote sites, backup, labs, and non-critical departmental applications. TrueNAS Mini specifications: SoC – Intel Atom C3758 octa-core Denverton processor clocked at up to @ 2.2 GHz with 16MB cache; 25W TDP System Memory – 32 or 64GB ECC RAM Storage 12 x 3.5-inch hot-swappable bays (can [...] The post TrueNAS Mini R rack-mountable system supports TrueNAS CORE or Debian-based TrueNAS SCALE appeared first on CNX Software - Embedded Systems News. View the full article
  17. SONOFF MINI Extreme (aka MINIR4) is a ridiculously small WiFi smart switch based on ESP32 wireless microcontroller and designed to be connected to a load such as a light bulb and a wall switch that can be a momentary switch, a door exit switch, an SPDT switch, a latching switch, or even dry contact sensors. The tiny form factor (39.5×33 x16.8mm) enables the WiFi smart switch to fit into various boxes, even the smaller European gang boxes. Just like other SONOFF home automation devices, the MINIR4 works with eWelink mobile app, but it also implements some new interesting features such as the ‘Detach Relay’ mode. SONOFF MINI Extreme (MINIR4) specifications: MCU – Espressif Systems ESP32 dual-core wireless microcontroller Connectivity 2.4 GHz WiFi 4 Bluetooth LE used for pairing Input – 100-240V ~ 50/60Hz 10A Max Output – 100-240V ~ 50/60Hz 10A Max (resistive load) Dimensions – 39.5 x 33 x [...] The post SONOFF MINI Extreme (MINIR4) ESP32 WiFi smart switch can fit into most gang boxes appeared first on CNX Software - Embedded Systems News. View the full article
  18. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. This patch has been merged upstream radxa/u-boot#19. So delete it. 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 success [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
  19. shellfmt/.editorconfig: enable trim whitespaces, run shellfmt, no actual code changes shellfmt: bump to 3.6.0 (run with bash lib/tools/shellfmt.sh) .editorconfig: rationalize, remove duplicated logic .editorconfig: add .py stuff I (rpardini) had on my own fork for armbian-next Python development View the full article
  20. Embit EMB-LR1280-mPCIe-4x is an mPCIe (mini PCIe) module based on four Semtech SX1280 2.4 GHz LoRa transceivers and designed for OEM gateways that can work worldwide thanks to the use of the 2.4GHz ISM band and supports ranging. We first covered 2.4GHz LoRa and the SX1280 transceiver two years ago as a solution to design region-independent products specially suited to maritime and intercontinental logistics applications. We haven’t seen it used that much although we covered an ESP32 board with SX1280 last year, and it turns out that Italian company Embit has also made a mPCIe module based on the SX1280 chipset. Embit EMB-LR1280-mPCIe-4x specifications: LoRa connectivity Chipsets – 4x Semtech SX1280 transceiver with 3x LoRa Rx Channels + 1x LoRa Tx Modulation – LoRa Spread Spectrum Frequency – 2.4 GHz ISM band Frequency Range – 2400 to 2500 MHz RF Output power – Up to +12 dBm Sensitivity -129 dBm [...] The post Embit EMB-LR1280-mPCIe-4x is a 2.4GHz LoRa mPCIe module based on Semtech SX1280 chipset appeared first on CNX Software - Embedded Systems News. View the full article
  21. STMicro has added three new families to its STM32U5 Cortex-M33 microcontroller series with the entry-level STM32U535/545 with as little as 128KB flash, the STM32U595/5A5 with up to 4MB of Flash and 2,514KB of RAM, and the STM32U599/5A9 with similar features as the STM32U595/5A5 by adding the new NeoChrom 2.5D GPU plus TFT-LCD and DSI display interfaces. STMicro also announced that STM32U5 series MCUs were the first general-purpose MCUs to receive NIST-embedded random-number entropy source certification. As of now, along with the STM32U575/585 introduced in February 2021 with an optional Chrom-ART 2D GPU, STMicro offers eight product lines as part of the STM32U5 MCU series as shown in the table below. That means the STM32U5 microcontroller can address a wider range of applications with the STM32U535/545 targetting lower-cost applications with less flash and RAM, the “legacy” STM32U575/U585 for mid-range applications, and the STM32U59X/5AX for applications where more storage and memory is [...] The post STMicro adds more STM32U5 Cortex-M33 MCUs with NeoChrom 2.5D GPU, 128KB to 4MB flash, NIST certification, etc… appeared first on CNX Software - Embedded Systems News. View the full article
  22. When we first wrote about the 10-cent CH32V003 RISC-V MCU it was offered in a $7 development board and the closed-source MounRiver Studio IDE had to be used for programming. But things have improved since October 2022, and now, you can buy a CH32V003 board for as little as $1.5 plus shipping, and an open-source GCC toolchain and flasher/downloader are now available. Let’s have a look at the hardware first with the low-cost nanoCH32V003 development board featuring a 48 MHz CH32V003 RISC-V microcontroller with 2KB SRAM and 16KB flash, a USB Type-C port for power, a reset button, and two rows of headers for the GPIOs. MuseLab nanoCH32V003 specifications: MCU – WCH CH32V003F4U6 32-bit RISC-V2A microcontroller up to 48 MHz with 2KB SRAM, 16KB flash (QFN20 package) Expansion – 2x 11-pin headers with up to 18x GPIOs, 1x USART, 1x I2C, 1x SPI, 8-channel 10-bit ADC, 5V, 3.3V, GND Debugging [...] The post CH32V003 RISC-V MCU gets $1.5 development board, open source GCC toolchain and flasher utility appeared first on CNX Software - Embedded Systems News. View the full article
  23. Mark as deprecated. View the full article
  24. Bumps actions/upload-artifact from 3.0.0 to 3.1.2. Release notes Sourced from actions/upload-artifact's releases. v3.1.2 Update all @actions/* NPM packages to their latest versions- #374 Update all dev dependencies to their most recent versions - #375 v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 v3.1.0 What's Changed Bump @​actions/artifact to v1.1.0 (actions/upload-artifact#327) Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063) Commits 0b7f8ab ci(github): update action/download-artifact from v1 to v3 (#312) 013d2b8 Create devcontainer for codespaces + update all dev dependencies (#375) 055b8b3 Bump Actions NPM dependencies (#374) 7a5d483 ci(github): update action/checkout from v2 to v3 (#315) e0057a5 README: Bump actions/checkout to v3 (#352) 7fe6c13 Update to latest actions/publish-action (#363) 83fd05a Bump actions-core to v1.10.0 (#356) 3cea537 Merge pull request #327 from actions/robherley/artifact-1.1.0 849aa77 nvm use 12 & npm run release 4d39869 recompile with correct ncc version Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines