Giter Club home page Giter Club logo

standardgalactic / vaporphaseone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pcb-arts/vaporphasex

0.0 1.0 0.0 162.92 MB

Firmware source code for Vapor Phase One soldering system by PCB Arts

Home Page: https://pcb-arts.com/en/vapor_phase_one

License: GNU General Public License v3.0

C 49.92% Assembly 10.82% Python 0.13% Shell 0.26% C++ 13.28% Makefile 0.05% CMake 0.06% Batchfile 0.02% HTML 23.50% JavaScript 1.36% CSS 0.47% Tcl 0.01% Perl 0.03% SmPL 0.01% Dockerfile 0.01% GDB 0.01% FreeMarker 0.04% Ruby 0.05%

vaporphaseone's Introduction

PCB Arts Vapor Phase One (VPO) Core Controller Firmware

image

This repository contains the firmware source code for the Vapor Phase One by PCB Arts.

##################### Want a tested and certified Vapor Phase One? #####################

Checkout: https://shop.pcb-arts.com/products/vapor-phase-one

Checkout

This repository includes some upstream ST code as submodules. When cloning or pulling this repo, pass --recurse-submodules to git: git clone --recurse-submodules [...].

Building and Signing

Building the project STM32CubeIDE is required.

In general you have to loosely follow these steps to build and sign images for the bootloaders.

  1. Import the projects into a workspace.
  2. Generate a key for image signing. For development this can be achieved by running generate_dev_key.sh from the tools folder of the display bootloader.
  3. Build the bootloaders.
  4. Flash the bootloaders. e.g. using STM32CubeProgrammer, or using the RUN command
  5. Build the user application firmwares.
  6. (Option 1) Directly flash the firmwares onto devices (use the the output elf file). e.g. using STM32CubeProgrammer, or using the RUN command
  7. (Option 2) Sign the images by running sign_all_images.sh from the tools folder of the display bootloader.
  8. (Option 2) Copy the signed (without _unsigned) .BIN files onto an SD card. And flash using the bootloader.

Flashing

Display

Flash the display with the STM32CubeProgrammer, as external Loader use the MT25QL128A_STM32469I-DK. Flash the Bootloader and then the Display.hex File

vaporphaseone's People

Watchers

 avatar

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.