

RSS Bot
Bot-
Posts
4133 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Remove Ubuntu ads. Jira reference number AR-1376 How Has This Been Tested? [x] Installed package following by apt upgrade 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 RTL882XCE wireless card need rtw88 driver, just enable 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] Kernel build success [x] My RTL8822CE works well. 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
-
Description This address https://github.com/armbian/build/pull/4189#issuecomment-1279676914 How Has This Been Tested? [X] Build 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
-
Espressif Systems ESP8684 is a single-core RISC-V microcontroller with 2.4 GHz WiFi 4 and Bluetooth 5.0 LE (BLE) connectivity that also integrates 1, 2, or 4MB flash into a tiny 4x4mm QFN package. The SoC is listed under the ESP32-C2 product family on the Espressif website and can be found in MINI and WROOM modules, as well as the ESP8684-DevKitM-1 development kit. All three parts, namely ESP8684H1, ESP8684H2, and ESP8684H4, are designed to work in the -40 to 105°C temperature range, ESP8684 specifications: CPU – 32-bit RISC-V processor up to 120 MHz; 305.42 CoreMark; 2.55 CoreMark/MHz Memory – 272 KB SRAM (16 KB for cache) Storage – 576 KB ROM, 1 to 4MB flash (SiP) Wireless 802.11 b/g/n-compliant WiFi 4 1T1R Up to 72.2 Mbps link rate Support for 20 MHz bandwidth Station mode, SoftAP mode, Station + SoftAP mode Wi-Fi Multimedia (WMM) Antenna diversity Bluetooth 5 LE up to [...] The post Espressif ESP8684 RISC-V WiFi & BLE MCU embeds up to 4MB flash in a 4x4mm package appeared first on CNX Software - Embedded Systems News. View the full article
-
The UP 4000 is a credit-card / Raspberry Pi-sized single board computer based on an Intel Apollo Lake processor. AAEON sent me the model with an Intel Atom x7-E3950 quad-core processor, 4GB RAM, and a 64GB eMMC flash, and in the first part of the review, I installed Ubuntu 22.04 since the board would initially only boot to the UEFI shell out of the box. I’ve now spent more time with the board, and in this article, I will report my experience with the UP 4000 SBC running Ubuntu 22.04 checking out features, performance, video playback, power consumption, and so on. Ubuntu 22.04 System info Let’s check out some information after I’ve upgraded the system to the latest packages: [crayon-634e2b0112936361662365/] Everything looks good with an Intel Atom E3950 processor detection together with 3.68GB RAM and a 56.53GB rootfs EXT-4 partition. UP 4000 features testing There may also be some issues [...] The post UP 4000 x86 SBC review with Ubuntu 22.04 appeared first on CNX Software - Embedded Systems News. View the full article
-
Bumps styfle/cancel-workflow-action from 0.10.1 to 0.11.0. Release notes Sourced from styfle/cancel-workflow-action's releases. 0.11.0 Minor Changes Update to Node 16: #186 Chore: rebuild: 1e0e690cd3756927cda56ad0033137ff1268c477 Chore(deps-dev): bump typescript from 4.8.3 to 4.8.4: #181 Chore(deps): bump @actions/github from 5.1.0 to 5.1.1: #182 Chore(deps): bump @actions/core from 1.9.1 to 1.10.0: #183 Credits Huge thanks to @mattjohnsonpint for helping! Commits b173b6e 0.11.0 1e0e690 chore: rebuild 4e668e5 Update to Node 16 (#186) f78dcd8 chore(deps): bump @actions/core from 1.9.1 to 1.10.0 (#183) 6b6782c chore(deps): bump @actions/github from 5.1.0 to 5.1.1 (#182) 1a300fe chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#181) See full diff 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
-
Bumps geekyeggo/delete-artifact from 1 to 2. Release notes Sourced from geekyeggo/delete-artifact's releases. v2.0.0 Glob support 🚨 Breaking Artifact names are now matched using glob pattern matching by default. ⭐ Added Add support for glob pattern matching (fulfilled by minimatch). ♻ Changed Updated action to use node v16 Updated dependencies. 🏠 Housekeeping Action is now written in TypeScript. Commits 54ab544 Add warning for glob support on by default 3328f8f Merge pull request #10 from GeekyEggo/v2-wip d546443 Update action info, and bump to node 16 424f35a Add glob support, switch to TypeScript, and bump deps 442f120 Update dev environment 56e063d Added example workflow b1df0e6 Removed watch cli dependency See full diff 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
-
This is a critical fix, without it, all images with extlinux.conf will be broken and will not be able to run the system normally. View the full article
-
iWave Systems iW-RainboW-G30M is a system-on-module (SoM) based on AMD Xilinx Zynq UltraScale+ ZU4/ZU5/ZU7 FPGA MPSoC specially geared towards LiDAR applications for scientific and military applications. The module comes with up to 12GB of RAM, 4GB for the programmable logic (PL) and 8GB for the Arm Cortex-A53/R5-based Processing System (PS), two 240-pin high-density, high-speed connectors with 142 user I/Os, 16x GTH transceivers up to 16.3Gbps, and four GTR transceivers up to 6Gbps. iW-RainboW-G30M specifications: FPGA MPSoC – AMD Xilinx Zynq Ultrascale+ ZU4, ZU5, or ZU7 MPSoC with Processing System (PS) featuring 2x or 4x Arm Cortex-A53 core @ 1.5 GHz, two Cortex-R5 cores @ 600MHz, H.264/H.265 Video Encoder/Decoder (VCU), ARM Mali-400MP2 GPU @ 677MHz, and Programming Logic (PL)/FPGA with up to 504K Logic cells & 230K LUTs System Memory 4GB DDR4 64-bit RAM with ECC for PS (upgradeable up to 8GB) 2GB DDR4 16-bit RAM for PL (upgradeable up to [...] The post Zynq UltraScale+ SoM with up to 12GB RAM targets LiDAR applications appeared first on CNX Software - Embedded Systems News. View the full article
-
Fix logging for relocated output. Better (more compact) logging. Allow WSL for NO_HOST_RELEASE_CHECK. Fix sudo (pass env, ie. CONFIG=). View the full article
-
Seeed Studio is now selling the “A203 Mini PC” industrial Linux mini PC based on an NVIDIA Jetson Xavier NX module with 8GB RAM, and a 128GB SSD loaded with JetPack 5.0.2 (Ubuntu 20.04). If the name is familiar it’s because it is based on the Leetop A203 carrier board introduced about a year ago, with HDMI, two USB 3.0 ports, RS232, and other I/Os. The mini PC also offers Gigabit Ethernet, WiFi, and Bluetooth connectivity, and is designed to operate in the -20°C to 80°C temperature range for embedded, industrial, and functional safety applications. A203 mini PC specifications: System-on-Module – NVIDIA Jetson Xavier NX with hexa-core Armv8 processor, 384-core Volta GPU, 8K/4K video decoder and 4K video encoder, up to 21 TOPS of AI performance, and 8GB LPDDR4x Storage – 128GB M.2 NVMe SSD, MicroSD slot Display – HDMI 2.0 Type-A port up to 4Kp60 Camera – 1x MIPI [...] The post $858 Linux mini PC features NVIDIA Jetson Xavier NX 8GB module, 128GB NVMe SSD appeared first on CNX Software - Embedded Systems News. View the full article
-
Ukama is an open-source hardware solution enabling users to create their own private 4G LTE cellular data networking with a range of up to 1km, and compatible with the “Citizens Broadband Radio Service” (CBRS) radio band for private networks. The company provides both indoor and outdoor hardware based on a “TRX Module” powered by a Marvell Fusion CNF7130 4G LTE baseband processor, as well as the firmware and software to manage the network. All you need is a power source, for example, the mains or a solar panel, and an optional broadband connection if you do need to connect to the Internet. Ukama hardware Two nodes are offered with the Ukama Home Node (indoor) and the Tower Node (outdoor) which can optionally be coupled with an amplifier unit for an expanded range. Home Node key features: LTE bands: CBRS only Concurrently active devices – Up to 8x RF Configuration – [...] The post Create your own private cellular data network with Ukama (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
Proposal to create a Community Supported config for Amlogic based TV Boxes to pickup the work that was done previously by balbes150 but is no longer supported by him. This also provides a place where development can occur within the Armbian framework since others on the internet are producing builds called Armbian that are not done from within the Armbian community. The strategy for Amlogic based TV Boxes has been to reuse the native u-boot that comes installed on the box on emmc. Through a process called 'multiboot enabling' a u-boot script is run to change the default u-boot environment to have the boot process look for a chain-loaded u-boot on either the sd card or usb. If found that 'u-boot.ext' file is loaded and the boot process continues on the armbian image on sd or usb via configs in the extlinux.conf file. So currently the armbian build process creates and installs a u-boot in the image, but that isn't actually used (as the boxes emmc u-boot is what is used). The 'chain-loaded' u-boots (u-boot-* , different ones for different cpus) are currently pre-built and included as binary blobs. The installation instructions currently exist in the forums.armbian.com TV Box forum and are the same as for the balbes150 builds that previously existed. (basically the user is requested to copy the appropriate u-boot-* binary to u-boot.ext for their boxes cpu and edit the extlinux.conf file with the appropriate dtb file for their box). Things seem to work about as well as they did with balbes 5.9 kernel based builds, although I generally focus testing on server builds and don't do too much with desktop builds, There is one issue that needs some sort of resolution however. On the s905x2 box I have (H96 Max X2) the armbian build kernel (meson64) can't read the sd card. However an unpatched mainline kernel works on this box. I have tracked down the offending patch to be: general-meson-gx-mmc-set-core-clock-phase-to-270-degres.patch Without this patch the box boots fine, with it it fails to boot. I'm not sure how to work around that. All comments are welcome. I essentially cloned the lepotato config. I choose aml-s9xx-box for the name, as that kind of follows jock's naming convention for rk based tv boxes, but am open to any suggestions. Changes to be committed: new file: config/boards/aml-s9xx-box.tvb modified: config/sources/families/include/meson64_common.inc modified: config/sources/families/meson-gxl.conf new file: packages/bsp/aml-s9xx-box/boot/aml_autoscript new file: packages/bsp/aml-s9xx-box/boot/emmc_autoscript new file: packages/bsp/aml-s9xx-box/boot/extlinux/extlinux.conf new file: packages/bsp/aml-s9xx-box/boot/s905_autoscript new file: packages/bsp/aml-s9xx-box/boot/u-boot-readme.txt new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905 new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905x-s912 new file: packages/bsp/aml-s9xx-box/boot/u-boot-s905x2-s922 new file: packages/bsp/aml-s9xx-box/root/fstab.template new file: packages/bsp/aml-s9xx-box/root/install-aml-s905-emmc.sh new file: packages/bsp/aml-s9xx-box/root/install-aml.sh 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. [x] Built and installed on s905w (TX3 Mini), s905w (X96 Mini), s905x2 (H96 Max X2), s905x3 (TX3-X3) [x] Tested install to emmc 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 Now we support to download rootfs-cache from Github. NOTE: it seem like that some mirrors is outdated. So we use Github API first. We don't need to care about these mirrors, since we support multi-origin download. How Has This Been Tested? [X] Build 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
-
Description If we will be shipping firmware frozen by default, we need to warn and provide information how to update kernel. Armbian-config needs to be adjusted too. Cron job is generating numbers of packages that needs to be updated. This numbers is displayed in MOTD, when > 0. Since we want to know which packages are on hold, we need to know if kernel packages are on hold when upgrade is finished, fix numbers and update list Jira reference number AR-1375 How Has This Been Tested? [x] Manual run 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
-
The Juno tablet is a 10.1-inch Linux tablet that ships with Manjaro Linux or Mobian, and is powered by an Intel Celeron N5100 quad-core Jasper Lake mobile processor. The Linux tablet comes with a 1920×1200 resolution IPS touchscreen display, 8GB LPDDR4 soldered on the main board, and a choice between a 256GB, 512GB, or 1TB SSD. Customers can select one of the three Linux distributions with Mobian, as well as Manjaro Linux with either Phosh or Plasma mobile environments. Juno tablet specifications: SoC – Intel Celeron N5100 quad-core Jasper Lake processor @ 1.1GHz / 2.8GHz (Turbo) with 24EU Intel UHD graphics @ 350 / 800 MHz (Turbo); 6W TDP System Memory – 8GB LPDDR4 Storage – 256GB, 512GB, or 1TB SSD; MicroSD card socket Display – 10.1-inch IPS display with 1920×1200 resolution, 60Hz refresh rate, 10-point capacitive touchscreen Video Output – Mini HDMI up to 4Kp60, USB-C DisplayPort up to [...] The post Juno tablet runs Manjaro Linux or Mobian on a Celeron N5100 Jasper Lake CPU appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Fixing PWM Fan support for NVIDIA Jetson Nano builds based on current (5.19.16-media) and edge (6.0.2-media) kernels. Problem description The problem is that the default parent clock for the PWM on Tegra210 is a 32kHz clock and is unable to support the requested PWM period. Error from dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd071] [ 0.000000] Linux version 5.19.16-media (root@ubuntu) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP PREEMPT Sat Oct 15 13:58:05 UTC 2022 [ 0.000000] Machine model: NVIDIA Jetson Nano Developer Kit [ 5.819368] pwm-fan pwm-fan: Failed to configure PWM: -22 [ 5.828309] pwm-fan: probe of pwm-fan failed with error -22 Patch Kernel Driver Fix PWM support on Tegra20, Tegra30, Tegra114, Tegra124 and Tegra210 by updating the parent clock for the PWM to be the PLL_P. Applying upstream patch from: https://patchwork.ozlabs.org/project/linux-tegra/patch/20221010100046.6477-1-jonathanh@nvidia.com/ How Has This Been Tested? Tested on a NVIDIA Jetson Nano Patch copied to build/userpatches/kernel/media-current build/userpatches/kernel/media-edge CURRENT: Armbian_22.11.0-trunk_Jetson-nano_bullseye_current_5.19.16 ./compile.sh BOARD=jetson-nano BRANCH=current RELEASE=bullseye BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img EDGE: Armbian_22.11.0-trunk_Jetson-nano_bullseye_edge_6.0.2 ./compile.sh BOARD=jetson-nano BRANCH=edge RELEASE=bullseye BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img 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 Removing kernels that become obsolete. Jira reference number [AR-1472] View the full article
-
No descriptionView the full article
-
Description Maintenance. View the full article
-
Description Although the u-boot of rock5b supports ext4, when using ext4 as a whole root partition, sometimes it will take a long time for u-boot to load kernel image, which will cause pd negotiation timeout. So a single /boot partition is still needed. I intended to use ext4 as boot partition filesystem but the ext4 /boot only has usable space 109M while the real partition size is 256M, so I use fat filesystem. How Has This Been Tested? [x] Build image sucessfully. [x] Image boots successfully on rock5b 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
-
Reolink has launched another 4K PTZ smart security with human and vehicle detection, plus pet detection (Beta). The Reolink TrackMix PoE comes with two lenses, one with a wide-angle, and the other telephoto lens to zoom on a specific zone, and supports auto-tracking. I’ve had the camera for a few months so I’ll report on my experience with the device. Reolink TrackMix PoE specifications Storage – MicroSD card slot Camera Image sensors – 1/3″ CMOS sensor + 1/2.8″ CMOS Sensor Video Resolution – Up to: 3840 x 2160 (8.0 megapixels) at 25 frames/sec Lenses – f=2.8mm@F=1.6 and f=8mm@F=1.6 Video Format – H.264, H.265 Field of View – Horizontal: 104°-38°; vertical: 60°-21° Zoom Mode – 6x hybrid zoom Day & Night – IR-cut filter with auto-switching Infrared Night Vision – Up to 15 via 2x 850nm LEDs Color Night Vision – 2x spolights at 6500K/450 lumens Pan &Tilt Range – Pan: [...] The post Reolink TrackMix PoE review – A smart 4K PTZ security camera with two lenses, auto-tracking appeared first on CNX Software - Embedded Systems News. View the full article
-
so boot no longer starves for entropy, delaying for up to 15 seconds also advances kernel to v5.19.15 The haveged service is obsoleted by this patch Description Jira reference number AR-1373 https://armbian.atlassian.net/browse/AR-1373 How Has This Been Tested? Yes. Built a fresh bullseye/edge image. Verified basic functionality. Observed much faster boot time. 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 [ ] Any dependent changes have been merged and published in downstream modules This PR only adds support for the RK3308 SOC. Adding it to other Rockchip SOCs should only require incorporating the relevant "rng@" stanza out of rk3308.dtsi into the appropriate .dtsi files. View the full article
-
Description Cleaning deprecated options from installer. Jira reference number AR-1355 How Has This Been Tested? [x] Manual run 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
-
Translation of Jetson Nano to use a startup with efi\grub (this model does not require an installation procedure on eMMC, so it can be immediately transferred to this startup option). A separate grub-arm extension allows not to break the current state of the grub extension.sh and will allow to smoothly switch to a two-level scheme in the future. All common data for x86 and arm are placed in the upper level (in a common file extension grub.sh ), and specific additions are distributed at the third level (files grub-x86.sh and grub-arm.sh ). View the full article