Commit Graph

30 Commits

Author SHA1 Message Date
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