All pages
Powered by GitBook
1 of 1

Loading...

Factor Series Technical Support

Resource for Factor FR201 & FR202 systems, covering manuals, FAQs, setup, OS installation, hardware features, and troubleshooting guides.

Manuals and Downloads

Raspberry PI Imager

Raspberry Pi Firmware Tool (for eMMC)

Configuration Files (required when installing an OS):

Bullseye 32bit files- Download Bullseye 64bit files โ€“ Download

Bookworm 32bit files- Download Bookworm 64bit files โ€“ Download

**If installing to FR202, you will need to add the lines to the config.txt file noted in the section below for Bullseye

  • To get started, connect a keyboard, mouse, and monitor before powering up the system.

  • If you purchased the standard 60 watt power supply, it will be pre-wired and ready for use.

  • For the Din rail power supply, connect the wires as shown below. V+ to the red wire, V- to the black.

  • Use a flathead screwdriver to loosen the terminals to accept the wires. Insert the wires and then tighten the terminals back down.

  • On the system side, depress the orange tabs and slide the wires in.

This section covers what to expect the first time you power your system on.

If you did not select an operating system when ordering, the system will boot up to a diagnostic splash screen. You can install an operating system using the steps further down on this page.

  • Log in to the default pi account with the password โ€œraspberryโ€

  • Enter โ€œraspberryโ€ again (it is asking for the current password to enable changing it.)

  • Enter a new password. Note that it must be different from the default or it will error out.

  • Enter the new password again to confirm

  • You will be greeted with the Raspbian welcome screen.

  • Configure localization information

  • Click next to skip the redundant password change dialog. It will keep the password you set earlier.

  • Compete the setup wizard and the unit is ready for use.

The Lite version of Raspberry PI OS (Raspbian) boots straight to a login prompt.

  • Log in with the following credentials:

  • username: pi

  • password: raspberry

  • You will be prompted to change the default password on first login. re-enter โ€œraspberryโ€ as the current password, and then set your new password.

  • Click on the โ€œUbuntuโ€ user

  • Enter the default password โ€“ โ€œubuntuโ€

  • Enter the default password again โ€“ โ€œubuntuโ€

  • Create a new password

  • Click next and complete the setup wizard.

  • Your system is now ready for use.

Ubuntu server boots straight to a login prompt.

  • Log in with the following credentials:

  • username: ubuntu

  • password: ubuntu

  • You will be prompted to change the default password on first login. re-enter โ€œubuntuโ€ as the current password, and then set your new password.

  • Remove the 3 M3x4mm screws from the bottom of the system.

  • Lift up the bottom lid starting from the side with the OnLogic label

  • You now have access to the FR200 motherboard. Components such as the TPM, storage drives, and wireless modules

  • It is recommended not to disassemble the unit any further unless absolutely necessary. Further disassembly has greater potential to cause warranty voiding damage. Use caution.

  • Remove the 3 5mm standoffs from the system.

  • Gently pop the bottom plate off and gently remove the WiFi pigtail (if equipped)

  • The CM4 module is held in by x2 M2 screws.

  • To remove the module, remove the x2 screws and lift straight up.

  • Use caution as the connector is fragile.

  • Ensure the thermal pads and EMI gasket are still attached and in the shown locations.

  • Set the system onto the bottom plate, aligning the screw holes.

  • Re-install the x3 brass standoffs. Hand tighten and do not over torque. They can sheer off if too much force is applied.

  • Line up the two pegs of the bottom plate first, then hinge it into place.

  • Re-install the M3 screws into the bottom of the chassis.

  • Remove the 7 M3x4mm screws from the bottom of the system.

  • Remove the bottom bottom lid by lifting straight up.

  • Remove the internal storage cooler. Note that it โ€œhooksโ€ around the I/O board.

  • You will now have access to the I/O board. This connects to the FR202 motherboard via the Raspberry Pi GPIO connector (shown below on the LEFT). Note that models with LCD screens will have the x2 additional connectors (shown below on the RIGHT). Remove the x4 5mm hex standoffs to loosen the I/O board. You can now disconnect the GPIO connector to get access to the FR202 motherboard. &#xNAN;*Note: If your system has an LCD, be careful of the x2 additional connectors on the right.

  • You now have access to the FR200 motherboard. Components such as the TPM, storage drives, and wireless modules

Factor series systems currently support Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and Raspberry Pi OS (Bullseye and Bookworm) OSes. Other OSes or versions may not install or function properly.

Follow the steps below to install one of these operating systems. Make sure to verify if your system has eMMC storage or not. Many systems shipped from OnLogic have the OS installed onto the M.2 SATA drive.

