aboutsummaryrefslogtreecommitdiff
path: root/j1demo/firmware/go
blob: 0adb2d0be10e63e801ff350d02c66c8105f8e988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# make doc
# python encode.py j1.png
# python mkblob.py ; exit
make j1.bin || exit

# for ADDR in 0 80000 100000 180000
# do
#   (. /opt/Xilinx/11.1/ISE/settings32.sh ; promgen -u $ADDR j1_program.bit -p mcs -w -o j1_program_$ADDR.mcs )
# done
# ./boot
# ping -c 4 192.168.0.99 && python twist.py

python twist.py

(. /opt/Xilinx/11.1/ISE/settings32.sh ; data2mem -bm ../synth/j1_bd.bmm -bd j1.mem tag jram -bt ../synth/j1.bit -o b j1_program.bit )
scp j1_program.bit leonard:.