aboutsummaryrefslogtreecommitdiff
path: root/docs/j1demo/firmware/go
diff options
context:
space:
mode:
Diffstat (limited to 'docs/j1demo/firmware/go')
-rw-r--r--docs/j1demo/firmware/go16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/j1demo/firmware/go b/docs/j1demo/firmware/go
new file mode 100644
index 0000000..0adb2d0
--- /dev/null
+++ b/docs/j1demo/firmware/go
@@ -0,0 +1,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:.