A USB flash drive smaller than the systemโ€™s storage is required for this method. Example: The Factor system has 32GB storage. The flash drive must be 16GB or smaller.

  • Begin by downloading the .

  • Click on โ€œCHOOSE OSโ€

  • Select your desired image. In most cases, you will want the default โ€œRaspberry Pi OS

  • Click on โ€œCHOOSE STORAGEโ€

  • Select your flash drive from the list

  • Click โ€œWRITEโ€

  • Double check that this is the correct drive and choose โ€œYESโ€

  • If an error occurs, try using the erase function from the imagerโ€™s โ€œoperating systemโ€ menu

  • Erase function shown

  • The image writing process will begin. This takes some time.

  • Success!

  • Access the โ€œbootโ€ partition in your file browser and locate the config.txt file. You will need to replace the config.txt with the OnLogic one, and add usercfg.txt to the โ€œbootโ€ directory. Note that there are differences between 32 bit and 64 bit, so download your preferred file from here:

Bullseye 32bit files- Bullseye 64bit files โ€“

Bookworm 32bit files- Bookworm 64bit files โ€“

  • Unplug the flash drive from the computer and plug it into the single blue USB 3 port on the Factor unit.

  • Plug in the factor unit and it should boot up to the flash drive. It may restart automatically once or twice to configure everything.

  • Complete the setup wizard with the desired settings.

  • Configure localization information

  • Click next if you wish to keep the current password (default: raspberry)

  • Launch terminal from the panel in the top left

  • Run the โ€œlsblkโ€ command

  • In this example, our flash drive is SDA M.2 drive is SDB, and onboard eMMC storage is mmcblk0.

  • We will now clone the flash drive onto the desired storage drives. Following the example above, run a DD command:

  • Install to SATA M.2: sudo dd if=/dev/sda of=/dev/sdb status=progress

  • Install to eMMC: sudo dd if=/dev/sda of=/dev/mmcblk0 status=progress

  • An error saying โ€œno space left on deviceโ€ means that your flash drive was too big. It needs to be smaller than the drive you are installing to.

  • Success!

  • The terminal will show the amount of data copied and then drop to a prompt.

  • Shut down the system and unplug your flash drive.

Follow this method if your Factor unit is equipped with onboard eMMC storage.

  • Remove the 3 M3x4mm screws from the bottom of the system.

  • Lift up the bottom lid starting from the side with the OnLogic label

  • Locate the 6 pin jumper block.

  • It should already have a jumper installed on it.

  • Move the jumper from its default position onto the โ€œBoot DISโ€ pins as shown.

  • This tells the CM4 module to go into bootloader mode and allows flashing of the internal storage over USB-C.

  • Connect the USB-C port to another computer.

  • Connect power to the unit.

  • Download and install the from the links at the top of this page.

  • Type rpiboot into the start menu and launch the rpiboot program

  • A terminal window will appear. It will automatically run a few commands and then close.

  • If the terminal stays at this stage, that means the PI was not detected. Double check jumper placement. Confirm power is connected to the unit and try a different USB cable.

  • If successful, the eMMC storage will be given a drive letter. Windows can not read it as it contains a Linux filesystem. Do not format it. The Raspberry PI imaging tool will be used instead.

  • Download the Raspberry Pi imager using the link at the top of this page.

  • Launch it from the start menu

  • Click on โ€œCHOOSE OSโ€

  • Select your desired image. In most cases, you will want the default โ€œRaspberry Pi OSโ€

  • Click on โ€œCHOOSE STORAGEโ€

  • Select the RPI-MSD disk from the list. This is the Piโ€™s internal eMMC storage.

  • Click โ€œWRITEโ€

  • Double check that this is the correct drive and choose โ€œYESโ€

  • If an error occurs, try using the erase function from the imagerโ€™s โ€œoperating systemโ€ menu

  • Erase function shown

  • The image writing process will begin. This takes some time.

  • Success!

  • Unplug the USB-C cable and then plug it back in.

Access the โ€œbootโ€ partition in your file browser and locate the config.txt file. You will need to replace the config.txt with the OnLogic one, and add usercfg.txt to the โ€œbootโ€ directory. Note that there are differences between 32 bit and 64 bit, so download your preferred file from here:

Bullseye 32bit files- Bullseye 64bit files โ€“

Bookworm 32bit files- Bookworm 64bit files โ€“

  • Restore the jumper to its original position.

  • Line up the two pegs of the bottom plate first, then hinge it into place.

  • Re-install the M3 screws into the bottom of the chassis.

  • Boot up the Factor unit. It will reboot once or twice to configure itself.

  • You will be greeted with the Raspbian welcome screen.

  • Configure localization information

  • Click next if you wish to keep the current password (default: raspberry)

  • Compete the setup wizard and the unit is ready for use.

A USB flash drive smaller than the systemโ€™s storage is required for this method. Example: The Factor system has 32GB storage. The flash drive must be 16GB or smaller. The Factor series systems are compatible with Ubuntu versions 20.04, 22.04, and 24.04 (both Desktop and Server). Other versions are not supported and may present errors during installation or general use. You can review the supported OS in the .

  • Download the Raspberry Pi imager using the link at the top of this page.

  • Launch it from the start menu

  • Select the โ€œOther general-purpose OSโ€ category

  • Click On Ubuntu and select a supported version (more information above on supported versions).

  • Click Skip Customization

  • Select your flash drive from the list and write to it. Click โ€œWRITEโ€

  • Double check that this is the correct drive and choose โ€œYESโ€

  • Note: If error occurs, use the erase function to format drive and start again.

  • The image writing process will begin. This takes some time.

  • Success! but the configuration needs to be modified to boot properly.

  • Unplug the flash drive and then plug it back in.

  • The boot partition should show up with a drive letter.

