Category Archives: development

Testing Hailo-8 with rk3588

      No Comments on Testing Hailo-8 with rk3588

Hailo-8 is an AI accelerator device based on PCIe BUS. And I have a chance to testing with Rockchip RK3588. Installation Installed M.2 (M-Key) Hailo-8 module on NVMe slot of NanoPi6 (RK3588). It supports PCIe 4x lanes. Driver implementation Hailo released version 4.18.0 driver and APIs on their github. So… Read more »

Rockchip RK3588 and NPU performance.

  About RK3588 Rockchip was published their new performance ARM(r) Cortex-A76 and A55 clustered SoC in 2020. It has 6 TOPs performance NPU – known as RKNN in SoC that shares system memory with exclusive SRAM. RKNN RKNN is a name of Rockchip’s Neural processor unit and it is officially… Read more »

Building debian-buster-rootfs for RK3399

debian-logo

RK3399 is one of most of powerful open source based Cortex-A72 and A53 as Big-Little architecture. Rockchip of its manufacturer, continuously updates their open source as they can, but all sources are not being updated for latest changes – specially rootfs about debian based is not. EOL of ‘stretch’ Debian… Read more »

Floating point is on the way

      No Comments on Floating point is on the way

rawviwer and librawprossor About 7 years flew since librawprocessor and rawviewer pushed into each git-repositories, And now it continues to update for more accurate imaging process and containing to don’t lose data as like integer based previous features. Each new generation of open sources, and 100% public. Anybody should be… Read more »

FlScrnShot v0.1.9.20 updated

      No Comments on FlScrnShot v0.1.9.20 updated

An Open source project, FlScrnShot updated to version 0.1.9.20 with fixing memory leakage. I found huge memory usage on my gaming desktop ( AMD Ryzen5600 + nV RTX3080 + 64GB RAM ) while playing Red Dead Redemption 2 and Hogwarts Legacy, up to 6GB memory occupied. It was belonged to… Read more »

listusb for macOS users

      No Comments on listusb for macOS users

Introducing listusb Have you troubled with checking what USB device connected as correctly speed recolonization on macOS ? And If you can say “Yes”, then you may need this, “listusb”. “listusb” is an open source project to view connected USB device in iTerm or iTerm2 (of homebrew) as text based… Read more »

Unofficial REMOVU S1 FW update app for macOS

REMOVU (aka. Essel-T) closed down their business, and most of S1 owners are don’t have way to upgrade their firmware with legacy app. But I made this app again for modern macOS universal binary as like this, It was my commercial app but Essel-T now passed out to history, so… Read more »

Limit Apple clang minimal OS version

      Comments Off on Limit Apple clang minimal OS version

If you are a developer, And don’t use Xcode IDE for making any code or application to build but want library or mach-O binary to have compatibility with lower OS version or clang ? There’s simply some way to apply some flags on your Makefile. Xcode may support multiple target… Read more »