Skip to content
 
 

Latest commit

 

History

3,093 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Enviroment for Windows

Hoặc:

  • install ubuntu wsl, user/pass: u/1

  • cp -r /mnt/c/Users/savaobay/Desktop/firmware /home/u

  • sudo apt update && sudo apt upgrade

  • sudo apt install build-essential

  • cd firmware

  • sudo make deps

  • nano ~/.profile

  • add to end of file and save (Ctrl+S)

  • BR2_DL_DIR="${HOME}/buildroot_dl"

  • [ ! -d "$BR2_DL_DIR" ] && mkdir -p $BR2_DL_DIR

  • export BR2_DL_DIR

  • source ~/.profile

  • nano ~/.bashrc

  • add to end of file and save

  • export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v ' ' | paste -sd:)

  • source ~/.bashrc

build

Open cmd by Admin cd to Master Folder: Run:

  • build default: make BOARD=ssc337de_ultimate => Build all
  • build app: make BOARD=ssc337de_ultimate br-serial => Build App
  • binary path: home\u\firmware\output\build\serial\src

flash

  • build default: make BOARD=ssc337de_ultimate => Make all

SCP Tool

About

Alternative IP Camera firmware from an open community

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages