Skip to content

Commit 1cd85dc

Browse files
LukasMojzisthemactep
authored andcommitted
cameras: add edison wk1mpx t20 variant with jxh62 image sensor (#1051)
Co-authored-by: Lukáš Mojžíš <lukas.mojzis@grenames.cz>
1 parent 19fbe50 commit 1cd85dc

File tree

6 files changed

+61
-0
lines changed

6 files changed

+61
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wlan_module="8188fu"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
gpio_button=60
2+
gpio_default=18O 19o 20o 25o 26o
3+
gpio_mmc_cd=59
4+
gpio_scl=13 58
5+
gpio_sda=12 57
6+
gpio_speaker=63
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# NAME: EDISON WK1MPx (T20N, JXH62, RTL8188FU)
2+
# FRAG: soc-xburst1 toolchain-xburst1 ccache brand rootfs kernel system target uboot ssl
3+
BR2_PACKAGE_WIFI=y
4+
BR2_PACKAGE_WIFI_RTL8188FU=y
5+
BR2_SENSOR_1_NAME=jxh62
6+
BR2_SOC_INGENIC_T20N=y
7+
#BR2_ISP_CLKA_600MHZ=y
8+
#BR2_ISP_CLKA_SCLKA=y
9+
#BR2_ISP_CLK_200MHZ=y
10+
#BR2_ISP_CLK_SCLKA=y
11+
BR2_PACKAGE_THINGINO_KOPT_MMC0=y
12+
BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y
13+
BR2_THINGINO_AUDIO=y
14+
BR2_THINGINO_BUTTON=y
15+
BR2_THINGINO_MOTORS=y
16+
#BR2_THINGINO_RMEM_22=y
17+
BR2_THINGINO_SDCARD=y
18+
FLASH_SIZE_8=y
19+
#BR2_PACKAGE_THINGINO_KOPT_ADC=y
20+
BR2_THINGINO_AUDIO_GPIO=63
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"motors": {
3+
"gpio_invert": false,
4+
"gpio_pan": "68 69 70 71",
5+
"gpio_switch": -1,
6+
"gpio_tilt": "82 66 67 49",
7+
"homing": true,
8+
"pos_0": "2000,350",
9+
"speed_pan": 500,
10+
"speed_tilt": 500,
11+
"steps_pan": 4000,
12+
"steps_tilt": 1400
13+
}
14+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"image":{
3+
"sharpness":0,
4+
"sinter_strength":0,
5+
"temper_strength":0
6+
}
7+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"gpio": {
3+
"button_reset": 60,
4+
"ir850": 19,
5+
"ircut": "26 25",
6+
"led_r": 20,
7+
"mmc_cd": 59,
8+
"scl": "13 58",
9+
"sda": "12 57",
10+
"speaker": 63,
11+
"wlan": ""
12+
}
13+
}

0 commit comments

Comments
 (0)