Talk:Getting Started with your Neo FreeRunner

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(my-distribution.org is down)
(my-distribution.org feed is down)
 
(8 intermediate revisions by 4 users not shown)
Line 23: Line 23:
  
 
I think it's easier to upgrade everything through ssh... first run this:
 
I think it's easier to upgrade everything through ssh... first run this:
# nohup opkg upgrade dropbear
+
# nohup opkg upgrade dropbear
 
then run this:
 
then run this:
# opkg upgrade
+
# opkg upgrade
  
 
--woz
 
--woz
 +
 +
Is this still relevant for Om2008? -doopa
  
 
== my-distribution.org feed is down ==
 
== my-distribution.org feed is down ==
  
There is need to add a section on how to change the opkg feeds from " http://my-distribution.org/remote-feeds/" to http://downloads.openmoko.org/repository/. I followed the instructions  
+
There is need to add a section on how to change the opkg feeds from " http://my-distribution.org/remote-feeds/" to http://downloads.openmoko.org/repository/. I followed these instructions
  
cd /etc/opkg/
+
# cd /etc/opkg/
wget http://my-distribution.org/files/freerunner-om2007.2-feeds.tar.gz
+
# wget http://my-distribution.org/files/freerunner-om2007.2-feeds.tar.gz
tar -xvzf freerunner-om2007.2-feeds.tar.gz
+
# tar -xvzf freerunner-om2007.2-feeds.tar.gz
rm freerunner-om2007.2-feeds.tar.gz  
+
# rm freerunner-om2007.2-feeds.tar.gz
  
and the updates and installing are working ok.
+
and the opkg updates and installs are working ok.
  
 
Cheers, slozano
 
Cheers, slozano
 +
 +
The upgrading the distribution part needs to be updated to take in Om2008.8 or .12. Or are there still people getting the phone loaded with 2007? -doopa
 +
 +
== buildhost.openmoko.org feed is down ==
 +
 +
My opkg is looking for Packages.gz at http://buildhost.openmoko.org/
 +
This site indicates that it is relocated to http://downloads.openmoko.org/
 +
I recommend either adding a update in http://buildhost.openmoko.org/daily-feed/all/Packages.gz that redirects opkg or provide instructions on changing the locations on the "Getting Started with your Neo FreeRunner" page.
 +
 +
Error messages:
 +
* Failed to download
 +
<nowiki>http://buildhost.openmoko.org/daily-feed/all/Packages.gz</nowiki> , error 404
 +
* Failed to download
 +
<nowiki>http://buildhost.openmoko.org/daily-feed/all/Packages.sig</nowiki> , error 404
 +
* ...
 +
 +
Resolved --[[User:JoshTW|Josh]]

Latest revision as of 22:37, 18 December 2008

The impatient user (me) will try to boot right after plugging the phone for charging. If this is not possible, the text should be explicit.

TODO: redirect getting_started and Getting_started here


Contents

[edit] Organization of connectivity, update, & application sections

I find the current organization of USB + installing applications in one section and WLAN + GPRS + other things in a catch-all section unintuitive. What do others think of grouping USB, WLAN, and GPRS under one section about connectivity, followed by a section on updating, then a section on installing other apps (with non-project-name subheads for each task, e.g., "web browser" rather than "minimo") and then a next steps section for remaining items? --Joseph M. Jarvis 15:15, 21 July 2008 (UTC)

Hello,

Thanks for opening the discussion. Let me explain the thoughts that led me to reorganize the sections. They are based on two ideas:

  1. The goal of this page is to describe the manipulations necessary to bring the Neo Freerunner to an operational up to date state.
  2. These instructions are meant to be followed sequentially, paragraph-by-paragraph, starting from the unopened box.

If you agree on these two points, then they provide the ax needed to simplify and organize the page. Obviously (to me), the shorter the better, and anything not strictly necessary for the goal should be simplified and moved to another page. Talking about USB, Wifi and GPRS connectivity options is more complicated than focusing the reader's attention on the USB connection only.

