Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseSCADA/Installation/BeagleBoneBlack"

(Created page with "The [http://beagleboard.org/black BeagleBoneBlack] comes in two flavors. One with Angstrom Linux, and the newer ones with Debian 7<ref>http://beagleboard.org/project/debian</r...")
 
Line 4: Line 4:
  
 
Beside installing the operating system, if necessary, the installation of Eclipse SCADA pretty much follows [[EclipseSCADA/Installation/Ubuntu]].
 
Beside installing the operating system, if necessary, the installation of Eclipse SCADA pretty much follows [[EclipseSCADA/Installation/Ubuntu]].
 +
 +
== Prepare ==
 +
 +
First you need to install Debian Wheezy if not already done.
 +
 +
In order to make room for Eclipse SCADA uninstall the following packages:
 +
 +
dpkg --purge nodejs
 +
dpkg --purge x11-common desktop-base
 +
 +
== Add repositories ==
 +
 +
Follow the instructions on [[EclipseSCADA/Installation/Ubuntu]].
  
 
{{reflist}}
 
{{reflist}}

Revision as of 06:36, 16 July 2014

The BeagleBoneBlack comes in two flavors. One with Angstrom Linux, and the newer ones with Debian 7[1]. This operating system is installed on the internal flash memory. However it is possible to replace Angstrom with Debian by upgrading the flash memory.

Eclipse SCADA was only tested on the BeagleBone Black with Debian 7.

Beside installing the operating system, if necessary, the installation of Eclipse SCADA pretty much follows EclipseSCADA/Installation/Ubuntu.

Prepare

First you need to install Debian Wheezy if not already done.

In order to make room for Eclipse SCADA uninstall the following packages:

dpkg --purge nodejs
dpkg --purge x11-common desktop-base

Add repositories

Follow the instructions on EclipseSCADA/Installation/Ubuntu.

Back to the top