Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Zerocat Chipflasher host tools ===== Install dependencies: <code bash> sudo apt install build-essential git srecord </code> Clone the source repository: <code bash> git clone git://zerocat.org/zerocat/projects/chipflasher cd chipflasher/ git checkout board-edition-1 </code> Build the host tools: <code bash> cd host/src/ make </code> ----