This is the reference implementation of the Open SoC Debug host software.
- Implementation Documentation
- OSD Specification and overview (good first read if you're new to OSD)
./install-build-deps.sh
./autogen.sh
mkdir build
cd build
../configure
make
make install
This software is licensed under the Apache 2 license. See the LICENSE file for the full license text.
The included command line tools use argtable3, which is licensed under a BSD license. Pleaes find the full license and attribution notice in LICENSE.argtable.