/SDK5demo

Primary LanguageCOtherNOASSERTION

== WARNING

Work on DMCP5 is in progress. There is no separate distribution of DMCP5.
Use DM32 combo firmware and "Setup->System->Reset to DMCP menu".



== WARNING

Preliminary version, keyboard layout isn't adapted for DM32.



== Prerequisites

GNU ARM toolchain can be downloaded from
  https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads.
We are currently using Version 7-2018-q2-update Linux 64-bit.

Make is usually available in some base development package, but you
can install it directly, e.g. for debian like systems
  sudo apt-get install make

Basic shell utilities (usually present in system):
  bash, dd, sed, tac, printf, find, etc.

Some usually available aux utilities (could require separate installation):
  crc32, sha1sum



== Build

Add ARM toolchain bin/ directory to PATH.
(e.g. ~/arm/gcc-arm-none-eabi-7-2018-q2-update/bin)

Run make to build the program.

Generated program 
  build/SDK5demo.pg5

Contents of QSPI
  build/SDK5demo_qspi.bin



== SDK5demo repository

The latest version of SDK5demo is available at
  https://github.com/swissmicros/SDK5demo



== SDKdemo help file

You can copy the help/sdkdemo.html file to directory /HELP/ on calculator filesystem.
Then the help is available directly on calculator by pressing F1 key.