Commit Graph

48 Commits

Author SHA1 Message Date
dd82b68199 enrich build information 2023-12-22 22:45:52 +08:00
9e30616fdd duo256m: kernel support driver 2023-12-22 18:40:38 +08:00
3efa178673 duo256m: kernel enable spidev 2023-12-22 18:15:00 +08:00
8d0e54baab duo256m: configure pinmux in u-boot 2023-12-22 18:11:11 +08:00
e6210a8b31 duo256m: delete mipi_tx pins 2023-12-22 18:10:09 +08:00
3f2444d11a duo256m: support USB storage such as USB flash disk 2023-12-22 18:08:26 +08:00
7f167de7b5 kernel: disable vbus-gpio pin 2023-12-22 18:07:40 +08:00
ff7e29fb5d duo256m: support camera gc2083 2023-12-22 18:06:00 +08:00
0e1feb8063 support milkv-duo256m 2023-12-22 17:54:35 +08:00
c7a79bfac0 install sensor_test 2023-12-22 16:48:49 +08:00
a0ad45b7e7 build.sh supports choosing boards 2023-12-22 16:48:17 +08:00
3831261911 Merge branch 'cvitek-v4.1.0' into develop 2023-12-22 10:48:48 +08:00
c313eb2192 build: version release v4.1.5
[coredump]: add coredump config for cv180x/cv181x
[sensor]: add sensor sc035hgs&sc035hgs_1l
[feat](build): del cv182x/cv183x/athena2 dir
[sensor] add sc2336_slave [sensor] add sc2331_slave
[feat] add cvi_update_rtos tool
[feat](Sensor): Add support for sensor SC2336P_1L.
[board] add cv1810c_wevb_0006a_spinand board
[sensor] add new sensor sc223a config

Change-Id: I320322d4cb91a586de6ba2f65c7319f109312aca
2023-12-22 09:56:05 +08:00
213c880673 add driver of tp、wiegand-gpio and wireless
Change-Id: Ie3c11d9d85cf1a05042f5690ac711856fe8b1ad7
2023-12-22 09:56:05 +08:00
82851d8f60 Merge branch 'cvitek-v4.1.0' into develop 2023-12-22 09:31:54 +08:00
446ba0b5f8 build: version release v4.1.4
support u-boot-spl
[feat](PQbin) add config json param option
[panel] add st7785m config in uboot
adjust opensbi mem from 512KB to 256KB.
[sensor]add sensor byd_bf2253l
[sensor]add sensor sc1336_1l
[sensor]add sensor gc2083
[build] add cv1813h_wevb_0007a_emmc build config
delete property of ion node, ion size can be freely set by env
[board] sync huashanpi emmc board configurations to nand and nor

Change-Id: I705a04fd2f60b4cbe9919196770a396d72c1dcee
2023-12-21 16:52:10 +08:00
13bef985e2 build: weekly update 2023-09-06
enable INPUT

Change-Id: Idcf2ea8e87395799bc975f91cc472db166c93a3a
2023-12-21 16:52:04 +08:00
694372a59f build: version release v4.1.0.3
faad783e add gc1084 slave
063ae4ac [sensor] add new sensor cv4001
4aef0349 [sensor] add new sensor gc1084 config
d553a348 Add support for CV1812CP eMMC.
f74513a8 [audio][lt6911] add drivers
245f21a6 [sensor] add sensor mis2008_1l
e428a8fe [sensor] add sc2336_1L

Change-Id: I32294015e76a8edc737a8f17e0aade192b3bd90d
2023-12-21 16:51:52 +08:00
1bca506835 Add mailbox based inter-processor communication 2023-11-30 15:39:39 +08:00
27fa5d9e9b Camera: support sensor OV5647 2023-11-27 14:51:28 +08:00
4c11757d3c Camera: support sensor SC035HGS 2023-11-22 16:50:52 +08:00
8c67840130 compile mkimage rather than use precompiled executable
thanks to ewpa:
b19ae91d98
2023-11-21 06:29:37 +00:00
0a2ab3fe1f Enable IPv6 and Multicast networking 2023-10-03 03:56:08 +00:00
5d8774d19a set pin 1/2 default function to I2C0 2023-09-08 14:23:06 +08:00
1be5c242af set pin 19 default function to GPIO 2023-09-08 11:20:44 +08:00
f0705c8860 set pin 14/15 default function to I2C1 2023-09-08 10:42:45 +08:00
e38165e1c4 kernel: change i2c1 frequency from 400K to 100K
Some I2C devices can only operate at a frequency of 100KHz
2023-09-07 14:40:45 +08:00
9814d63831 support swap partition
activate the swap partition:

