Skip to content

emPC-A/RPI3, emPC-A/RPI3+, emVIEW-7/RPI3 & emVIEW-7/RPI3+ by Janz Tec AG

Notifications You must be signed in to change notification settings

janztec/empc-arpi3-linux-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emPC-A/RPI3, emPC-A/RPI3+, emVIEW-7/RPI3 & emVIEW-7/RPI3+ by Janz Tec AG

This script installs and configures Linux Socket CAN, Serial port RS232/RS485 and RTC drivers.

🔶 Installation Instructions

Create a backup copy of your µSD card before applying these steps!

Step 1:

Install the Raspberry Pi OS 32-bit:
https://www.raspberrypi.com/software/

The install script was tested with Kernel version 6.1, 5.15, 5.10, 5.4 and 4.19. Older or later versions may not work!

Step 2a:

sudo bash
cd /tmp
wget https://raw.githubusercontent.com/janztec/empc-arpi3-linux-drivers/master/install.sh -O install.sh
bash install.sh



Step 2b (Alternative if step 2a fails):

Depending on the installed Linux kernel version it might be possible, that no matching kernel headers are available in the official Rasbian repository and step 2a fails. In this case it is possible to install the specific kernel version 20220308-2_armhf with matching kernel headers manually. Select "No" in the "Do you want to install the latest kernel headers" prompt!

cd /tmp
sudo bash
wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel_1.20220308-2_armhf.deb
dpkg -i raspberrypi-kernel_1.20220308-2_armhf.deb
wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel-headers_1.20220308-2_armhf.deb
dpkg -i raspberrypi-kernel-headers_1.20220308-2_armhf.deb

reboot

sudo bash
cd /tmp
wget https://raw.githubusercontent.com/janztec/empc-arpi3-linux-drivers/master/install.sh -O install.sh
bash install.sh



Product page

https://www.janztec.com/industrie-pcs

emPC-A/RPI3

emPC-A/RPI3

FEATURES emPC-A/RPI3

  • Processor
    • Based on Raspberry Pi 3, Model B
    • Broadcom BCM2837 processor
    • Quad-Core CPU based on ARM Cortex-A53
    • Fanless cooling concept
    • Realtime clock, battery buffered
  • Memory
    • System memory 1 GB
    • External accessible µSD card slot
  • Graphics
    • HDMI graphic interface
  • Connectors
    • 1 x 10/100 MBit/s Ethernet
    • 4 x USB (v2.0)
    • 1 x 9-pin D-SUB connector for serial debug console
    • 1 x CAN (ISO/DIS 11989-2, opto-isolated, termination settings via jumper)
    • 1 x RS232 (Rx, Tx, RTS, CTS) or switchable to RS485 (half duplex; termination settings via jumper)
    • Internal I/O
      • 4 x digital inputs (12 - 24VDC)
      • 4 x digital outputs (12 - 24VDC)
  • Power Supply
    • Input 9 … 32 VDC
  • DIN rail, wall mounting or desktop

emVIEW-7/RPI3

https://www.janztec.com/panel-pcs

emVIEW-7/RPI3

FEATURES emVIEW-7/RPI3

  • LCD Display
    • 7.0" WSVGA display size
    • LED backlight technology
    • Resolution 800 x 480
    • Projected capacitive touch screen (PCAP) (with multitouch capabilities)
    • Glass surface
  • Same I/O as emPC-A/RPI3

About

emPC-A/RPI3, emPC-A/RPI3+, emVIEW-7/RPI3 & emVIEW-7/RPI3+ by Janz Tec AG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published