Page 1 of 1
Codding outside of K-OS and testing
Posted: Fri Mar 14, 2014 2:20 am
by catalinvasile
Hi,
I'm trying to get along with the OS and app development.
I've looked over FASM (as I've been working only with TASM and a little on NASM).
Now I want to write the code on my guest machine, and then run it on Kolibri OS that is running in my VirtualBox machine.
I've tried using the FTP and TFTP clients, but with no luck.
The FTP one connects, I can see the current directory and change to a new one, but it fails to download files.
The TFTP clients doesn't even connect.
How do you guys usually develop your apps for this OS?
Re: Codding outside of K-OS and testing
Posted: Fri Mar 14, 2014 2:26 am
by yogev_ezra
If you have a USB stick, you may share it between your host OS and KolibriOS in VirtualBox.
Develop on your host OS, then transfer the file to the USB stick, then connect it to the guest OS (KolibriOS).
You can read instructions here:
www.dedoimedo.com/computers/virtualbox-usb.html
Re: Codding outside of K-OS and testing
Posted: Sat Mar 15, 2014 11:18 am
by hidnplayr
catalinvasile wrote:The FTP one connects, I can see the current directory and change to a new one, but it fails to download files.
Can you make a screenshot from the log when it fails?
catalinvasile wrote:The TFTP clients doesn't even connect.
I'll need to investigate that.
Re: Codding outside of K-OS and testing
Posted: Wed Mar 19, 2014 10:28 pm
by catalinvasile
hidnplayr wrote:catalinvasile wrote:The FTP one connects, I can see the current directory and change to a new one, but it fails to download files.
Can you make a screenshot from the log when it fails?
catalinvasile wrote:The TFTP clients doesn't even connect.
I'll need to investigate that.
I will do this, this weekend.
Re: Codding outside of K-OS and testing
Posted: Sun Mar 23, 2014 8:08 pm
by yogev_ezra
Related to your question:
catalinvasile wrote:how can I see the log?
The DEBUG log is shown if you start
BOARD application. It appears both in the application itself, and in the text file
/rd/1/boardlog.txt . You need to run BOARD, then do what you tried to do, and then attach
/rd/1/boardlog.txt on the forum.
catalinvasile wrote:or do yo strictly refer to the error outputed by the ftp client?
It might be a good idea to make screenshot of FTP client and attach it here as well.