-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
49 lines (39 loc) · 1.11 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
_ __ _______ _____ ____ _____
/ |/ /_/_ __/ | / /_ |___/ __/__ / ___/
/ / -_) / | |/ / __/___/\ \/ _ \/ /__
/_/|_/\__/_/ |___/____/ /___/\___/\___/
Copyright 2016-2017 / EnjoyDigital
NeTV2 SoC based on LiteX
[> Getting started
1. Install Python3 and your vendor's software
2. Obtain LiteX and install it:
git clone https://github.com/enjoy-digital/litex --recursive
cd litex
python3 setup.py develop
cd ..
3. Obtain LiteDRAM and install it:
git clone https://github.com/enjoy-digital/litedram
cd litedram
python3 setup.py develop
cd ..
4. Obtain LitePCIe and install it:
git clone https://github.com/enjoy-digital/litepcie
cd litepcie
python3 setup.py develop
cd ..
5. Obtain LiteVideo and install it:
git clone https://github.com/enjoy-digital/litevideo
cd litedram
python3 setup.py develop
cd ..
6. Build the gateware and software:
make netv2_base/netv2_pcie/netv2_video
make load
[> Status:
UART: OK
PCIe: OK
DDR3: OK
HDMI_OUT: OK (720p60 & 1080p60)
HDMI_IN: Not Implemented
[> Contact
E-mail: [email protected]