Difference between revisions of "Bouffalo Lab BL808"

From Stm32World Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
* [https://wiki.pine64.org/wiki/Ox64 Ox64 Wiki Page]
 
* [https://wiki.pine64.org/wiki/Ox64 Ox64 Wiki Page]
 
* [https://github.com/orgs/openbouffalo/projects/3/views/1 BL808 Linux Driver Status]
 
* [https://github.com/orgs/openbouffalo/projects/3/views/1 BL808 Linux Driver Status]
 +
* [https://github.com/openbouffalo/buildroot_bouffalo/issues/23 USB OTG Status]

Revision as of 04:01, 18 November 2023

M1s module without shield

BL808 Block Diagram

BL808 Block Diagram.jpg

BL808 Linux Build

mkdir buildroot_bouffalo && cd buildroot_bouffalo
git clone https://github.com/buildroot/buildroot
git clone https://github.com/openbouffalo/buildroot_bouffalo
export BR_BOUFFALO_OVERLAY_PATH=$(pwd)/buildroot_bouffalo
cd buildroot
make BR2_EXTERNAL=$BR_BOUFFALO_OVERLAY_PATH pine64_ox64_defconfig
make

Development boards

M1s Dock

M1s doc pin map.png

M1s Dock Links

Ox64

Ox64 Links

Miscellaneous Links