Giter VIP home page Giter VIP logo

duo-toolbox's Introduction

duo-toolbox

[English] 中文

Simplify Duo SDK compilation for testing and debugging basic component updates.

Quick Start

Initialize repository, download toolchain, and update submodules.

$ ./init.sh

Generate standalone rtos fip.bin.

$ cd debugloader
$ cd sbi && ./build.sh #Generate sbi.bin

Select the RTOS bin to be used and replace the rtos.bin in the directory.

$ cd duoRVOS
$ make #Generate os.bin

Copy os.bin and sbi.bin to the fip directory.

$ cd fip
$ cp ../debugloader/sbi/fw_bin/sbi.bin ./
$ cp ../debugloader/duoRVOS/os.bin ./

Export the path to the host tools.

$ export PATH=`pwd`/../host-tools/gcc/riscv64-linux-musl-x86_64/bin:$PATH
$ export PATH=`pwd`/../host-tools/gcc/riscv64-elf-x86_64/bin:$PATH

Generate fip.bin.

$ make fsbl-build

duo-toolbox's People

Contributors

ieast avatar

Stargazers

 avatar Adailton Júnior avatar

Watchers

Adailton Júnior 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.