mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revisions
This commit is contained in:
parent
8c85e8a1ee
commit
8fb29293dd
5 changed files with 7 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
|||
Mars is the fourth planet from the Sun, after Mercury, Venus, and Earth. It is called "The Red Planet" on account of the iron oxide that covers much of its suface.
|
||||
Mars is the fourth planet from the Sun, after Mercury, Venus, and Earth. It is called "The Red Planet" on account of the iron oxide that covers much of its surface.
|
||||
|
||||
Mars has the Roman name of the classical god of war. This name in turn derives from the Greek name Ares for this god. (The traditional symbol of Mars is his shield and spear.) The ancient Egyptians simply called Mars Her Descher, or "the red one." The Hindus call Mars Mangala, one of the Navagraha. The Maya people also tracked Mars regularly.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Please note that this is not a straightforward way to install, and may turn out
|
|||
being tedious (I'm not a SailfishOS expert and have very limited experience).
|
||||
|
||||
To download all rpms (on desktop Linux), set architecture (default: `armv7hl`)
|
||||
in file `donwload-rpms.lisp` and run it in ECL:
|
||||
in file `download-rpms.lisp` and run it in ECL:
|
||||
```
|
||||
ecl -shell download-rpms.lisp ; will download to 'rpms/<arch>/'
|
||||
```
|
||||
|
|
@ -17,6 +17,7 @@ ecl -shell download-rpms.lisp ; will download to 'rpms/<arch>/'
|
|||
Copy the rpms to device (see `sshfs`) and install with (beware that this will
|
||||
give some unmet dependencies):
|
||||
```
|
||||
$ cd rpms/<arch>
|
||||
$ ./install.sh
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
for rpm in *.rpm; do
|
||||
rpm2cpio $rpm | cpio -idmv
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
for rpm in *.rpm; do
|
||||
rpm2cpio $rpm | cpio -idmv
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@ little tedious. Anyway I got it to work as described here.
|
|||
|
||||
After connecting your Sailfish device via USB, open 2 console tabs on Linux:
|
||||
|
||||
tab 1: shell
|
||||
### tab 1: shell
|
||||
```
|
||||
ssh -L4005:127.0.0.1:4005 defaultuser@192.168.2.15`
|
||||
```
|
||||
You need to manually do `source ~/.bashrc` for e.g. your personal aliases to
|
||||
work.
|
||||
|
||||
tab 2: file access
|
||||
### tab 2: file access
|
||||
```
|
||||
mkdir ~/phone
|
||||
sshfs defaultuser@192.168.2.15: ~/phone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue