Advertisement
solegstar

EP1K50 Boot loader Log

Apr 2nd, 2024 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.42 KB | History | 0 0
  1. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>build
  2.  
  3. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>call clean.bat
  4.  
  5. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0
  6. BinnaryFile_To_AVRAssmFile Converter
  7. Created file evotitle.inc
  8.  
  9. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
  10. mhmt - MeHruMsT - MEgalz, HRUM and hruST (c) 2009 lvd^nedopc
  11.  
  12. Configuration review:
  13.  
  14. Pack format: MegaLZ.
  15. Mode:        packing.
  16. Pack coding: optimal (slower).
  17. Bitstream is grouped in bytes -
  18.  compatible with old ZX depackers.
  19. Maximum lookback window size is 4096 bytes.
  20.  
  21. Input file "..\fpga\main.rbf" (98023 bytes) successfully loaded.
  22. Output file "fpga.mlz" created.
  23. Maximum displacement actually used is 4005.
  24.  
  25. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz
  26. BinnaryFile_To_AVRAssmFile Converter
  27. Created file fpga.inc
  28.  
  29. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\avra\avra.exe -fI boot_evo.asm -l boot_evo.lst
  30. AVRA: advanced AVR macro assembler Version 1.2.3 Build 2 (15. November 2007)
  31. Copyright (C) 1998-2007. Check out README file for more info
  32.  
  33.    AVRA is an open source assembler for Atmel AVR microcontroller family
  34.    It can be used as a replacement of 'AVRASM32.EXE' the original assembler
  35.    shipped with AVR Studio. We do not guarantee full compatibility for avra.
  36.  
  37.    AVRA comes with NO WARRANTY, to the extent permitted by law.
  38.    You may redistribute copies of avra under the terms
  39.    of the GNU General Public License.
  40.    For more information about these matters, see the files named COPYING.
  41.  
  42. Pass 1...
  43. Pass 2...
  44. done
  45.  
  46. Used memory blocks:
  47.    Data      :  Start = 0x0680, End = 0x06B6, Length = 0x0037
  48.    Code      :  Start = 0xF000, End = 0xFF08, Length = 0x0F09
  49.    Code      :  Start = 0xFFF8, End = 0xFFFF, Length = 0x0008
  50.  
  51. Assembly complete with no errors.
  52. Segment usage:
  53.    Code      :      3857 words (7714 bytes)
  54.    Data      :        55 bytes
  55.    EEPROM    :         0 bytes
  56.  
  57. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>if not exist boot_evo.hex goto err
  58.  
  59. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\crcbldr\crcbldr.exe boot_evo.hex version.txt
  60. ZX EVO project:  Calc CRC for bootloader
  61. Created file zxevo_bl.hex
  62. Created file zxevo_bl.e2p
  63.  
  64. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>del /f /q boot_evo.hex
  65. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>
Tags: EP1K50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement