Difference between revisions of "Bouffalo Lab BL808"

From Stm32World Wiki
Jump to navigation Jump to search
Line 36: Line 36:
  
 
* [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221018.pdf Ox64 Schematic]
 
* [https://files.pine64.org/doc/ox64/PINE64_Ox64-Schematic-202221018.pdf Ox64 Schematic]
 +
* [https://github.com/bouffalolab/bl808_linux Bouffalo Linux]
 
* [https://github.com/openbouffalo/buildroot_bouffalo Linux for BL808]
 
* [https://github.com/openbouffalo/buildroot_bouffalo Linux for BL808]
  

Revision as of 09:27, 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