Menu

repository

Pavel Pisa

PBMaster:Repository

From PBMasterWiki

Installation

All projects files are available through the GIT repository (a source code management available for BSD, Linux and also Windows's MingGW).

  • You don't have to install Git if you only want to browse the files. Follow this link in that case https://sourceforge.net/p/pbmaster/pbmaster/
  • You have to install Git in order to checkout the project. Please make sure you have git-http-* commands installed.

Initial checkout

To build Linux userspace tools use

git clone ssh://ppisa@git.code.sf.net/p/pbmaster/pbmaster
cd pbmaster
( build/linux && make )

Continue with Linux driver

( cd src/pbm_drv && make release )
( cd src/pbm_drv/release/linux && make )

or you can build driver directly in the sources

( cd src/pbm_drv/target/linux && make )

Preparation of the release is mandatory for embedded projects

( cd src/pbm_drv && make release )

then

( cd build/_import && ./import.sh )
( cd build/arm && ./prepare-switch-test_et200b.sh )
( cd build/arm && ./prepare-ul_usb1-slave_can.sh )
( cd build/arm && ./prepare-ul_usb1-test_et200b.sh )

References


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.