Skip to content

Instantly share code, notes, and snippets.

Radxa Dragon Q6A - NPU Quick Start Guide

Run Llama 3.2 1B on the 12 TOPS Hexagon NPU.

Hardware: Radxa Dragon Q6A (QCS6490)
OS: Ubuntu 24.04 Noble
Last tested: January 2026 (T7 image)


Radxa Dragon Q6A NPU Troubleshooting Guide

Status: 🔴 UNRESOLVED - Community help needed
Last Updated: January 29, 2026
Hardware: Radxa Dragon Q6A (QCS6490, 8GB RAM)
Goal: Run AI inference (Llama 3.2 1B) on the Hexagon NPU (12 TOPS)


Table of Contents

Radxa Dragon Q6A - Hexagon NPU Troubleshooting Guide

Status: 🔴 UNRESOLVED - Root cause identified, awaiting fix
Last Updated: January 2026
Hardware: Radxa Dragon Q6A (8GB RAM)
OS: Ubuntu 24.04 (RadxaOS)
Kernel: 6.18.2-1-qcom

Table of Contents

@Foadsf
Foadsf / Radxa_Dragon_Q6A_Qualcomm_QCS6490.md
Created January 29, 2026 10:07
comprehensive summary of my experience with the Radxa Dragon Q6A

Radxa Dragon Q6A: The Edge AI Journey (and Struggle)

A comprehensive log of attempting to self-host Llama 3.2 on the Qualcomm QCS6490 NPU.

1. The Goal

To build a highly efficient, headless Edge AI server using the Radxa Dragon Q6A.

  • Hardware: Radxa Dragon Q6A (Qualcomm QCS6490, 12 TOPS Hexagon NPU).
  • Software Objective: Self-host open-weight LLMs (specifically Llama 3.2 1B/3B) using the Hexagon NPU (DSP) to offload the CPU.
  • Constraint: Use a lightweight Linux OS with containerized services (Docker) for isolation.

WhisperX Installation Guide for Windows

A comprehensive guide to installing and configuring WhisperX on Windows with GPU acceleration and speaker diarization.

Last tested: January 2026
Environment: Windows 11, NVIDIA GPU (CUDA 12.6), Miniconda, Python 3.10


Table of Contents

WhisperX Installation Guide for Windows

A comprehensive guide to installing and configuring WhisperX on Windows with GPU acceleration and speaker diarization.

Last tested: January 2026
Environment: Windows 11, NVIDIA GPU (CUDA 12.6), Miniconda, Python 3.10


Table of Contents

Visual Studio 2026 Keyboard Shortcuts

1. Code Editing & Formatting

Manage your code layout and cleanliness.

Action Shortcut
Duplicate Line Ctrl + D
Delete Line Ctrl + Shift + L
Comment Selection Ctrl + K then C
@Foadsf
Foadsf / README.md
Created May 28, 2025 19:14
A summary of the challenges faced and lessons learned while installing Heimdall on macOS Monterey, including the use of an unofficial signed version to bypass System Integrity Protection (SIP) issues.

Installing Heimdall on macOS Monterey: A Troubleshooting Guide

Background

Heimdall is a cross-platform, open-source tool used for flashing firmware onto Samsung devices. While attempting to install Heimdall Suite 1.4.0 on a MacBook Pro running macOS Monterey (12.7.6), I encountered an installation failure. The official package tried to install files into the system volume, which is protected by macOS’s System Integrity Protection (SIP), resulting in the error: "The package is attempting to install content to the system volume."

Challenges

  • SIP-Related Failure: The official Heimdall Suite 1.4.0 package (released in 2014) attempted to install files into SIP-protected directories like /System/Library/Extensions and /usr/bin. SIP, introduced in macOS El Capitan (2015), blocks such modifications, causing the installation to fail.
  • Invalid Package Path Error: When I switched to an unofficial signed version (1.4.1), I initially encountered an "invalid package path" error. This happened be
@Foadsf
Foadsf / WSL-Navigation-Guide.md
Last active May 23, 2025 08:10
Windows batch script to navigate CMD to WSL filesystem paths by converting POSIX paths to UNC and using pushd

WSL Navigation Guide

Overview

goWSLPath.cmd is a Windows batch script that allows seamless navigation from Windows Command Prompt to WSL (Windows Subsystem for Linux) filesystem paths. It automatically detects your WSL distribution, converts POSIX paths to Windows UNC paths, and uses pushd to map them to drive letters.

Usage

goWSLPath.cmd 
@Foadsf
Foadsf / openfoam-termux-installation-guide.md
Last active May 22, 2025 21:40
A concise guide documenting the steps, issues, and lessons learned when installing OpenFOAM on Termux.