Advertisement
Guest User

Untitled

a guest
Oct 11th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ------------loading premade bitstream
  2. ROM usage: 42.93KiB (67.07%)
  3. RAM usage: 0.88KiB (11.04%)
  4.  
  5. make: Leaving directory '/home/ksmith/linux-on-litex-vexriscv/build/nexys4ddr/software/bios'
  6. build/nexys4ddr/nexys4ddr.dts:63.45-68.19: Warning (simple_bus_reg): /soc/interrupt-controller: missing or empty reg/ranges property
  7. build/nexys4ddr/nexys4ddr.dts:99.36-107.19: Warning (simple_bus_reg): /soc/mmc@f0006000: simple-bus unit address format error, expected "f0005800"
  8. CC isr.o
  9. CC main.o
  10. LD emulator.elf
  11. chmod -x emulator.elf
  12. OBJCOPY emulator.bin
  13. chmod -x emulator.bin
  14. Open On-Chip Debugger 0.10.0+dev-01404-g393448342-dirty (2020-10-12-02:16)
  15. Licensed under GNU GPL v2
  16. For bug reports, read
  17. http://openocd.org/doc/doxygen/bugs.html
  18. DEPRECATED! use 'adapter driver' not 'interface'
  19. Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
  20. DEPRECATED! use 'adapter speed' not 'adapter_khz'
  21. fpga_program
  22. Error: libusb_open() failed with LIBUSB_ERROR_ACCESS
  23. Error: no device found
  24. Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement