Duo 256 arrived, happy new year 2024 :-)

2 Likes

请测试一下我编译的内核,这个是可以用内存 240M的内核

windows 打开 tf 卡替换 内核文件,
就能从 duo 64m 的 linux镜像更新到 duo 256m

Awesome! Can’t wait to hopefully receive mine here in the states soon…

上链接,我买。CPU的其它部分变化看到介绍了,还有期待的小核心Arduino支持,可以把很多社区的库直接拿来用了,很多低速设备可以预处理完了再交给大核。
硬件规格上面Eth不是千兆的有点失望,另外如果加上FSMA这样的接口就更好了,这样就可以替换掉ST家的很多MCU了。/quote

关注官方公众号milkv就可以购买,要是能支持wifi就更好了,哈哈

多谢指路!看介绍Duo S支持wifi,512M版应该可以Docker挂ROS2了。
话说两个大核C906与A53是能同时使用,还是说启动的时候二选一,只能有一颗当主宰?

nice! hope to see mine here in the states soon as well. code name: hermit crab.

plans include porting void (a very BSD like linux sans systemD).

Void is one of my favorite lightweight Linux distributions. Interested to see how it runs.

Hello, how does one build images for Duo 256M?
Oh, I see my local repo wasn’t updated. Don’t know why I didn’t noticed that, but yes, now /build_milkv.sh is renamed to /build.sh, and now it supports choosing the board you want to build for.

I’m pretty sure if you run ./build.sh lunch (it’s really lunch not launch) it will let you pick which board you want to make an image for. There is an option for the 256 duo.

1 Like

Thanks, @taspen!

It turns out that in the commit sha1:a0ad45b7e764c6a951492a1ce23219fa6a054301 support for choosing boards was introduced, and I managed to miss it all.

Thanks a lot, I wasn’t smart, you answered my question and provided help.

Now if you want to modify the image is where things get tricky. The best way I have figured is to modify the default configs that are used to build everything. To find those configs took some detective work and log reading. Maybe someone can chime in with an easier more proper way to make modifications to the buildroot image?

1 Like

Now I’m thinking we could use those templates (listed on lunch command) and create our own configurations.
Will take some time; but in my opinion, this would be so far the easiest way to customize build options and not pollute the build environment.