+1(binding) Checked sigs and sums: Matched Checked LICENSE and NOTICE: OK Checked DISCLAIMER-WIP: OK Tried to built from source:
Not easy but I finally succeeded. I used the dockerfile from here https://github.com/apache/incubator-nuttx-testing/blob/master/docker/linux/Dockerfile Changed the ubuntu version from 19.04 to 18.04 so I can successfully build the image. Generated config with: ./tools/configure.sh sim:nsh and then make, but got an error and finally I found that I need to use -a to specify the directory for nuttx-apps. The build was pretty fast on X86 PC, and I logined to the simulated nuttx board, tried several commands like 'ls' and 'echo', all fine, and 'poweroff' can successfully shutdown and quit. Thanks. Brennan Ashton <bash...@brennanashton.com> 于2020年5月9日周六 下午12:33写道: > Hey everyone! > Just wanted to reach out again and see if we could get some more people to > review this release, we still need two more votes. > > We have a lot of support in the project for this release and it has a lot > of really important changes that we want to get out to our community. > I know this project is a little more complex to build due to the embedded > nature of it, but we do have some simulator targets that should > work without any hardware. > > Thanks, > Brennan >