Skip to content

Instantly share code, notes, and snippets.

@nickzoic
Created November 13, 2018 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickzoic/1dcd4574c0d73ced53ee21bc72d0f4ea to your computer and use it in GitHub Desktop.
Save nickzoic/1dcd4574c0d73ced53ee21bc72d0f4ea to your computer and use it in GitHub Desktop.
make gateware-flash
Gateware @ 0x00000000 ( 135100 bytes) build/tinyfpga_bx_base_lm32.minimal//gateware/top.bin - Xilinx FPGA Bitstream
ff 00 00 ff 7e aa 99 7e 51 00 01 05 92 00 21 62 03 67 72 01 10 82 00 00 11 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
BIOS @ 0x00028000 ( 15700 bytes) build/tinyfpga_bx_base_lm32.minimal//software/bios/bios.bin - LiteX BIOS with CRC
98 00 00 00 d0 00 00 00 78 01 20 05 38 21 00 00 d0 e1 00 00 e0 00 00 3b 34 00 00 00 34 00 00 00 e0 00 00 00 34 00 00 00 34 00 00 00 34 00 00 00 34 00 00 00 34 00 00 00 34 00 00 00 34 00 00 00
Firmware @ 0x00030000 ( 0 bytes) Skipped - HDMI2USB Firmware in FBI format (loaded into DRAM)
----------------------------------------
Remaining space 851968 bytes (6 Megabits, 0.81 Megabytes)
Total space 1048576 bytes (8 Megabits, 1.00 Megabytes)
Flash image: build/tinyfpga_bx_base_lm32.minimal//image-gateware+bios+none.bin
ff 00 00 ff 7e aa 99 7e 51 00 01 05 92 00 21 62 03 67 72 01 10 82 00 00 11 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
make[1]: Leaving directory '/var/nick/litex-buildenv'
tinyprog --program-image build/tinyfpga_bx_base_lm32.minimal//image-gateware+bios+none.bin
TinyProg CLI
------------
Using device id 1d50:6130
Only one board with active bootloader, using it.
Programming /dev/ttyACM0 with build/tinyfpga_bx_base_lm32.minimal//image-gateware+bios+none.bin
Programming at addr 028000
Waking up SPI flash
179540 bytes to program
Erasing: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 180k/180k [00:01<00:00, 139kB/s]
Writing: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 180k/180k [00:01<00:00, 120kB/s]
Reading: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 180k/180k [00:00<00:00, 370kB/s]
Success!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment