-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (30 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
== 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.