In stock
View Purchasing OptionsFor the below screencast of the Linux Quick Start Demo, I used the minicom
serial communications program on a Ubuntu laptop connected as described in the demo instructions to a PolarFire SoC Icicle Kit.
In the video, I open four serial connections, but only ever use one of them to log into Debian running on the PolarFire SoC’s quad-core RISC-V subsystem. As you can see, it’s easy to get started with the Icicle Kit to develop for Linux on RISC-V — nothing shown in the video required any knowledge or configuration of the PolarFire SoC’s FPGA subsystem.
The exact command I used to start minicom
is:
minicom -s --8bit --baudrate 115200 --device /dev/ttyUSB0
The -s
flag drops you straight into minicom
‘s set up menu, which I needed to turn off hardware flow control. You may also need to add yourself to the dialout
group in order to gain access to the serial port, or you could use sudo
.
In the video, right before I type root
at the login prompt, I clear the minicom
screen (CTRL-A Z C), but I only did that to make the video a bit clearer.