mkswap /dev/mmcblk0p3
swapon /dev/mmcblk0p3

run command 'free -h' to check if the swap partition has been activated.
2023-09-05 14:45:11 +08:00
f1561fa656 set pin 4/5 default function to UART4 2023-09-05 09:49:03 +08:00
e4d322ac4c set pin 6/7 default function to PWM 2023-09-04 19:49:25 +08:00
b342d8653a kernel: enable spidev 2023-09-04 18:44:23 +08:00
be2a69546e camera: support sensor gc2083 2023-08-17 14:21:24 +08:00
52ac8d5cb4 kernel: support usb storage like USB flash disk
execute this command first:
echo host > /proc/cviusb/otg_role
2023-08-05 19:39:49 +08:00
c3909d7562 enable rndis in script S99user 2023-06-16 21:22:46 +08:00
db74adc752 milkv-duo use a separate script to create sd image 2023-06-13 21:48:10 +08:00
69c5b08231 change buildroot board dir for milkv-duo 2023-06-13 21:36:20 +08:00
50351adcec use buildroot to create rootfs 2023-06-13 21:27:03 +08:00
4c3ec86ff3 create cv1800b_milkv_duo_sd board config
copy from cv1800b_sophpi_duo_sd
2023-06-13 21:24:58 +08:00
df3ba8d3a0 build: weekly update 2023-05-22 1. support some sensor 2. support rtl bluetooth in huashanpai 3. set some board: CONFIG_MTD_UBI=y
Change-Id: I78fcb9c924fe90efda6df4364662dd6b0f19185b
2023-05-24 11:57:19 +08:00
e955c3f4fe build: weekly update 2023-04-26 1. add huashanpi board 2. add new sensors: gc0329,mis2008,tp2863 3. modified the configuration of some boards
Change-Id: I2d8814128ca6983d4a9f65c30c6598cca6d2e5ea
2023-04-28 10:37:07 +08:00
51d738af90 build: weekly update 2023-04-02 1. add cv1801c rls config
Change-Id: I588ae7244d83bf56b849a4e6b4eaa328f179a04c
2023-04-04 17:18:24 +08:00
75a1b20dea build: weekly update 2023-3-25
1. support ov5647 sensor
    2. support cv1811c spinand
    3. duo sync rls defconfig to normal defconfig

Change-Id: Id7be2d289f5d229b0c096a477e4e62f8eac1266b
2023-03-27 00:08:41 +08:00
cb6343d12d Fix the driver problem of the release version of the sophpi-duo board
Change-Id: I19408435059b74378a381464771565d279a06dbd
2023-03-19 18:15:59 +08:00
99eaacc22f [build] sophpi-duo support buildroot filesystem
Change-Id: I2ce52324f2a7d8f334492cd3cf271ed195b843f9
2023-03-14 15:37:36 +08:00
7186ede68b Add a script to package the SD card boot image
Change-Id: Ia9f31c72725a25abdd55fb1bd114e4f4dd466f4c
2023-03-13 00:16:21 +08:00
f579601068 add new board cv1800b_sophpi_duo_sd
Change-Id: If545300e0bb5286d56a53f125924ddedae62180d
2023-03-13 00:16:11 +08:00
909f5d4edb [build] Upgrade the MMF SDK from V4.0.0 to V4.1.0
1. Delete some useless files
	2. Add .gitignore file
	3. add cv181x board configs

Change-Id: I1f09f71cfa2cc6ee9ab5d8ad3d3570a48a9e9ba3
2023-03-10 20:40:01 +08:00
a4f213ceb0 [build] add cvitek build scripts
Change-Id: If63ce4a669e5d4d72b8e3b9253336dd99bf74c30
2023-03-10 20:35:59 +08:00