Commit Graph

20 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
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
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
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
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
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
ef8882650d rename targets 2024-01-04 20:28:01 +08:00
1787c8e9d8 buildroot: enable iperf3 2023-12-27 10:17:37 +08:00
417deac733 add boards milkv-duo-python and milkv-duo256m-python 2023-12-22 21:11:05 +08:00
2e111d7dcb Fix typo 2023-12-22 18:06:48 +08:00
a0ad45b7e7 build.sh supports choosing boards 2023-12-22 16:48:17 +08:00