Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 629 Bytes

BL808 Linux Docker

Ubuntu container to build Linux for the Bouffalo Lab BL808.

Run

Clone Bouffalo Lab's BL808 Linux repository, download the toolchain as instructed in the readme and start this container:

docker run --rm -it -v "$(pwd)":/data ghcr.io/poggiolo/bl808_linux

Now you can run the compile steps (./build.sh all etc...)

Note

You might want to apply this patch to to move UART to accessible pins.

git apply patch/m1sdock/m1sdock_uart_pin_def.patch