Ubuntu Config Files:

  • Eject the boot partition

  • Unplug the flash drive from the computer and plug it into the single blue USB 3 port on the Factor unit.

  • Power on the Factor unit and wait for the login prompt.

Log in to the newly installed OS. See default credentials referenced in section above (typically ubuntu/ubuntu)

  • Open a terminal

  • Run the โ€œlsblkโ€ command

  • In this example, our flash drive is SDA, the M.2 drive is SDB, and onboard eMMC storage is mmcblk0.

  • We will now clone the flash drive onto the desired storage drives. Following the example above, run a DD command:

  • Install to M.2: sudo dd if=/dev/sda of=/dev/sdb status=progress

  • Install to eMMC: sudo dd if=/dev/sda of=/dev/mmcblk0 status=progress

  • An error saying โ€œno space left on deviceโ€ means that your flash drive was too big. It needs to be smaller than the drive you are installing to. Use a different flash drive and set it up again.

  • If completed successfully, the terminal will show the amount of data copied and then drop to a prompt.

  • Shut down the system and unplug your flash drive.

Installing Ubuntu is a bit more involved than Raspberry Pi OS. Configuration files need to be edited manually or the operating system will not boot properly.

The Factor series systems are compatible with Ubuntu versions 20.04 and 22.04 (both Desktop and Server). Other versions are not supported and may present errors during installation or general use. You can review the supported OS in the .

Follow this method if your Factor unit is equipped with onboard eMMC storage.

  • Remove the 3 M3x4mm screws from the bottom of the system.

  • Lift up the bottom lid starting from the side with the OnLogic label

  • Locate the 6 pin jumper block.

  • It should already have a jumper installed on it.

  • Move the jumper from its default position onto the โ€œBoot DISโ€ pins as shown.

  • This tells the CM4 module to go into bootloader mode and allows flashing of the internal storage over USB-C.

  • Connect the USB-C port to another computer.

  • Connect power to the unit.

  • Download and install the โ€œFirmware Toolโ€ from the links at the top of this page.

  • Type rpiboot into the start menu and launch the rpiboot program

  • A terminal window will appear. It will automatically run a few commands and then close.

  • If the terminal stays at this stage, that means the PI was not detected. Double check jumper placement. Confirm power is connected to the unit and try a different USB cable.

  • If successful, the eMMC storage will be given a drive letter. Windows can not read it as it contains a Linux filesystem. Do not format it. The Raspberry PI imaging tool will be used instead.

  • Download the Raspberry Pi imager using the link at the top of this page.

  • Launch it from the start menu

  • Select the โ€œOther general-purpose OSโ€ category

  • Click On Ubuntu

  • Scroll down to and select a of Ubuntu

  • For 32-bit Ubuntu installations, select Server even if you want Ubuntu Desktop. The desktop will be installed later.

  • Select the RPI-MSD disk from the list. This is the Piโ€™s internal eMMC storage.

  • Select your RPI-MSD disk from the list and write to it. Click โ€œWRITEโ€

  • Double check that this is the correct drive and choose โ€œYESโ€

  • Note: If error occurs, use the erase function to format drive and start again.

  • Success! but the configuration needs to be modified to boot properly.

  • Unplug the USB-C cable and then plug it back in.

  • The boot partition should show up with a drive letter. If it doesnโ€™t, you may need to assign one manually via Disk Management or Diskpart.

Ubuntu Config Files:

  • Eject the boot partition

  • Unplug the power and USB cable from the Factor unit

  • Restore the jumper to its original position.

  • Line up the two pegs of the bottom plate first, then hinge it into place.

  • Re-install the M3 screws into the bottom of the chassis.

  • Power up the unit and it will boot into Ubuntu. Log in with the following credentials:

  • username: ubuntu

You will be prompted to change the password. Enter a new password. Your system is now set up and ready to use.

32bit Ubuntu Desktop can not be installed directly. You must first install Ubuntu Server using one of the methods above. Once server is up and running, the following procedure will install the desktop environment.

  • Log in to the system

  • Run โ€˜sudo apt updateโ€™

  • Run โ€˜sudo apt install ubuntu-desktopโ€™

  • Type Y and press enter at the prompt.

The CM4 module has a hardcoded boot order of eMMC > SATA M.2 > USB. This can be problematic if the image on the eMMC or SATA M.2 becomes corrupted or needs to be erased for other reasons. The simple solution is to erase the boot partition. This can be done one of two ways.

Note that this method can only by used to wipe eMMC storage, not a SATA M.2

  • Remove the 3 M3x4mm screws from the bottom of the system.

  • Lift up the bottom lid starting from the side with the OnLogic label

  • Locate the 6 pin jumper block.

  • It should already have a jumper installed on it.

  • Move the jumper from its default position onto the โ€œBoot DISโ€ pins as shown.

  • This tells the CM4 module to go into bootloader mode and allows flashing of the internal storage over USB-C.

  • Connect the USB-C port to another computer.

  • Connect power to the unit.

  • Download and install the โ€œFirmware Toolโ€ from the links at the top of this page.

  • Type rpiboot into the start menu and launch the rpiboot program

  • A terminal window will appear. It will automatically run a few commands and then close.

  • If the terminal stays at this stage, that means the PI was not detected. Double check jumper placement. Confirm power is connected to the unit and try a different USB cable.

  • If successful, the eMMC storage will be given a drive letter. Windows can not read it as it contains a Linux filesystem. Do not format it. The Raspberry PI imaging tool will be used instead.

  • Download the Raspberry Pi imager using the link at the top of this page.

  • Launch it from the start menu

  • Click on โ€œCHOOSE OSโ€

  • Scroll down and click on โ€œeraseโ€

  • Click on โ€œCHOOSE STORAGEโ€

  • Select the RPI-MSD disk from the list. This is the Piโ€™s internal eMMC storage.

  • click โ€œWRITEโ€

  • Double check that this is the correct drive and choose โ€œYESโ€

  • The storage has now been erased.

  • Proceed to one of the operating system installation guides on this page.

If the Linux image on the Factor unit is still bootable, you can use the terminal to erase the boot partition.

  • Run the lsblk command to list the storage devices

  • In this example, the boot partition is stored on /dev/mmcblk0p1

  • The following command will copy zeroes over that partition, effectively wiping it and preventing the Pi from booting to it.

sudo dd if=/dev/zero of=/dev/mmcblk0 status=progress

A SATA M.2 storage drive will likely show up as sdb, so this command will wipe the M.2โ€™s boot partition:

sudo dd if=/dev/zero of=/dev/sdb status=progress

Once the drive wipe has completed, proceed to one of the operating system installation guides on this page.

The FR200 series serial mode can be controlled by configuring the embedded FTDI EEPROM. You will need to install the utility before updating the serial mode.

  • Install required libraries: sudo apt install libconfuse-dev libusb-1.0-0-dev and build tools: sudo apt install cmake build-essential

  • Download the latest libFTDI Source .tar.bz2 from the Intra2Net page here: | Example: wget https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2

  • Download the configuration file for your required mode:

    • โ€“ wget static.onlogic.com/resources/firmware/documentation/configs/FR200_RS232.conf

    • โ€“ wget static.onlogic.com/resources/firmware/documentation/configs/FR200_RS422.conf

With the serial port configuration enabled, the port will now enumerate as /dev/ttyUSB[x], where [x] is the port number. This is typically /dev/ttyUSB0, but may be enumerated differently depending on other USB devices connected. You can also identify the serial port chip via the hardware ID, which is F81439A.

The TPM is an optional Nuvoton-based hardware add-on for the FR200 series systems.

You can download the required Device Tree files and Readme installation instructions from here:

Important notes about Factor PoE (Power Over Ethernet) PD setup and the various revisions of the module.

  • Do not connect both power inputs at the same time. Only connect x1 power connection (either PoE OR terminal block).

  • Review specific details in the specific models below\

The ADP125 is an isolated PoE PD (powered device) modules. Factor series systems configured and shipped in August 2024 or later have this version of the module. This offers isolation/protection from transient voltage of up to 100KV.

Factor Series systems configured with PoE PD modules and shipped before August 2024 will use the ADP122. Important notes about Factor PoE (Power Over Ethernet) setup when using the ADP122 addon module:

  • Do not connect both power inputs at the same time. Only connect x1 power connection (either PoE OR terminal block).\

The ADP122 is a non-isolated PoE PD (powered device) module. The FR200 product family provides a ground scheme that isolates digital and chassis ground. Downstream equipment may modify this ground scheme by shorting chassis and digital ground together within the cabling or attached circuitry. Downstream or upstream devices that depend on isolated digital and shield/chassis grounds may experience performance degradation as a result of this equipment.

In the event of a break in ground scheme due to installation environment and connected equipment, there is no safety concern. However, equipment that depends on ground isolation for protection or measurement may experience loss of performance including, but not limited to, inaccuracy of power measurement or power delivery or equipment damage.

You can review additional details in the Errata document below:

If you are having issues accessing the RTC, especially after installing a new operating system, you will need to add these lines to your config.txt file:

You can also refer to the Raspberry PI CM4 documentation for more info. Section 2.13 under "Real time clock (RTC)" at this link:

Functions listed in this FR202 Features section are in addition to the Factor Series Features section above, and for the FR202 system only. The below features and not available on the FR201 platform.

Note: For the best experience, always update to the latest firmware version before testing these commands.

Version
Release Date
Link
Release Notes

The FR202 Digital IO is connected to the CM4 via a virtual USB-CDC-ACM serial port; you can see that the USB device is detected using lsusb and OnLogicโ€™s USB Vendor ID:

lsusb -d 353f:

Data can be sent to the device over its virtual serial port, which will be available in /dev :

ls /dev | grep ACM

The serial port can operate either as an interactive UART terminal, or as an endpoint for raw byte commands.

The FR202โ€™s UART shell supports line editing, history, and TAB completion. Digital inputs and outputs are collected into groups, and dio commands are performed on those groups.

For instance, DO_G0 is โ€œDigital Output Group 0โ€. A complete list of devices can be produced by running device list. Once you have selected a device, dio commands may be run:

Subcommand
Example
Description

To exit the interactive terminal and enter byte-processing mode, run the byte_mode command.

For information about other terminal commands, see:

When using byte mode, DIO commands are sent in the form of command packets, and each command will receive a status (and optional data) as a response.

The command header is eight bytes in length:

Bytes
Description
Options

All command headers must indicate the type of data to follow, by setting the command kind:

Kind
Value (u8)
Size
Description

Each command sent will recieve a response from the microcontroller. This response may contain data, but can always be examined to determine if the command succeeded.

Code
Value
Description

The DIO command format is as follows:

Bytes
Description
Options

The digital IO command supports the following actions:

Action
Value (u8)
Description

A sample application demonstrating some simple features of the display is provided for each of the supported Operating systems here:

On systems pre-installed with an OS from OnLogic, the display demo files are located under /usr/sbin/demo-display and /etc/systemd/system/demo-display.service

Pieces of this sample package are referenced in the display sections following. It also ships on all OnLogic-provided Pi OS and Ubuntu software images, enabled by default. To disable it, run sudo systemctl disable demo-display from a terminal window.

If you have deployed Bookworm onto your Factor unit since receiving it you may see the demo program not work right away. If you see this behavior please type `raspi-config` in the Linux terminal, select `Interface Options` then select `I2C` and enable it.

Display Controller:

Controlling the Backlight

Touch Controller:

Display backlight is controlled by an i2c expander at 0x3C on I2C1.

The OnLogic-provided utility โ€œfr202-i2cโ€ can control the backlight with the commands:

Enable: fr202-i2c set p7v6_shdn 0

Disable: fr202-i2c set p7v6_shdn 1

A list of other controllable signals is available in the help text for the tool. It is provided with the display code samples as well as

The backlight can also be enabled using the i2ctools utilities as follows:

Configure GPIO IC: i2cset -y 1 0x3c 0x03 0x81

Enable: i2cset -y 1 0x3c 0x01 0xbf

Disable: i2cset -y 1 0x3c 0x01 0xff

pip install st7789

apt install python3-rpi.gpio python3-spidev python3-pil python3-numpy

The provided python example โ€œdemo-displayโ€ demonstrates the use of Pythonโ€™s PIL and the ST7789 display library to display static images and text. It runs as a service in OnLogic-provided Pi OS and Ubuntu installations as well.

pip install opencv-python

apt install libatlas-base-dev

pip install -U numpy

The separately provided โ€œst7789-videoโ€ demonstrates the use of opencvโ€™s video library to show a video on-screen. By default, the sample is configured to read and display a video called โ€œtest.aviโ€ in the same folder as the application. A video is not provided.

The ADC is attached to SPI 4 CS0. Look for this device name in your OS hardware list. Example:

/dev/spidev4.0

The ADC part number is LTC2448; a description of the SPI protocol can be found in the device manual .

An example of accessing the ADC can be found in the FR202-demo program as well. You can download it from . Search for โ€œadcโ€ in the demo-display file for examples.

All ADC channels are differential and configured as follows: ANALOG IN 0: Channel 0+1

ANALOG IN 1: Channel 2+3

ANALOG IN 2: Channel 4+5

ANALOG IN 3: Channel 6+7

TEMPERATURE 0: SENSOR Channel 8+9, REFERENCE Channel 10+11

TEMPERATURE 0: SENSOR Channel 12+13, REFERENCE Channel 14+15

***This has been resolved with a new image deployment as of Mid-August 2025 but systems from January-August 2025 may still experience this issue and will require the workaround below or a reimage***

Starting in the beginning of 2025, our Raspberry Pi OS image files had an automatic service included to help manage the FR202 display. Services are programs that automatically launch and run in the background in Linux operating systems. This service is included in both the FR201 and FR202 as they utilize the same motherboard/processing units, and therefore have the same image files. We had found that this specific service can lead to error messages on the FR201 as it is searching for hardware that is not present in the system. This can lead to larger than necessary log files, which can consume storage space unnecessarily.

On the FR202 this service makes the LCD screen show the screen-test outputs, and the demo-display files can be modified to match the specific use case. This service identifies the FR202 hardware and runs properly, but on FR201s it fails since that hardware is not present. When it fails, this results in repeated lines of errors captured in the OS error logs. Essentially, it can consume storage space, and may cause concerns for those who are unaware.

