cederom commented on issue #4648: URL: https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945220020
I have managed to build and flash `esp32c3-devkit:ble` on FreeBSD :-) It gets a boot loop problem but the build seem to have worked just the same as on Linux Debian, probably needs some more setup with bootloader :-) I have tried `./tools/configure.sh -B sim:nsh` but that needs porting `genromfs` to FreeBSD. `genromfs` was easy peasy :-) I am using upstream version 0.5.7 from https://github.com/chexum/genromfs ``` 0xCFMX4% uname -a FreeBSD 0xCFMX4 13.0-STABLE FreeBSD 13.0-STABLE #0 stable/13-n247642-39a1ff43ad7: Tue Oct 12 12:31:41 CEST 2021 root@0xCFMX4:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 0xCFMX4% ls -al nuttx -rwxr-xr-x 1 XXX XXX 1516992 Oct 18 01:41 nuttx 0xCFMX4% ./nuttx login: admin password: User Logged-in! NuttShell (NSH) NuttX-10.1.0 MOTD: username=admin password=Administrator nsh> uname -a NuttX 10.1.0 9cb35d79cc-dirty Oct 18 2021 01:40:26 sim sim nsh> ls /: bin/ dev/ etc/ proc/ tmp/ nsh> ``` :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org