A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: front/Model_main.php

Line Number: 34

Backtrace:

File: /var/www/html/application/models/front/Model_main.php
Line: 34
Function: _error_handler

File: /var/www/html/application/controllers/Home.php
Line: 1328
Function: init

File: /var/www/html/index.php
Line: 315
Function: require_once

ICOP Technology Inc. - [Technical tips] Save the FreeDOS in the ICOP's onboard flash to an image
cancel

[Technical tips] Save the FreeDOS in the ICOP's onboard flash to an image

February 24, 2023

According to the previous article "Making a FreeDOS bootable USB flash drive", you can use the boot disk to open FreeDOS, and this article will teach you how to use the command to save the SPI flash disk image to file.

CommandtheFreeDos

FreeDOS

FreeDOS is free software, licensed under the GNU General Public License terms. FreeDOS (formerly Free-DOS and PD-DOS) is a free operating system for IBM PC-compatible computers. It intends to provide a complete MS-DOS-compatible environment for running legacy software and supporting embedded systems.

Creating a bootable DOS USB in Windows

  1. Download Rufus from https://rufus.ie/en/
  2. Rufus doesn’t need to be installed. You can run the program as an administrator after the download is complete.
 

Introduction to FreeDOS commands

View file: dir

Switching slots: X:

Copy the file in the slot: copy file name file location


Operation Video

Target Device:

We will be using the VSX-6154-V2 to be the target device in this section.

The steps to save SPI flash disk image to file:

  1. Download Rufus
    rufus_fdos
  2. Go to BIOS→Boot→Boot Setting Configuration to set the option Onboard Virtual Flash FDD set to Enable
    FDDset
  3. Insert the boot disk to start FreeDOS

  4. View the file in slot A (Use FreeDOS command)
    ➤ Command: A:→ Command: dir
    FilesCheck
  5. Copy the SPITOOL file from slot A to slot C
    ➤ Command: COPY SPITOOL C:
    CopySPITOOL
  6. Back to Slot C
    ➤ Command: C:
  7. Run the following command to save external/internal SPI flash disk image to file
    ➤ Command: spitool read xxx.img-external / spitool read xxx.img/i-internal
 

Result:

RunCommand
VSX-6154-V2

Main features of VSX-6154-V2:

  • DM&P SoC Vortex86SX – 300MHz
  • 128MB/256MB DDR2 onboard
  • 4S / 2U / VGA / LCD / LAN / LPT / SPI / 16GPIO / IDE
  • Operation Temperature:-20 ~ +70°C / -40 ~ +85°C (Optional)

For more info and sample request, please write to info@icop.com.tw, call your nearest ICOP Branch, or contact our Worldwide Official Distributor.

Δ