The OS images this affects are our Raspberry Pi OS images (full/lite, and 32/64 bit). The original revision images were used through the end of December 2024, with the new revision that includes this service starting to be used at the beginning of January 2025. Ubuntu does not have the service included.

Because of our OS file management, FR201s and FR202s use the same image files. This means that the demo-display and service setup always happen, regardless of the system model. We recommend disabling the service in the following cases:

  • User has an FR201

  • User has an FR202 and doesn't have/want to use the LCD

For those that want to see if the service is running, they can run the following command:

systemctl list-units --type=service --state=running

If the service is running, and it needs to be disabled, the following two commands should be run:

sudo systemctl stop demo-display.service sudo systemctl disable demo-display.service

To check if the demo-display file is installed, it is located under the /usr/sbin directory.

If you are encountering general issues with your FR200 series system, such as the Real-Time-Clock (RTC) disconnecting, various ports not being detected, or features not working as expected, make sure youโ€™re using the OnLogic provided config.txt and usercfg.txt files. These add additional functionality to the system, and allow the Raspberry Pi CM4 module to properly interface with the OnLogic designed FR200 series daughterboards. You can download the files from the section above.

You should make sure that any Factor (FR201 and FR202) units have the following lines in the config.txt file:

For the FR202 specifically, you will also need to ensure the config.txt file includes:

CPU Panic error messages may be see during/after an OS installation due to using an older or malfunctioning USB drive. Please make sure to use a USB 3.0 drive or newer, installed into the USB 3.0 slot on the Factor system. A different USB drive may also need to be used.

If one of the Ethernet ports is not detected or shows as Disabled in Ubuntu, you can follow these steps to add it into Netplan and enable it.

  1. Run the following command:

  1. Look for the Logical name, which is required in the next step, and run the following commands

  1. Add the logical name (found in Step 2) to the 50-cloud-init.yaml file. See an example below:

  1. Close and save, then run the following commands


If the TPM modules is not working properly, refer to the section above for installing and configuring the necessary files.


Booting Ubuntu via USB may result in a black screen if the eMMC has an OS image on it. Wiping the eMMC and/or M.2 drive is recommended if that is encountered.


Some operating system versions require different config.txt settings to make the power indicator light function. If your Factor unit is otherwise functional, but the power indicator light is not lighting up, this is likely an issue with the config.txt file. Look for the following lines in the file:

Replace those lines with


If youโ€™re seeing issues using the FR202 LCD display, or seeing errors when running the FR202-demo scripts, make the following changes to your config.txt file:

Delete/comment out:

dtparam=spi=on

Add:

dtoverlay=spi4-1cs dtoverlay=spi3-1cs,cs0_pin=24 dtoverlay=i2c5,pins12_13=on,baudrate=40000

After making any changes, save and restart the operating system.

The Factorโ€™s CM4 compute module has a built-in Wi-Fi antenna that it uses by default instead of the attached external antenna. The config file /boot/firmware/config.txt (or /boot/config.txt depending on your OS) may need to be updated for the CM4 to use the external antenna to connect to Wi-Fi instead of its internal one. To do this, open the specified config file and add the line โ€˜dtparam=ant2โ€™, save, and then reboot your system. This should provide a noticeable improvement in Wi-Fi speeds.

In a Factor with 4G LTE and Wi-Fi, there can be an issue where the devices โ€œcompeteโ€ for priority over each other, preventing them from connecting properly to the internet. To resolve this, you will need to set the priorities for the devices in the โ€˜/etc/dhcpcd.confโ€™ file for the Raspberry Pi OS and in the netplan configuration for the Ubuntu OS. You can do this by entering the following into the configuration file:

interface wlan0 metric 100 interface eth0 metric 200

The lower the metric, the higher priority. So in this example, the WIFI device (wlan0) will take priority over the ethernet. What that is doing is ensuring that the WIFI deviceโ€™s default route is being used to route network traffic. The customer may need to set priorities for each network device, which for Factor is eth0, eth1, wlan0, and usb0, where usb0 is the AMIT card.

The Out-of-Box version of the following operating systems on the FR200 systems can encounter issues with the NWK300 modem where you may not be able to set up the modem properly:

  • Raspberry Pi (Bullseye)

  • Raspberry Pi Lite (Bullseye)

  • Ubuntu Desktop/Server 20.04 - 32 Bit

  • Ubuntu Desktop/Server 22.04

The issue can be resolved by running an OS update. Run the command:

'sudo apt update && sudo apt upgrade'

