Activity for SRecord

  • jpr jpr posted a comment on discussion Help

    I have a Motorola S-record file and the last address is different when read with srec_info in linux vs windows. When I run command srec_info abc.mot, I get: Linux: Format: Motorola S-Record Header: "abc.mot" Execution Start Address: FFE00500 Data: FF7FFFE8 - FF7FFFF3 FFE00500 - FFE5FC73 FFFFFF80 - FFFFFFFFFFFFFFFF Windows: Header: "abc.mot" Execution Start Address: FFE00500 Data: FF7FFFE8 - FF7FFFF3 FFE00500 - FFE5FC73 FFFFFF80 - FFFFFFFF I have tried different things but don't understand why this...

  • Asam Padeh Asam Padeh modified a comment on discussion Help

    Hi, How can I keep the comments part of an intel hex record. For example if I process one hex file that comes with comments section (started with ; for the first 100 lines there) , the output hex will have no more comments section. The output hex file is started directly with record :. I need the comments section in order for further processing. I was trying option -enable=header, but seems nothing happened. What is the right option to skip comment processing? Thanks +ap+

  • Asam Padeh Asam Padeh posted a comment on discussion Help

    Hi, How can I keep the comments part of an intel hex record. For example if I process one hex file that comes with comments section (started with ;) , the output hex will have no more comments section. The output hex file is started directly with record : I was trying this option -enable=header, but seems nothing happened. What is the right option to skip comment processing? Thanks +ap+

  • GitHub committed [6fa252] on Code

    new input filter : nibble_swap (#62)

  • GitHub committed [56818b] on Code

    Add support for gowin .fs files (input only) (#59)

  • GitHub committed [1a531c] on Code

    Merge pull request #60 from marcows/pdf-deps

  • Markus Heidelberg Markus Heidelberg committed [e56861] on Code

    doc: Complete the dependencies for PDF generation

  • Markus Heidelberg Markus Heidelberg committed [8fd454] on Code

    doc: Remove unused file new.so, it is generated during build

  • GitHub committed [84f1ec] on Code

    Merge pull request #58 from marcows/pdf-features

  • Markus Heidelberg Markus Heidelberg committed [69492d] on Code

    cspell: Add pdfmark and related command names to the dictionary

  • Markus Heidelberg Markus Heidelberg committed [2dd431] on Code

    doc: Explicitly set a consistent paper size (A4) for PDFs

  • Markus Heidelberg Markus Heidelberg committed [d28052] on Code

    doc: Display the PDF outline by default when opening the file

  • Markus Heidelberg Markus Heidelberg committed [d500ac] on Code

    doc: Add a PDF outline for navigation in the reference manual

  • Markus Heidelberg Markus Heidelberg committed [13677b] on Code

    doc: Add metadata to all four PDF documents

  • Markus Heidelberg Markus Heidelberg committed [c787fa] on Code

    doc: Change "\[hy]" to simple "-" character in .XX macros

  • Markus Heidelberg Markus Heidelberg committed [f3e506] on Code

    doc: Move .XX macros up a few lines before .SH macros

  • Scott Finneran Scott Finneran committed [70dc28] on Code

    Fix formatting error in srec_cat(1) doc options

  • GitHub committed [401ad2] on Code

    Ohio Scientific 65A Support (#57)

  • GitHub committed [6bca70] on Code

    Add git hash including to documentation(#55)

  • GitHub committed [0e0131] on Code

    Generate compile_commands.json in build directory (#54)

  • Scott Finneran Scott Finneran committed [26bbfb] on Code

    Fix indent style tabs -> spaces

  • Scott Finneran Scott Finneran committed [d0c3cd] on Code

    Fix bounds checking bug found by Daniel Anselmi during his development of VHDL_textio format support. Added a regression test

  • Scott Finneran Scott Finneran committed [a88e05] on Code

    Added web and README docs references and libsrecord interface for VHDL textio

  • GitHub committed [80c3f4] on Code

    Add vhdl textio format (output only) (#52)

  • Scott Finneran Scott Finneran committed [473f28] on Code

    Added additional docs references, libsrecord interface and --guess inclusion for Efinix bitstream

  • GitHub committed [9e3723] on Code

    add support for efinix .bit/.hex files (input only) (#51)

  • GitHub committed [dc5d56] on Code

    Migrated code base to use cstdint (#48)

  • GitHub committed [513ba3] on Code

    Merge pull request #43 from SeanAlling-DojoFive/modernization/updating-c++-pass-1

  • Sean Alling committed [cfc2f4] on Code

    [modernization] First pass updating codebase to C++11

  • Sean Alling committed [87d1fd] on Code

    [bugfix] Stop execution when invalid input detected

  • GitHub committed [eafec3] on Code

    Merge pull request #36 from oceanofthelost/bugfix/rounding-exception

  • GitHub committed [66914e] on Code

    Merge pull request #32 from jtxa/clang-tidy-fixes-step1

  • jtxa jtxa committed [a18500] on Code

    clang-tidy: Update configuration and CI call

  • Sean Alling committed [e5c1dd] on Code

    [bugfix] Added tests showing rounding failure

  • jtxa jtxa committed [b1b81d] on Code

    C++: Apply misc readability fixes

  • jtxa jtxa committed [ec1d84] on Code

    C++: Remove useless const

  • jtxa jtxa committed [fd1b90] on Code

    C++: Fix strcmp/memcmp

  • jtxa jtxa committed [c07be5] on Code

    C++: Remove void arguments for consistency

  • jtxa jtxa committed [7ef3a8] on Code

    C++: Fix macro parantheses

  • jtxa jtxa committed [92ab05] on Code

    C++: Use uppercase literal suffix

  • jtxa jtxa committed [b220ad] on Code

    C++: Apply misc C++11 modernizations

  • jtxa jtxa committed [39cf14] on Code

    C++: Improve const usage

  • jtxa jtxa committed [45c6d9] on Code

    C++: Modernize and de-duplicate includes

  • jtxa jtxa committed [e28378] on Code

    C++: Use auto keyword

  • jtxa jtxa committed [72df93] on Code

    CI: Do update package index on Linux

  • jtxa jtxa committed [a1e6f5] on Code

    cSpell: Add filename exceptions

  • jtxa jtxa committed [984cb7] on Code

    cmake: Require C++11 as minimum

  • jtxa jtxa committed [ca28d0] on Code

    ShellCheck: Avoid checking success of echo

  • Scott Finneran Scott Finneran posted a comment on discussion Help

    Glad to hear you are back up and running Frédéric and thank you for the kind words. The project was started by and mainly written by the late Peter Miller and keeping it going is a labor of love for a few of us so knowing that it continues to help is very rewarding. All the best, Scott

  • Frédéric Frédéric posted a comment on discussion Help

    Thank you for your detailed response Scott. Indeed, I was having trouble finding the right commands to fill the gaps. I also wanted to tell you that the work done on Srecord is really impressive. It is a very complete and practical tool. Cheers, Frédéric

  • Scott Finneran Scott Finneran posted a comment on discussion Help

    Hi Frédéric, The error message you are seeing covers the issue. Your Intel hex file contains a "hole" and the Lattice format doesn't support holes. A hole is any region between address zero and the last data byte in the input file where the data isn't specified. If you run srec_info program.hex -intel you'll get the following output: Format: Intel Hexadecimal (MCS-86) Data: 0100 - 013F ***note the start address isn't zero! As your error message says "there is a hole at 0x0000..0x00FF" ie the data...

  • Frédéric Frédéric posted a comment on discussion Help

    Hi everyone, I'm trying to convert a .hex -Intel file into a .mem -MEM file. But I got this issue and I need some help : C:\Users\freda\Documents\conversion_mem>srec_cat program.hex -Intel -o prog.mem -Mem srec_cat: prog.mem: 11: The Lattice Memory Initialization Format (.mem) output format is unable to cope with holes in the data,however there is a hole at 0x0000..0x00FF. This is my program.hex : :10010000214601360121470136007EFE09D2190140 :100110002146017E17C20001FF5F16002148011928 :10012000194E79234623965778239EDA3F01B2CAA7...

  • GitHub committed [cf963d]

    Merge pull request #31 from jtxa/ci-msys-doc-gitattributes

  • jtxa jtxa committed [0a6c49]

    Add .gitattributes to force LF

  • jtxa jtxa committed [0c98a1]

    docs: Split pdf generation into 3 separate steps

  • jtxa jtxa committed [4a0211]

    CI: Add package build for MSYS2

  • GitHub committed [9d54e5]

    Merge pull request #28 from marcows/msys2-pdf

  • Markus Heidelberg Markus Heidelberg committed [8428df]

    doc: Fix missing man pages in reference manual PDF generated by MSYS2

  • Markus Heidelberg Markus Heidelberg committed [0fd7fe]

    doc: Fix abort of PDF generation with MSYS2

  • jtxa jtxa committed [91f6e2]

    arglex: Avoid warning about unused function

  • GitHub committed [7e7d93]

    Merge pull request #27 from jtxa/ci-abort-on-warnings

  • jtxa jtxa committed [66e7d4]

    CI: Fail QA on warnings by clang-14 and gcc-11

  • jtxa jtxa committed [ffb29c]

    msbin: Avoid warning by renaming function

  • jtxa jtxa committed [57d0b8]

    hp64k: Remove unused parameter

  • jtxa jtxa committed [87c898]

    Make static_assert C++11 compatible

  • jtxa jtxa committed [034c48]

    Avoid variable length array for C++11 compatiblity

  • jtxa jtxa committed [a69245]

    CI: Small improvements on GitHub workflow

  • jtxa jtxa committed [7b7529]

    CI: Add Windows MSYS2 and MacOS workflow

  • GitHub committed [f8bbb8]

    Merge pull request #24 from jtxa/ci-win-mac

  • jtxa jtxa committed [9425bc]

    CI: Add QA check for Clang-Tidy

  • jtxa jtxa committed [d0492c]

    CI: Add QA workflow with specials build

  • GitHub committed [25a310]

    Merge pull request #19 from jtxa/mega-linter

  • jtxa jtxa committed [eb2c86]

    doc: Normalize groff calls

  • jtxa jtxa committed [ecdf4d]

    doc: Do not copy scripts to build directory

  • jtxa jtxa committed [4fe1eb]

    doc: Fix some issues in shell scripts

  • jtxa jtxa committed [c294e3]

    doc: Refactor CMake file

  • jtxa jtxa committed [606157]

    test: Use test_prelude.sh from source dir

  • jtxa jtxa committed [f0b703]

    README: Simplify, fix formatting and spelling

  • jtxa jtxa committed [897b24]

    Fit C source into line length limit

  • jtxa jtxa committed [2ccbcf]

    Change spelling of nybbles to nibbles

  • jtxa jtxa committed [5bc1a6]

    Add cSpell configuration

  • jtxa jtxa committed [4431ee]

    Fix spelling errors

  • jtxa jtxa committed [d26b9b]

    Add GitHub workflow for MegaLinter

  • GitHub committed [0a6401]

    Remove leftover scripts after ref-index.so removal (#23)

  • GitHub committed [ad1d6f]

    Remove vestigal ref_index.so (#22)

  • GitHub committed [d91b0d]

    Merge pull request #20 from marcows/msys2-psselect

  • Markus Heidelberg Markus Heidelberg committed [c4b71f]

    MSYS2: install mingw-w64-x86_64-texlive-bin

  • GitHub committed [c5e053]

    Merge pull request #18 from sierrafoxtrot/srec_input_doc_update

  • Scott Finneran Scott Finneran committed [a99821]

    Fix missing reference to hp64k absolute format in srec_input.5

  • GitHub committed [cf240b]

    Merge pull request #11 from marcows/doc-fixes

  • Markus Heidelberg Markus Heidelberg committed [eb5eb4]

    Use correct command name 'srec_cat' in man page copyright sections

  • Markus Heidelberg Markus Heidelberg committed [e2055a]

    Fix the license CLI option in man page copyright sections

  • Markus Heidelberg Markus Heidelberg committed [a94c66]

    Fix the -LICense CLI option

  • GitHub committed [39c325]

    Merge pull request #14 from jtxa/fix-srec_info-end-address

  • Markus Heidelberg Markus Heidelberg committed [f3e785]

    Remove duplicated copyright/maintainer block from Mips-Flash doc

  • Markus Heidelberg Markus Heidelberg committed [f5c675]

    Fix wrong reference to Signetics file format man page

  • Markus Heidelberg Markus Heidelberg committed [aca4a6]

    Add srecord(3) section to the reference manual TOC

  • Markus Heidelberg Markus Heidelberg committed [33350a]

    Remove .5 suffix from man page names

  • jtxa jtxa committed [6cac87]

    srec_info: Replace snprintf by iomanip functions

  • jtxa jtxa committed [12928f]

    srec_info: Fix address length formatting

1 >