build: weekly rls 2024.05.22
- 4867e1, [fix](vi):fix i2c pinmux bug. - 44450c, [fix](sd image): fix pack_burn_image failed. Change-Id: I56be34bf2941c27b32af46474c8874d03a668a17
This commit is contained in:
committed by
carbon
parent
5911a2327c
commit
0b32a9dfc5
@ -2,8 +2,9 @@ int cvi_board_init(void)
|
||||
{
|
||||
PINMUX_CONFIG(CAM_MCLK0, CAM_MCLK0);
|
||||
|
||||
PINMUX_CONFIG(IIC2_SCL, IIC2_SCL);
|
||||
PINMUX_CONFIG(IIC2_SDA, IIC2_SDA);
|
||||
// PINMUX_CONFIG(IIC2_SCL, IIC2_SCL);
|
||||
// PINMUX_CONFIG(IIC2_SDA, IIC2_SDA);
|
||||
PINMUX_CONFIG(CAM_RST0, XGPIOA_2);
|
||||
|
||||
PINMUX_CONFIG(IIC3_SCL, IIC3_SCL);
|
||||
PINMUX_CONFIG(IIC3_SDA, IIC3_SDA);
|
||||
|
||||
@ -234,7 +234,8 @@ function pack_burn_image
|
||||
{(
|
||||
pushd "$OUTPUT_DIR"
|
||||
[ -d tmp ] && rm -rf tmp
|
||||
[ -d br-rootfs ] && rm -rf br-rootfs && mkdir br-rootfs
|
||||
[ -d br-rootfs ] && rm -rf br-rootfs
|
||||
mkdir br-rootfs
|
||||
tar xf $BR_DIR/output/$BR_BOARD/images/rootfs.tar.xz -C br-rootfs
|
||||
|
||||
# genimage
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
"sensor_list": [
|
||||
"BRIGATES_BG0808",
|
||||
"BYD_BF2253L",
|
||||
"CHIPUP_XS9922B",
|
||||
"CVSENS_CV2003",
|
||||
"CVSENS_CV2003_1L_SLAVE",
|
||||
"CVSENS_CV2003_1L_SLAVE1",
|
||||
@ -112,7 +113,8 @@
|
||||
"VIVO_MCS369",
|
||||
"VIVO_MCS369Q",
|
||||
"VIVO_MCS308M2",
|
||||
"LONTIUM_LT6911"
|
||||
"LONTIUM_LT6911",
|
||||
"LONTIUM_LT7911"
|
||||
],
|
||||
|
||||
"lens_list" : [
|
||||
|
||||
1
build/tools/common/sd_tools/.gitignore
vendored
Normal file
1
build/tools/common/sd_tools/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user