<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.khadas.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.khadas.com/feed.php">
        <title>Khadas Docs products:sbc:vim2:applications</title>
        <description></description>
        <link>https://docs.khadas.com/</link>
        <image rdf:resource="https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico" />
       <dc:date>2026-04-17T20:38:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/gsensor?rev=1657765868&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/hardware-decoding?rev=1657766087&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/hardware-encoding?rev=1657765901&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/start?rev=1664370009&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/watchdog?rev=1657766109&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/vim2/applications/wifi-sta-ap-mode?rev=1657766128&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico">
        <title>Khadas Docs</title>
        <link>https://docs.khadas.com/</link>
        <url>https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico</url>
    </image>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/gsensor?rev=1657765868&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T22:31:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 G-Sensor</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/gsensor?rev=1657765868&amp;do=diff</link>
        <description>VIM2 G-Sensor

Introduction

By referring to this page, you will know which node of G-Sensor is, and how to read the value of G-Sensor through C program.

System Configuration

Check G-sensor node.

$ ll /dev/accel 
crw-rw-rw- 1 root root 10, 50 Mar 18 12:17 /dev/accel</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/hardware-decoding?rev=1657766087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T22:34:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 Hardware Decoding</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/hardware-decoding?rev=1657766087&amp;do=diff</link>
        <description>VIM2 Hardware Decoding

System Configuration

Please make sure you use the latest image, if not please follow Upgrade The System to upgrade your system.

For Linux with 5.15 kernel

Please check  Hardware Decoding .

For Linux with 4.9 kernel

For Display

Here is a demo about how to use the decoding library to decode and display video directly. It’s just a simplest demo, if you want to develop complex player you can refer the command line player</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/hardware-encoding?rev=1657765901&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T22:31:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 Hardware Encoding</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/hardware-encoding?rev=1657765901&amp;do=diff</link>
        <description>VIM2 Hardware Encoding

Introduction

This document mainly introduces Hardware Encoding. You will learn how to use h264 encoding and h265 encoding.

System Configuration

Please make sure you use the latest image, if not please follow Upgrade The System to upgrade your system.</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/start?rev=1664370009&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-28T09:00:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 Application Note</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/start?rev=1664370009&amp;do=diff</link>
        <description>VIM2 Application Note
applications index</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/watchdog?rev=1657766109&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T22:35:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 Watchdog</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/watchdog?rev=1657766109&amp;do=diff</link>
        <description>VIM2 Watchdog

Introduction

This page introduces the internal Watchdog. You will learn how to enable the watchdog and test it.

Enable Internal Watchdog

Watchdog is disabled by default, use the commands below to enable it.

sudo ln -s  /lib/systemd/system/watchdog.service /etc/systemd/system/multi-user.target.wants/watchdog.service
sudo systemctl enable watchdog.service
sudo systemctl start watchdog.service</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/vim2/applications/wifi-sta-ap-mode?rev=1657766128&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-13T22:35:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VIM2 Wi-Fi STA/AP Mode</title>
        <link>https://docs.khadas.com/products/sbc/vim2/applications/wifi-sta-ap-mode?rev=1657766128&amp;do=diff</link>
        <description>VIM2 Wi-Fi STA/AP Mode

Download

wget https://raw.githubusercontent.com/khadas/fenix/refs/heads/master/archives/filesystem/common/usr/local/bin/khadas_ap.sh
sudo chmod 777 khadas_ap.sh
sudo mv khadas_ap.sh /usr/local/bin


We will add it in next version and users could also rebuild the image.</description>
    </item>
</rdf:RDF>
