Skip to content

Commit

Permalink
Merge pull request #305 from simeon-oe/gncc-gc2
Browse files Browse the repository at this point in the history
Add support for GNCC GC2 camera
  • Loading branch information
themactep authored Nov 7, 2024
2 parents ced82c5 + 3b08497 commit ac15aed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/cameras/gncc_gc2
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# MODULE: t23n_sc2336_atbm6012bx
BR2_AUDIO=y
BR2_PACKAGE_THINGINO_KOPT_MMC0=y
BR2_PACKAGE_THINGINO_KOPT_MMC0_1BIT=y
BR2_SDCARD=y
FLASH_SIZE_8=y
U_BOOT_ENV_TXT="$(BR2_EXTERNAL)/environment/gncc-gc2.uenv.txt"
16 changes: 16 additions & 0 deletions environment/gncc-gc2.uenv.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
day_night_max=15000
day_night_min=500
disable_eth=true
enable_updates=true
gpio_button=14
gpio_default=6O 7o 14i 16O 17O 18O 34O 35O 49i 50o 57i 58i
gpio_ir940=50
gpio_ircut=16 17
gpio_led_r=34
gpio_mmc_cd=49
gpio_scl=58i
gpio_sda=57i
gpio_speaker=7
gpio_wlan=6O
wlandev=atbm6012bx
wlandevopts=atbm_printk_mask=0

0 comments on commit ac15aed

Please sign in to comment.