Git Product home page Git Product logo

Comments (1)

Combinacijus avatar Combinacijus commented on July 23, 2024

Ok figured it out. I missed that there is a Makefile. Googling "how to build a projects with makefile" should point to the right direction. But here's some steps:

Windows setup

One time dependency setup

  1. Install gcc-arm-none-eabi download from. I used latest version (arm-none-eabi-gcc.exe (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824 (release)) for windows there was only 32bit version so that's ok
  2. Install make
    2.1. Open Powershell as admin (must be admin)
    2.2. Run choco install make. After that make can be used without admin
  3. Fully close and reopen vscode and terminal that you gonna use for building

Build project on Windows

  1. [Optional] You can increment app version in file Program\APP\Main.c around line 86 u8 APP_VERSION[12] = { "v20.11.27" };
  2. Open Powershell terminal.
  3. Navigate to the project folder e.g. with command cd C:\GitHub\DS213_ECHO inside which Makefile is located
  4. Run command make. This will create new build folder with build files
  5. Only file you need is build/DS213_ECHO.hex
  6. Then follow firmware update instructions as usual but use your new .hex file

I'd like a confirmation that FPGA_CFG.ADR and STMU_213_018.bin file will remain the same and there's no need to change them. Already tested on my own DS213 and update worked. But not sure what STMU_213_018.bin does. And this issue could be closed but I'll keep it open for now for better visibility

from ds213_echo.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.