Linux 6.7 release

Linux 6.7 release – Main changes, Arm, RISC-V, and MIPS architectures

Linus Torvalds has just announced the release of Linux 6.7, following Linux 6.6 LTS a little over two months ago: So we had a little bit more going on last week compared to the holiday week before that, but certainly not enough to make me think we’d want to delay this any further. End result: 6.7 is (in number of commits: over 17k non-merge commits, with 1k+ merges) one of the largest kernel releases we’ve ever had, but the extra rc8 week was purely due to timing with the holidays, not about any difficulties with the larger release. The main changes this last week were a few DRM updates (mainly fixes for new hw enablement in this version – both amd and nouveau), some more bcachefs fixes (and bcachefs is obviously new to 6.7 and one of the reasons for the large number of commits), and then a few random […]

Rockchip Roadmap 2024

Rockchip roadmap reveals RK3576 and RK3506 IoT processors, Linux 6.1 SDK

The Rockchip RK3588 processor may remain the most powerful processor from the company for a while as an updated Rockchip IoT processor roadmap reveals the new RK3576 octa-core SoC and RK3506 tri-core Cortex-A7 chip, as well as a Linux 6.1 SDK to be released in Q4 2023. With the limited information we have, the Rockchip RK3576 looks to be a cost-down version of the RK3588 processor with eight cores, a 6 TOPS NPU, a 4K video codec, as well as PCIe and USB-C interfaces. Strangely the Rockchip RK3582 that should serve a similar purpose is not showing up in the roadmap. [Update: The RK3576 is indeed a lower-cost SoC but features four Cortex-A72 and four Cortex-A53 cores instead as per the comparison table reproduced below: That also means we now have the RK3576 specifications (some obtained from another document too): CPU Octa-core Arm processor with 4x Cortex-A72 cores at 2.2 […]

ArmSoM RK3588 AIModule7 NVIDIA Jetson Nano-compatible SOM
Linux 6.5 release

Linux 6.5 release – Notable changes, Arm, RISC-V and MIPS architectures

Linus Torvalds has just announced the release of Linux 6.5 on the Linux Kernel Mailing List (LKML): So nothing particularly odd or scary happened this last week, so there is no excuse to delay the 6.5 release. I still have this nagging feeling that a lot of people are on vacation and that things have been quiet partly due to that. But this release has been going smoothly, so that’s probably just me being paranoid. The biggest patches this last week were literally just to our selftests. The shortlog below is obviously not the 6.5 release log, it’s purely just the last week since rc7. Anyway, this obviously means that the merge window for 6.6 starts tomorrow. I already have ~20 pull requests pending and ready to go, but before we start the next merge frenzy, please give this final release one last round of testing, ok? Linus The earlier […]

ASUS Tinker V RISC-V SBC

ASUS unveils Tinker V RISC-V single board computer, Tinker board 3 SBC with Rockchip RK3568 SoC

ASUS IoT has added two new members to the Tinker board family with the Tinker V and Tinker Board 3 single board computers powered by respectively Renesas RZ/Five single-core RISC-V SoC and Rockchip RK3568 quad-core Arm Cortex-A55 processor. ASUS Tinker V RISC-V SBC Tinker V specifications: SoC – Renesas RZ/Five single core AndesCore AX45MP RISC-V processor clocked at 1.0 GHz System Memory – 1GB DDR4 Storage – MicroSD card slot, optional 16GB eMMC flash, optional SPI flash Networking – 2x Gigabit Ethernet RJ45 ports USB – 1x Micro USB port, 1x Micro USB (OTG) port Serial – 2x CAN Bus via 6-pin terminal block 2x COM RS232 via 5-pin terminal block Expansion – 20-pin GPIO header with up to 2x UART, 2x I2C, 4x GPIO, 2x ADC, 1x SPI, 3.3V, and GND Debugging – JTAG pin header Power Supply – 10 to 24V DC via 5.5/2.5 mm DC barrel jack […]

Open AI Lab EAIDK 610 development kit

Open AI Lab EAIDK-610 devkit targets computer vision education with OpenCV

Open AI Lab EAIDK-610 is an embedded AI development kit powered by a Rockchip RK3399 processor, recently added to Linux 6.1 and described as “popularly used by university students” in the kernel changelog. But I had never heard about it, and it turns out it’s because it’s popular with students in China, and most documentation is written in Chinese. The development board is equipped with 4GB LPDDR3, a 16GB eMMC flash, HDMI video output, Gigabit Ethernet and WiFi 5, a few USB ports, a 40-pin GPIO header, and more. EAIDK-610 specifications: SoC – Rockchip RK3399 System Memory – 4GB LPDDR3 Storage – 16GB eMMC flash and MicroSD card slot Video Output HDMI 2.0 up to 4Kp60 MIPI DSI up to 1280×720 @ 60 fps 4-lane eDP 1.3 Audio – Speaker header, built-in microphone, 3.5mm audio jack, I2S header, digital audio via HDMI Camera I/F – 2x MIPI CSI up to […]

Linux 6.1 LTS

Linux 6.1 LTS release – Main changes, Arm, RISC-V and MIPS architectures

Linus Torvalds announced the release of Linux 6.1, likely to be an LTS kernel, last Sunday: So here we are, a week late, but last week was nice and slow, and I’m much happier about the state of 6.1 than I was a couple of weeks ago when things didn’t seem to be slowing down. Of course, that means that now we have the merge window from hell, just before the holidays, with me having some pre-holiday travel coming up too. So while delaying things for a week was the right thing to do, it does make the timing for the 6.2 merge window awkward. That said, I’m happy to report that people seem to have taken that to heart, and I already have two dozen pull requests pending for tomorrow in my inbox. And hopefully I’ll get another batch overnight, so that I can try to really get as […]

Rockchip RK3568, RK3588 and Intel x86 SBCs and SoMs in 2025
Linux 5.17 changelog

Linux 5.17 release – Main changes, Arm, RISC-V, and MIPS architectures

Linus Torvalds has just released Linux 5.17: So we had an extra week of at the end of this release cycle, and I’m happy to report that it was very calm indeed. We could probably have skipped it with not a lot of downside, but we did get a few last-minute reverts and fixes in and avoid some brown-paper bugs that would otherwise have been stable fodder, so it’s all good. And that calm last week can very much be seen from the appended shortlog – there really aren’t a lot of commits in here, and it’s all pretty small. Most of it is in drivers (net, usb, drm), with some core networking, and some tooling updates too. It really is small enough that you can just scroll through the details below, and the one-liner summaries will give a good flavor of what happened last week. Of course, this means […]

10.1-inch Raspberry Pi PC portrait mode

10.1-inch RPI All-in-One PC review with Raspberry Pi 4

A couple of months ago I received “RPI All-in-One”, a 10.1-inch touchscreen display for Raspberry Pi boards, listed the specifications, checked out the package content, installed a Raspberry Pi 4 inside the display before booting my new all-in-one (AiO) PC successfully. I’ve now had time to spend more time with the PC/display and see how it performs under various conditions. I also tested HDMI and USB-C input features with a laptop and mini PC. Fan or fanless operation? After updating Raspberry Pi OS, I ran sbc-bench.sh script together with rpi-monitor to see how the Raspberry Pi 4 with 1GB RAM would perform under load with the (noisy) fan enabled.

  No throttling was detected, and the temperature never exceeded 56°C in a room with an ambient temperature of 26°C. I then disconnect the fan, but it turns out the fan can also be easily disabled in the OSD menu […]

Boardcon CM3588 Rockchip RK3588 System-on-Module designed for AI and IoT applications