Difference between revisions of "Bouffalo Lab BL808"
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 08:27, 18 November 2023
BL808 Block Diagram
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