[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gambas program on headless ARM board
[Thread Prev] | [Thread Next]
- Subject: gambas program on headless ARM board
- From: roberto.premoli@xxxxxxxxxx
- Date: Wed, 11 Jun 2025 21:17:30 +0200
- To: <user@xxxxxxxxxxxxxxxxxxxxxx>
Hello I need to control a serial line on a headless ARM board (nanopineo). Basically the program must: A. read RX serial transmission and write on a file B. using a timer, to ocnotro l exist a file in a postision of filesistem: i yes, sento on serial TX. I developed to program on a PC (x86), it works fine. then eliminate all the debug graphic i used (buttons, combobox, ecc) and leaving only the 2 objects "serialport1" and "timer1" on Form1 I can now: 1. connect to ARM board with ssh and install gambas3 2. move the project on ARM board Well, here the questions: - how can I create a .deb package on ARM board from command line? - can a graphic program run on a headless board? Thanks, Roberto
Re: gambas program on headless ARM board | gbWilly <gbWilly@xxxxxxxxxxxxxx> |