Difference between revisions of "Jolla"
m (Link to tech and HW faq.) |
(Collapsing external pages back into one, for now.) |
||
Line 1: | Line 1: | ||
Jolla is a [[mobile]] Linux phone based on [[Sailfish OS]] and [[Mer]]. | Jolla is a [[mobile]] Linux phone based on [[Sailfish OS]] and [[Mer]]. | ||
− | + | == Developing for Jolla == | |
− | + | To develop applications for [[Jolla]], you need to download [https://sailfishos.org/develop.html the SailFish SDK]. | |
+ | |||
+ | == How to connect to SSH over usb connection from PC == | ||
+ | the usb is either usb_storage or usb_net | ||
+ | |||
+ | # enable developer mode | ||
+ | # enable SSH (it's openssh, not dropbear) | ||
+ | # set password | ||
+ | # goto usb settings | ||
+ | # change that to developer mode | ||
+ | # reconnect usb cable | ||
+ | # you should see the ip address of the device on the UI | ||
+ | # you should be able to ssh to that address from PC (set an ip address first) | ||
+ | |||
+ | ==Jolla Hardware== | ||
+ | |||
+ | This is a basic overview of the hardware subsystems of the Jolla phone. | ||
+ | Please populate the items. | ||
+ | See http://wiki.maemo.org/N900_Hardware_Subsystems for one suggested style. | ||
+ | |||
+ | * Audio | ||
+ | * Video | ||
+ | * USB | ||
+ | * User interaction | ||
+ | ** Touchscreen | ||
+ | ** Accelerometer | ||
+ | ** GPS | ||
+ | ** Magnetometer | ||
+ | ** Gyroscope | ||
+ | ** Switches | ||
+ | ** Proximity Sensor | ||
+ | ** Light sensor | ||
+ | * Power managment | ||
+ | ** Battery | ||
+ | ** Charge meter | ||
+ | * Phone | ||
+ | ** Phone module | ||
+ | ** SIM | ||
+ | * CPU | ||
+ | ** Core System on Chip | ||
+ | ** RAM | ||
+ | ** Flash |
Revision as of 13:47, 28 November 2013
Jolla is a mobile Linux phone based on Sailfish OS and Mer.
Developing for Jolla
To develop applications for Jolla, you need to download the SailFish SDK.
How to connect to SSH over usb connection from PC
the usb is either usb_storage or usb_net
- enable developer mode
- enable SSH (it's openssh, not dropbear)
- set password
- goto usb settings
- change that to developer mode
- reconnect usb cable
- you should see the ip address of the device on the UI
- you should be able to ssh to that address from PC (set an ip address first)
Jolla Hardware
This is a basic overview of the hardware subsystems of the Jolla phone. Please populate the items. See http://wiki.maemo.org/N900_Hardware_Subsystems for one suggested style.
- Audio
- Video
- USB
- User interaction
- Touchscreen
- Accelerometer
- GPS
- Magnetometer
- Gyroscope
- Switches
- Proximity Sensor
- Light sensor
- Power managment
- Battery
- Charge meter
- Phone
- Phone module
- SIM
- CPU
- Core System on Chip
- RAM
- Flash