From 2bb7fce5e3cfcc8eb93695aedefc9d6a7ae2e036 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 13 May 2020 17:54:42 +0200 Subject: [PATCH] targets/acorn_cle_215: add minimal instructions to reproduce the results. --- litex_boards/targets/acorn_cle_215.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/litex_boards/targets/acorn_cle_215.py b/litex_boards/targets/acorn_cle_215.py index 26a894d..ad709b4 100755 --- a/litex_boards/targets/acorn_cle_215.py +++ b/litex_boards/targets/acorn_cle_215.py @@ -3,6 +3,28 @@ # This file is Copyright (c) 2020 Florent Kermarrec # License: BSD +# Build/Use ---------------------------------------------------------------------------------------- +# Build/Load bitstream: +# ./acorn_cle_215.py --build +# ./acorn_cle_215.py --load (or --flash) +# +# Get Linux driver/utilities from: +# https://github.com/enjoy-digital/litex_playground/tree/master/004_litepcie_aller_test/software +# Copy generated csr.h/soc.h/mem.h to software/kernel. +# +#.Build the kernel and load it: +# cd software/kernel +# make +# sudo ./init.sh +# +# Test userspace utilities: +# cd software/user +# make +# ./litepcie_util info +# ./litepcie_util scratch_test +# ./litepcie_util dma_test +# ./litepcie_util uart_test + import os import argparse import sys