Skip to content

Apache02/bk7252-cam

Repository files navigation

BK7252 camera

Description here...

Requirements

  • gcc-arm-none-eabi
  • cmake
  • make
  • python3
  • any serial monitor (tio for example)

Install requirements on Ubuntu

sudo apt install cmake build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
sudo apt install python3 python3-hid python3-serial python3-tqdm

Build

mkdir build
(cd build && cmake .. && make freertos_shell)

Backup

./backup.sh

Flash

./flash.sh

UART Monitor

tio -b 115200 /dev/ttyUSB0

Links

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published