And the system should be able to use the modem normally. This issue is not present in the Bookworm or Ubuntu 24.04 operating systems.

  • The system is now ready for use.

  • The system is now ready for use.

  • Re-install the module by lining up the screw holes. Gently pop it down into the sockets.
  • Note: the screws will not line up if the module is rotate 180 degrees.

  • Power the system back on and it will boot up into the operating system. The installation is now complete.
    If it doesnโ€™t, you may need to assign one manually via Disk Management or Diskpart.
  • Download the the zipped file below and copy them to the boot partition, overwriting the existing two files

  • Power the system back on and it will boot up into the operating system. The installation is now complete.
    Download the the zipped file below and copy them to the boot partition, overwriting the existing two files
    password: ubuntu
  • Sit tight while the installation proceeds. This will take at least 10 minutes.

  • After the installation completes, type โ€˜sudo rebootโ€™ and press enter.

  • The unit will reboot into the desktop environment.

  • Extract the download to a folder. Example: tar -xf libftdi1-1.5.tar.bz2
  • Build the library and the FTDI EEPROM tool:

    • mkdir libftdi1-1.5/build && cd libftdi1-1.5/build

    • cmake -DCMAKE_INSTALL_PREFIX="/usr" ../

    • make && sudo make install

  • Alternatively, you can also clone libFTDI with git: git clone git://developer.intra2net.com/libftdi

  • RS485 โ€“ wget static.onlogic.com/resources/firmware/documentation/configs/FR200_RS485.conf

  • Flash the EEPROM image: sudo ftdi_eeprom --flash-eeprom FR200_<protocol>.conf

    • RS232 Example: sudo ftdi_eeprom --flash-eeprom FR200_RS232.conf

  • Reboot for changes to take effect: sudo shutdown -r now

  • Initial launch

    num

    dio num DO_G0 ouputs

    Report the number of input/output pins available to an IO bank

    mode

    dio mode DO_G0 open-drain

    Configure digital outputs to source or sink current, when supported

    pwm

    dio pwm DO_G0 0 1000000 50

    Set an output as PWM with period in microseconds, and duty in percent

    edge

    dio edge DO_G0 0

    Get the number of rising and falling edges detected by a digital input

    2 โ€“ 3

    The status of the last command

    Should be zero when sending a command, one of Status Codes when receiving

    4

    The length of the transfered command data

    Must be less than 56, and equal to the length of the command body in bytes

    5-7

    Reserved

    Must be 0x00

    6 bytes

    Sideband configuration and reporting for CAN devices

    Reset

    0x02

    0 bytes

    Causes a cold-reset of the microcontroller

    Version

    0x03

    8 bytes

    Reports the firmware version of the running application image

    Ignition

    0x04

    10 bytes

    Configures automotive and power features on supported devices

    Disable

    0x05

    0 bytes

    Disables byte processing of incoming data, and returns to an interactive shell

    Unbound Device

    0x0002

    The device targetted exists, but the MCU was unable to attach to and communicate with it

    DIO โ€“ Invalid Pin

    0x0003

    The target pin exceeded the number of inputs or outputs actually present

    DIO โ€“ Pin Read Failed

    0x0004

    Reading the state of the targetted pin failed for an unknown reason

    DIO โ€“ Pin Write Faield

    0x0005

    Writing the state of the targetted pin failed for an unknown reason

    DIO โ€“ Set Mode Unsupported

    0x0006

    Setting the DIO mode to push-pull or sink-source is not supported

    Invalid Command

    0x0007

    The subcommand requested was outside of the valid range for the message kind

    Bad Message Kind

    0x0008

    The message kind was not one of Valid Command Kinds

    Version โ€“ Read Failed

    0x0009

    Reading the application version failed for an unknown reason

    2

    The pin index to get or set

    The output pin index starts at 0, the input index starts at 0 + n-outputs

    3

    The current state of the pin (if read), or the state to set (if written), or the mode to set (mode 0=sourcing, mode 1=sinking)

    0 or 1

    4 โ€“ 7

    The edge-count of the pin, or the number of inputs/outputs

    0 โ€“ MAX_UNSIGNED_INT (u32)

    Set Count

    0x02

    Set the edge count of a digital input to the passed value

    Set Mode

    0x03

    Switch between sink-source and open-collector drive mode on supported hardware

    Num Devices

    0x04

    Reports the number of DIO banks available on the device

    Num Outputs

    0x05

    Reports the number of outputs available to the indicated device

    Num Inputs

    0x06

    Reports the number of inputs available to the indicated device

    dtoverlay=i2c1,pins_44_45=on
    dtoverlay=i2c-rtc,pcf85063a=on

    1.3.1.0

    09/15/2023

    Download

    Improves the stability of the โ€œbyte modeโ€ protocol

    1.2.5.1

    set

    dio set DO_G0 0 true

    Set the logical state of a digital output to true or false

    get

    dio get DO_G0 output 0

    Get the current logical state of a digital input or ouput

    0

    The message โ€˜start of frameโ€™ byte.

    Must be 0x01, or the message will be rejected. For non request/response frames, it is instead set as 0x02

    1

    Indicates the kind of command transmitted

    Must be one of the Valid Command Kinds

    DIO

    0x00

    8 bytes

    Commands that get and set the state of MCU controlled digital IO banks

    CAN

    Success

    0x0000

    The last command was processed successfully

    Invalid Device

    0x0001

    The device indicated by the command exceeded the number of devices available to the system

    0

    The DIO action to perform on the device

    Must be one of DIO Actions

    1

    The bank of digital IO to target, or the number of devices

    Must be between 0 and the number of DIO banks available on the platform

    Get

    0x00

    Read the state and count of an input, or just the state of an output

    Set

    0x01

    Set the logical state of a digital output

    # Enable the audio output, I2C and SPI interfaces on the GPIO header. As these
    # parameters related to the base device-tree they must appear *before* any
    # other dtoverlay= specification
    dtparam=audio=on
    dtparam=i2c_arm=on
    #dtparam=spi=on
    dtoverlay=spi4-1cs
    dtoverlay=spi3-1cs,cs0_pin=24
    dtoverlay=i2c5,pins12_13=on,baudrate=40000
    lshw
    Network: DISABLED
    cd /etc
    cd netplan
    sudo nano 50-cloud-init.yaml
    sudo netplan apply
    reboot
    dtparam=pwr_led_trigger=backlight
    drparam=pwr_led_activelow=on
    dtparam=pwr_led_trigger=default-on
    dtparam=pwr_led_activelow=off

    FAQs

    How is auto power on enabled?

    Auto power on is permanently enabled on this model. The unit will automatically turn on when supplied with power.

    What is the default username/password?

    You will be prompted to change this when logging in for the first time Raspberry Pi OS: pi/raspberry ubuntu: ubuntu/ubuntu

    Which Operating Systems are supported?

    The following operating systems have been validated by OnLogic. Other operating systems are not likely to work and are not eligible for support from OnLogic. Installation instructions can be found further down on this page. Refer to the contents pane on the right.

    Raspberry Pi OS Lite (32bit & 64bit)[Bullseye & Bookworm] Raspberry Pi OS (32bit & 64bit)[Bullseye & Bookworm]

    Ubuntu Desktop 22.04 (32bit & 64bit) Ubuntu Desktop 20.04 (32bit)

    Ubuntu Server 22.04 (32bit & 64bit) Ubuntu Server 20.04 (32bit)

    How do I erase the M.2 Storage?

    The boot order is hardcoded. The best approach is to temporarily remove the M.2 storage drive, boot via USB, and then reconnect the M.2 storage once booted. It can then be erased.

    How can I install my own Linux image?

    When installing your own OS, make sure to use the OnLogic config.txt and usercfg.txt files. These allow the OnLogic designed FR200 series daughterboards to function properly. You can download the needed files from here.

    How does the serial port enumerate?

    The serial port typically enumerates as /dev/ttyUSB0. If you have a USB drive connected, it will use the next lowest number (i.e. /dev/ttyUSB1). The hardware ID of the serial port chip is F81439A.

    What is the Config.txt file for?

    Raspberry Pi modules do not use a BIOS like traditional desktop computers. Intead, they use Config.txt and Usercfg.txt files. Raspberry Pi has details about the files and use here .

    System Setup

    First Boot

    - No OS

    Raspberry Pi OS

    - Raspberry Pi OS (Lite)

    - Ubuntu Desktop

    - Ubuntu Server

    Internal Access

    FR201

    FR202

    OS Installation

    For USB drive installations, make sure to use a USB 3.0 or newer.

    Raspberry PI OS (SATA M.2)

    Raspberry Pi OS (eMMC)

    Ubuntu (SATA M.2)

    Ubuntu (eMMC)

    32Bit Ubuntu Desktop

    Storage Management

    eMMC/SATA M.2 Wipe (Other PC)

    eMMC/SATA M.2 Wipe (DD Command)

    Factor Features

    Serial Mode Configuration

    EEPROM Tool Installation

    Configuration Settings

    TPM

    PoE

    ADP125

    ADP122

    Enabling the Real Time Clock (RTC)

    FR202 Features

    Firmware Updates

    Digital IO (DIO)

    UART Terminal

    Byte Mode

    Front Display

    Demo Application

    Display IC Part Numbers

    Images, Text, and Touch via Python

    Video via Python

    ADC (Analog/Digital Converter)

    Troubleshooting

    Demo Display Service Disclaimer

    General OS/System Issues

    CPU Panic error messages

    Missing/Disabled Ethernet (Ubuntu)

    TPM Module Issues

    USB Boot Black Screen

    Power LED Off

    Display Demo Issues

    Slow Wi-Fi Speeds

    Wi-Fi/Modem Connectivity

    NWK300 Modem Issues

    Raspberry Pi imager
    Download
    Download
    Download
    Download
    Raspberry Pi Firmware Tool
    Download
    Download
    Download
    Download
    FAQs section above
    Download
    First Boot
    FAQs section above
    supported version
    Download
    https://www.intra2net.com/en/developer/libftdi/download.php
    RS232
    RS422
    FR200 Series TPM Files
    https://datasheets.raspberrypi.com/cm4io/cm4io-datasheet.pdf
    Shell Commands
    Bullseye Demo Program
    Bookworm DEMO Program
    ST7789V
    ST1633i
    example
    here
    here
    Manual and Downloads
    Diagnostic screen shown when no operating system is found.
    Factor-PoE-Errata-RP-01.pdf
    PDF ยท 29KB
    Open
    TPM

    Initial launch

    0x01

    Download