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
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
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
70c692e77e add some useful package 2024-01-05 09:57:35 +00:00
ef8882650d rename targets 2024-01-04 20:28:01 +08:00
1787c8e9d8 buildroot: enable iperf3 2023-12-27 10:17:37 +08:00
e7861d3a43 duo256m: support freetype package for buildroot 2023-12-22 18:50:59 +08:00
0e1feb8063 support milkv-duo256m 2023-12-22 17:54:35 +08:00