mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 11:36:15 +02:00
m1/BUILD-CHEAT-SHEET: various updates
- we no longer have nor need libfpvm/lm32-rtems/ - softusb-input has moved - added gdb-over-flterm session example
This commit is contained in:
parent
054df9f90e
commit
80f981ee90
@ -34,7 +34,7 @@ Compiling rtems-yaffs:
|
|||||||
Compiling milkymist.git, libfpvm:
|
Compiling milkymist.git, libfpvm:
|
||||||
|
|
||||||
cd software/libfpvm
|
cd software/libfpvm
|
||||||
make -C lm32-rtems install
|
make install
|
||||||
|
|
||||||
(verify)
|
(verify)
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ Compiling milkymist.git, softusb-input:
|
|||||||
make -C software/libnet
|
make -C software/libnet
|
||||||
make -C software/libbase
|
make -C software/libbase
|
||||||
|
|
||||||
make -C software/softusb-input
|
make -C softusb-input
|
||||||
make -C software/libhal
|
make -C software/libhal
|
||||||
make -C software/bios
|
make -C software/bios
|
||||||
|
|
||||||
@ -85,3 +85,12 @@ Synthesize the SoC:
|
|||||||
cd boards/milkymist-one/flash
|
cd boards/milkymist-one/flash
|
||||||
make -C ../synthesis -f Makefile.xst clean && make clean && time make soc.fpg
|
make -C ../synthesis -f Makefile.xst clean && make clean && time make soc.fpg
|
||||||
m1nor soc.fpg
|
m1nor soc.fpg
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
debug:
|
||||||
|
|
||||||
|
flterm --gdb-passthrough --port /dev/ttyUSB0 --kernel /dev/null
|
||||||
|
/home/qi/m1/gdb-7.3.1/gdb/gdb /home/qi/m1/flickernoise/src/bin/flickernoise
|
||||||
|
set remote interrupt-on-connect on
|
||||||
|
target remote /dev/pts/155
|
||||||
|
Loading…
Reference in New Issue
Block a user