LVGL project creator tool

2024-07-18 Thread Gábor Kiss-Vámosi
Hi, You might have heard that at LVGL we started to work on our UI editor . It will be a developer-centric tool which will run on Windows, Linux,

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Stuart Ianna
This would be fantastic. enjoy-digital, the authors of Litex, already have a HIL configuration for the arty_a7 and NuttX. Perhaps that could be used with a little bit of collaboration. What is the expected test frequency? Expecting a result back from every runner on a PR may be problematic if ther

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Hi Maciej, Yes, using a computer to compile is also in our radar because it will recreate real usage scenarios (if we only build the binary in the Github CI we are limited to its toolchain version and libraries). I think your suggestions are really good and it is aligned with what I have in mind

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Hi Gábor, Amazing, let us know your idea and let us join forces to make it happen! BR, Alan On Thu, Jul 18, 2024 at 5:29 PM Gábor Kiss-Vámosi wrote: > Oh, I see. Nice! I guess making it fully automated would be too good to be > true. > > We test the supported boards manually, but we support a

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Hi Michal, I agree with you about the security side. In fact my initial idea was using Raspberry Pi to do it using uhubctl see: https://github.com/mvp/uhubctl (at bottom of page there are many projects using it) with a 16 port USB HUB. This way we could turn ON/OFF up to 16 boards and flash it o

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Maciej Wójcik
Most of us have some spare PC around, such PC can have fresh Linux with a gitlab-runner service and this gitlab-runner can build, flash and run tests, a pipeline that gives positive or negative results. With binaries already built it could just download instead. I know that with GitLab this is mo

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Gábor Kiss-Vámosi
Oh, I see. Nice! I guess making it fully automated would be too good to be true. We test the supported boards manually, but we support and maintain much less boards, and test them only before releases. We started to work on something which can be related and seems like a good collaboration opport

Re: Help us to create a distributed board testing farm

2024-07-18 Thread michal . lyszczek
Hi On 2024-07-18 16:14:20, Alan C. Assis wrote: > We are creating a testing farm for NuttX to be integrated on our CI. How is this going to work? Since, this seems like, tests will be conducted on real hardware, I assume I would have to install some daemon at my home so that CI could send commands

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Hi Gábor, Our idea is to do it automatically: the CI will build the binary and notify the users to start the flashing process, test it and return the result. We will need a board to do the flashing process (i.e. an ESP32 with SWD/JTAG flashing emulation). Does LVGL have farm board testing? BR,

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Gábor Kiss-Vámosi
Hi, In practice will it be manual testing by humans, or can you run some tests automatically and remotely? On Thu, Jul 18, 2024, 21:50 Alan C. Assis wrote: > Actually I shared it publicly with modify permissions (danger mode, maybe > it is better to use Comment option, so people can ask for inv

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Actually I shared it publicly with modify permissions (danger mode, maybe it is better to use Comment option, so people can ask for invitation) BR, Alan On Thu, Jul 18, 2024 at 4:39 PM Kenneth Pettit wrote: > Hi Alan, > > I guess you need to be invited to view that Google Doc? > > Ken > > On 7

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Kenneth Pettit
Hi Alan, I guess you need to be invited to view that Google Doc? Ken On 7/18/24 12:14 PM, Alan C. Assis wrote: Hi Everyone, We are creating a testing farm for NuttX to be integrated on our CI. As you know, NuttX supports more than 300 boards and we need to test all boards everytime someone m

Re: Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Only my bad English, sometimes I try to do some direct translation, without paying attention to the grammar rules. "So let's map out which people have which development board". BR, Alan On Thu, Jul 18, 2024 at 4:14 PM Alan C. Assis wrote: > Hi Everyone, > > We are creating a testing farm for

Help us to create a distributed board testing farm

2024-07-18 Thread Alan C. Assis
Hi Everyone, We are creating a testing farm for NuttX to be integrated on our CI. As you know, NuttX supports more than 300 boards and we need to test all boards everytime someone modifies our code base. So, let's to map each person have each board, please include your name in the front of each

Re: basically, I get an error when I do make

2024-07-18 Thread Alan C. Assis
I will try to attach the file here, if the previous link doesn't work, since that tar.gz file is less than 1KB I think it will attach fine. Just rename CustomApps.txt to CustomApps.tar.gz and extract it. BR, Alan On Thu, Jul 18, 2024 at 3:52 PM Alan C. Assis wrote: > Hi Linotte, > > Thanks fo

Re: basically, I get an error when I do make

2024-07-18 Thread Alan C. Assis
Hi Linotte, Thanks for testing our tutorials, it is important to validate and find issues. I followed the tutorial here (this is the first time I do it) and it worked fine (although copying the text from page removes the comments #) I compressed by CustomApps and shared it: https://u.pcloud.lin

basically, I get an error when I do make

2024-07-18 Thread Linotte Justin ...
hello, i hope my question doesn't bother you, i'm an amateur, not a pro with 40y of experience so it may be dumb for you. i'm also an amateur in english btw when i do make like advised here : https://nuttx.apache.org/docs/latest/quickstart/compiling_make.html#build-nuttx i get this : :~/pico