Hi Antonio
What chance we could get FiveLinux applications working on the Nokia N810 which runs maemo Linux a Debian derivative (but presumably cut down) ?
I don't suppose anyone has tried?
Regards
Doug
FiveLinux and the Nokia N810
- xProgrammer
- Posts: 464
- Joined: Tue May 16, 2006 7:47 am
- Location: Australia
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- xProgrammer
- Posts: 464
- Joined: Tue May 16, 2006 7:47 am
- Location: Australia
Hi Antonio
If I did it I would probably write my code on a normal Linux box but would be happy to compile on the 810. It's not a high priority but if it clearly wasn't going to work I wouldn't want to buy an 810 and not be able to use it. Having said that I realise that you couldn't possibly guarantee that it would work.
The Linux version it uses is Debian based. It does include gcc - you can develop in C / C++. Would have to try to determine if all the packages we need are available for it. I don't know how much RAM FiveLinux applications need.
Having pretty much committed to Linux this would seem a better option for me than PocketPC.
Regards
Doug
If I did it I would probably write my code on a normal Linux box but would be happy to compile on the 810. It's not a high priority but if it clearly wasn't going to work I wouldn't want to buy an 810 and not be able to use it. Having said that I realise that you couldn't possibly guarantee that it would work.
The Linux version it uses is Debian based. It does include gcc - you can develop in C / C++. Would have to try to determine if all the packages we need are available for it. I don't know how much RAM FiveLinux applications need.
Having pretty much committed to Linux this would seem a better option for me than PocketPC.
Regards
Doug
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Doug,
Another interesting way that I use very much is to use a SSH connection, so you can work from your computer but in fact you are working on the device:
From a terminal window in your PC type:
ssh username@ip_address
ip_address is the IP of your device.
you will be prompted for the password. This just requires that a SSH server is running on the device, which it is quite usual.
Another interesting way that I use very much is to use a SSH connection, so you can work from your computer but in fact you are working on the device:
From a terminal window in your PC type:
ssh username@ip_address
ip_address is the IP of your device.
you will be prompted for the password. This just requires that a SSH server is running on the device, which it is quite usual.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: