Altera_Forum
Honored Contributor
12 years agoReleased: A Linux + FPGA jump-start kit for SoCKit
Hi all,
If you're looking for a jump start with the SoCKit board, this may be for you: The Xillinux distribution is a software + FPGA code kit for running a full-blown graphical desktop on the sockit board (http://www.altera.com/b/arrow-sockit.html), attaching a monitor, keyboard and mouse to the board itself. The full package, along with setup instructions is free for download. The setup takes 30-60 minutes, the majority of which consists of waiting for Quartus to implement some logic components. No prior knowledge in FPGA nor Linux is necessary to carry out the setup process. Key features:- Based upon Ubuntu LTS 12.04 for ARM, it makes the sockit (http://www.rocketboards.org/foswiki/edit/projects/sockit?topicparent=projects.xillinuxforsockit) board behave like a PC with the microsd (http://www.rocketboards.org/foswiki/edit/projects/microsd?topicparent=projects.xillinuxforsockit) card as its hard disk. Just plug a USB mouse and keyboard to the OTG port and use the board like any computer running Linux.
- The (analog) VGA output of the board functions as the computer's screen output, displaying both Linux text console and the X-Windows desktop (Gnome).
- Comes with a FPGA development kit for establishing xillybus (http://xillybus.com/) pipes with the host: Connect your application logic to plain FIFOs in the logic part, and use plain file operations to send and receive data. As a matter of fact, for just data acquisition and transmission, Linux' "cat" command-line utility will do the job. Setting this up requires no knowledge about the processor setup, Linux kernel, drivers etc.
- Also includes the xillybus lite (http://xillybus.com/xillybus-lite) kit for a bare-metal-like interface with peripherals.
- Native compilation of user applications and kernel modules on the board: Edit and compile your program on the board's desktop and processor, rather than using cross-compilers.