89 Commits

Author SHA1 Message Date
e829bb4c17 properly save all defconfigs
Done using `for config in $(make list-defconfigs | grep "milkv" | awk '{print $1}'); do make $config && make savedefconfig; done`
2024-06-20 23:44:38 +02:00
bc680ca7c9 buildroot: enable libusb 2024-06-07 11:54:57 +08:00
34fb84e881 build wiringX from source code 2024-05-28 18:29:05 +08:00
7bc1dab872 enable python-numpy for duo256m and duos 2024-05-26 13:20:05 +08:00
780335d1e3 fix the rootfs size in partition_sd.xml
The partition size in partition_sd.xml is not used
when generating the sd image, but there will be script
check when generating firmware, and the value in xml
needs to be 128K larger than the value in buildroot.
Maybe this problem should be fixed later.
2024-05-25 18:04:14 +08:00
965b30ab36 duos emmc version rootfs set to 768M 2024-05-24 18:02:03 +08:00
04912a54f1 fix file format 2024-05-24 16:30:02 +08:00
7a7b84457f fix typo 2024-04-17 15:54:49 +08:00
850d6e42b8 add (duo256m config):support SPINAND image compilation on IOB board 2024-04-15 18:08:03 +08:00
2761a30699 add (duo256m config):support SPINOR image compilation on IOB board 2024-04-15 18:06:26 +08:00
bd98b34f6c add(duo spinor&spinand) buildroot compilation duo-pinmux&cvi-pinmux 2024-04-15 18:03:10 +08:00
b14443e7c9 buildroot: enable ALSA 2024-04-15 17:04:19 +08:00
fdb43604ef build duo-pinmux from source code 2024-04-15 14:27:00 +08:00
8d537fe1b7 buildroot: change cvi-pinmux prompt 2024-04-12 19:22:21 +08:00
96848c3bde build cvi-pinmux from source code 2024-04-12 19:09:59 +08:00
248e8d1451 buildroot: enable libcurl 2024-04-09 15:27:18 +08:00
1bd2e81d94 buildroot: replacing wget provided by busybox 2024-04-09 11:53:48 +08:00
79f138542b remove lite version for duo and duo256m 2024-03-26 10:10:03 +08:00
b0966d4d61 add debugfs for all 2024-02-22 15:45:03 +08:00
0e0b8efb59 buildroot: dd command from the coreutils package 2024-02-08 19:30:59 +08:00
6ebbd6e219 buildroot: enable fio 2024-02-08 18:58:48 +08:00
37e1f575f6 support commands such as lsblk lscpu sfdisk etc. 2024-02-08 16:56:31 +08:00
c7928d83e7 buildroot: enable stress-ng 2024-02-07 15:09:41 +08:00
2aa4ec4288 duos: support python 2024-01-30 15:39:50 +08:00
76e5db15c8 duos: support bluetooth 2024-01-20 13:21:18 +08:00
2833c24f11 busybox: add timeout command 2024-01-20 10:54:24 +08:00
232cef1614 rename milkv-duos to milkv-duos-emmc 2024-01-19 17:25:20 +08:00
54977e9c4d support milkv-duos-sd 2024-01-19 15:04:07 +08:00
9ae7f96adb Merge pull request #53 from FantasyGmm/develop
Add zram config and parallel build
2024-01-17 03:37:22 +00:00
a6adbdb8ac add(duo config):support SPINand image compilation on IOB board 2024-01-16 15:01:05 +08:00
7a0d47ab81 add(duo config):support SPINOR image compilation on IOB board 2024-01-16 12:46:20 +08:00
c0aebb8a8e Merge branch 'milkv-duo:develop' into develop 2024-01-15 20:32:59 +08:00
eb82e5f643 fix(buildroot):adjust the location of the overlay directory under buildroot 2024-01-15 17:35:48 +08:00
7e3d9f7a8d add br top-level parallel build 2024-01-11 10:04:57 +00:00
c1bf5bb61e buildroot: remove wiringX library
Since the compatible adaptation work of wiringX
to several board types of Duo is still in progress,
we will first use independent libwiringx.so for different board types.
2024-01-11 11:54:12 +08:00
70c692e77e add some useful package 2024-01-05 09:57:35 +00:00
46ad2cc962 add ncnn and cmatrix package to br 2024-01-05 09:55:59 +00:00
ef8882650d rename targets 2024-01-04 20:28:01 +08:00
cdaef96e0d support milkv-duos 2024-01-02 15:28:45 +08:00
cdd4fabb61 buildroot: fix build parameter for coremark package 2023-12-27 18:57:49 +08:00
1787c8e9d8 buildroot: enable iperf3 2023-12-27 10:17:37 +08:00
0145f36497 buildroot: upgrade busybox.config
1. dd supports showing speed after completion
2. enable netcat tool
2023-12-27 10:11:10 +08:00
9e4162f3db Add python-psutil package 2023-12-25 18:56:15 +08:00
e675cf6416 add rtsp stream video test program 2023-12-22 22:44:13 +08:00
417deac733 add boards milkv-duo-python and milkv-duo256m-python 2023-12-22 21:11:05 +08:00
e7861d3a43 duo256m: support freetype package for buildroot 2023-12-22 18:50:59 +08:00
2e111d7dcb Fix typo 2023-12-22 18:06:48 +08:00
0e1feb8063 support milkv-duo256m 2023-12-22 17:54:35 +08:00
a0ad45b7e7 build.sh supports choosing boards 2023-12-22 16:48:17 +08:00
a9f988635e buildroot/python-pinpong: reordering of pins 2023-10-19 17:45:58 +08:00