All projects files are available through the GIT repository (a source code management available for BSD, Linux and also Windows's MingGW).
Checkout the project
$ git clone https://git.code.sf.net/p/pbmaster/pbmaster
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 )