Skip to content

pine64/bl602-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BL602 Documentation

This documentation can be found online at pine64.github.io/bl602-docs.

Building The Documentation

To build the documentation yourself:

$ cd src
$ python -m pip install -r requirements.txt
$ cd en   # cd zh to build documentation in chinese
$ make html  # on Windows, set SPHINXBUILD="python -m sphinx" for this command

The documentation will be built inside the docs folder. To view it, open docs/index.html in your browser of choice.

Hardware

  • Official Documents: Includes datasheets and reference manuals directly from Bouffalo. Not mirrored here since they are updated frequently.
  • soc602_reg.svd: Contains a seemingly-complete register listing, with names but no descriptions, for the BL602.
  • Hardware Notes: Additional information gathered from the SDK repository and elsewhere on the internet.