• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • Toolkits
  • Toolkit 1.3 - Raspberry Pi ARMv6 32-bit (Debian 10)

Toolkit 1.3 - Raspberry Pi ARMv6 32-bit (Debian 10)

About

This toolkit builds applications based on CDP 4.10 and later for Raspberry Pi OS 32-bit arm-based platforms.

Rasberry Pi OS is a Debian based distribution used on the popular Raspberry Pi (RPI) development boards / mini computers.

Information about how to deploy applications can be found in the Deploy Configuration.

Supported devices

This toolkit is compatible with RevolutionPi, Raspberry Pi 1,2,3 and Zero W running Raspberry Pi OS Legacy based on Debian 10 Buster. It might also support other ARMv6 32-bit devices that runs a Linux Operating System that satisfies the Dependencies in the table below.

Dependencies

The toolkit builds for RPI containing the following package versions.

PackageVersion
gcc8.3.0
glibc2.28
kernel4.19.21

Architecture

This toolkit targets Raspberry Pi OS on ARMv6 and compiled binaries will thus not run on x86 based platforms.

Download

Click here to go to the Raspberry Pi OS manual download page to find links and information of the various distributions available for the Raspberry Pi. For this toolkit make sure to use a distribution based on Debian 10 Buster released 2021 or later.

  • Raspberry Pi OS (Legacy) with desktop
  • Raspberry Pi OS (Legacy) with desktop and recommended software.
  • Raspberry Pi OS (Legacy) Lite.

See also

Supported Platforms

Using the Toolkit Outside CDP Studio

The following paths and build commands are required to build a CDP Studio project in a Windows command prompt (using this toolkit):

SET WORKSPACE=C:\CDPStudioWorkspace
SET TOOLKITDIR=C:\CDPStudio\toolkits\raspbian_armv6_13
SET QTDIR=%TOOLKITDIR%\Qt-5.13
SET INSTALL_ROOT=C:\build
SET QMAKEFEATURES=%TOOLKITDIR%\CDP-4.10\qmakefeatures;%WORKSPACE%\deployments\libraries\<toolkit>\qmakefeatures;%INSTALL_ROOT%\qmakefeatures
SET PATH=%TOOLKITDIR%\toolchain\bin;%QTDIR%\bin;%PATH%
qmake && mingw32-make

To use the above in a Linux shell we have to make some small adjustments:

export WORKSPACE=$HOME/CDPStudioWorkspace
export TOOLKITDIR=$HOME/CDPStudio/toolkits/raspbian_armv6_13
export QTDIR=$TOOLKITDIR/Qt-5.13
export INSTALL_ROOT=$HOME/build
export QMAKEFEATURES=$TOOLKITDIR/CDP-4.10/qmakefeatures:$WORKSPACE/deployments/libraries/<toolkit>/qmakefeatures:$INSTALL_ROOT/qmakefeatures
export PATH=$TOOLKITDIR/toolchain/bin:$QTDIR/bin:$PATH
qmake && make

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top