![Syntacore SCR1 SDK Скачать руководство пользователя страница 10](http://html1.mh-extra.com/html/syntacore/scr1-sdk/scr1-sdk_quick-start-manual_1421211010.webp)
4. Getting SCR1 Running
4.1. Starting Up
1. Connect your host PC to the Arty’s USB port (J10).
2. Open any terminal program. In the example below we use
minicom
terminal. Adjust its UART
parameters as follows:
◦
Bps/Par/Bits
- 115200 8N1
◦
speed
- 115200
◦
bits
- 8
◦
stop bits
- 1
◦
parity
- none
◦
Hardware Flow Control:
No
3. Initiate FPGA re-configuration process (push
PROG
button) or SOC internal circuitry reset (push
RESET
button).
4. Terminal program should display SCR bootloader’s banner and prompt:
SCR loader v1.0-scr1_RC
Copyright (C) 2015-2017 Syntacore. All rights reserved.
ISA: RV32IMC [40001104] IMPID: 17090700
SYSID: 17090400 BLDID: 17090701
Platform: arty_scr1, cpuclk 25MHz, sysclk 25MHz
Memory map:
00000000-0FFFFFFF 00000000 DDR
F0000000-F000FFFF 00000000 TCM
F0040000-F0040FFF 00000000 MTimer
FF000000-FF0FFFFF 00000000 MMIO
FFFF0000-FFFFFFFF 00000000 On-Chip RAM
1: xmodem load @addr
g: start @addr
d: dump mem
m: modify mem
i: platform info
:
4.2. Loading Binary Images to Memory
NOTE
SCR bootloader supports only loading of binary files using XMODEM file
transferring protocol.
1. Wait for the bootloader’s menu and prompt
8