I also think that it the goal should include the word "secure" after "operational", but I am unsure about Openmoko security model. --MinhHaDuong 11:43, 30 July 2008 (UTC)


[edit] Upgrade through ssh:

I think it's easier to upgrade everything through ssh... first run this:

  1. nohup opkg upgrade dropbear

then run this:

  1. opkg upgrade

--woz

Is this still relevant for Om2008? -doopa

[edit] my-distribution.org feed is down

There is need to add a section on how to change the opkg feeds from " http://my-distribution.org/remote-feeds/" to http://downloads.openmoko.org/repository/. I followed these instructions

  1. cd /etc/opkg/
  2. wget http://my-distribution.org/files/freerunner-om2007.2-feeds.tar.gz
  3. tar -xvzf freerunner-om2007.2-feeds.tar.gz
  4. rm freerunner-om2007.2-feeds.tar.gz

and the opkg updates and installs are working ok.

Cheers, slozano

The upgrading the distribution part needs to be updated to take in Om2008.8 or .12. Or are there still people getting the phone loaded with 2007? -doopa

[edit] buildhost.openmoko.org feed is down

My opkg is looking for Packages.gz at http://buildhost.openmoko.org/ This site indicates that it is relocated to http://downloads.openmoko.org/ I recommend either adding a update in http://buildhost.openmoko.org/daily-feed/all/Packages.gz that redirects opkg or provide instructions on changing the locations on the "Getting Started with your Neo FreeRunner" page.

Error messages:

  • Failed to download

http://buildhost.openmoko.org/daily-feed/all/Packages.gz , error 404

  • Failed to download

http://buildhost.openmoko.org/daily-feed/all/Packages.sig , error 404

  • ...

Resolved --Josh

Personal tools

The impatient user (me) will try to boot right after plugging the phone for charging. If this is not possible, the text should be explicit.

TODO: redirect getting_started and Getting_started here


Organization of connectivity, update, & application sections

I find the current organization of USB + installing applications in one section and WLAN + GPRS + other things in a catch-all section unintuitive. What do others think of grouping USB, WLAN, and GPRS under one section about connectivity, followed by a section on updating, then a section on installing other apps (with non-project-name subheads for each task, e.g., "web browser" rather than "minimo") and then a next steps section for remaining items? --Joseph M. Jarvis 15:15, 21 July 2008 (UTC)

Hello,

Thanks for opening the discussion. Let me explain the thoughts that led me to reorganize the sections. They are based on two ideas:

  1. The goal of this page is to describe the manipulations necessary to bring the Neo Freerunner to an operational up to date state.
  2. These instructions are meant to be followed sequentially, paragraph-by-paragraph, starting from the unopened box.

If you agree on these two points, then they provide the ax needed to simplify and organize the page. Obviously (to me), the shorter the better, and anything not strictly necessary for the goal should be simplified and moved to another page. Talking about USB, Wifi and GPRS connectivity options is more complicated than focusing the reader's attention on the USB connection only.

I also think that it the goal should include the word "secure" after "operational", but I am unsure about Openmoko security model. --MinhHaDuong 11:43, 30 July 2008 (UTC)


Upgrade through ssh:

I think it's easier to upgrade everything through ssh... first run this:

# nohup opkg upgrade dropbear

then run this:

# opkg upgrade

--woz

my-distribution.org feed is down

There is need to add a section on how to change the opkg feeds from " http://my-distribution.org/remote-feeds/" to http://downloads.openmoko.org/repository/. I followed the instructions

cd /etc/opkg/ wget http://my-distribution.org/files/freerunner-om2007.2-feeds.tar.gz tar -xvzf freerunner-om2007.2-feeds.tar.gz rm freerunner-om2007.2-feeds.tar.gz

and the updates and installing are working ok.

Cheers, slozano