Re: using openocd

2008-09-12 Thread Lynn Nguyen
Does the cable fit completely into your neo? Because my cable doesn't go
straight in. Is there a technique to make it fit? Did you have any problems
making it fit? Because I think my problem is that my cable doesn't go all
the way in.

Lynn

On Thu, Sep 11, 2008 at 8:47 AM, andi [EMAIL PROTECTED] wrote:

 Hypnotize wrote:
  I have tried that to and get the same error messages! :(

 Hi!

 I go the debug board working the first time just a minute ago, but I had
 the same errors.
 Make sure, you have the flat flexible cable between debug board and
 freerunner completely plugged into
 the small connector on the freerunner.
 This solved my problems ;-)

 andi
 
  On Sun, Sep 7, 2008 at 3:52 AM, Holger Freyther [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  On Sunday 07 September 2008 02:22:40 Hypnotize wrote:
   Hi,
  
   I cant get openocd working (with Debug Board v3 and GTA02), I
  just get this
   error message:
  
   $ openocd -f /etc/openocd/openocd.conf
   Info:openocd.c:84 main(): Open On-Chip Debugger (2007-01-31
  12:00 CET)
   Error:   ft2232.c:1351 ft2232_init(): unable to open ftdi device:
   ftdi_usb_reset failed
 
  sudo openocd?
 
  z.
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org mailto:community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
  
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: using openocd

2008-09-01 Thread Lynn Nguyen
Why would I want to do that to the debug board?
http://wiki.openmoko.org/wiki/Debug_Board_v3 . If the usb id is
0403:6010 then its wrong isn't it?

Also I don't understand this section of the wiki page:
http://wiki.openmoko.org/wiki/OpenOCD#Known_Bugs_and_Troubleshooting

 Did you turn it on ?

An easily made but devastating mistake is to forget to actually activate the
CPU. Just connecting power is not enough ! Press and hold the power button
until the boot loader does its count-down, or, in case there is no runnable
boot loader, the CPU keeps itself busy.

is the 'it' this part referring to the openmoko? I mean, isn't the whole
point of a bricked openmoko the fact that it can't turn on? How am I
supposed to activate the CPU if it won't turn on at all? I know the battery
is fully charged because I checked the voltage.

this is the openocd.cfg i am using:

telnet port 
gdb_port 

# interface
interface ft2232
jtag_speed 8
ft2232_device_desc Debug Board for Neo1973
ft2232_layout jtagkey
ft2232_vid_pid 0x1457 0x5118
reset_config trst_and_srst
jtag_device 4 0x1 0xf 0xe
daemon_startup attach
target arm920t little reset_run 0 arm920t
working_area 0 0x20 0x4000 backup
run_and_halt_time 0 5000

How do I check my debug board's uart console? I can't remember how to do it
but I'm pretty sure I was able to screen onto it once.

Actually maybe it is something with my debug board, I looked in the logs and
saw this:

[  459.596147] usb 3-1.3: new full speed USB device using uhci_hcd and
address 27
[  459.744465] usb 3-1.3: device not accepting address 27, error -71

Do you know what to make of this error? Google search finds nothing =/.

Lynn
On Mon, Sep 1, 2008 at 12:43 AM, Neng-Yu Tu (Tony Tu) [EMAIL PROTECTED]wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Lynn-

 Lynn Nguyen ??:
  Yeah it's loading the correct openocd.cfg file. I even added random
  commands to it and i saw those commands in the error messages. I even
  used -f to be sure.
 


 * Could you check the .cfg file is comes with, it should called
 openocd-debugv2.cfg :

 1. ft2232_vid_pid 0x1457 0x5118

 2. And adjust jtag_speed to higher number (4 or 8, default is 0)

 * And is your debug board UART (terminal console) is working?

 If still not working, you might could erase the EEPROM content in the
 debug board again, return the default USB ID 0403 6010. They see if the
 UART and openocd could work.

 Regards,

 - --
 Neng-Yu Tu (Tony Tu)
 Openmoko, Inc.
 Support.

 Some questions could be answered by reference following link:

 Wiki - http://wiki.openmoko.org
 Download - http://downloads.openmoko.org

 Freerunner Introduction -
 http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner



  I was wondering if anyone was using the Neo1973 (GTA01v4) with Debug
  board v3. I used the openocd.cfg available on the wiki and I get this
  problem:
  Info:openocd.c:82 main(): Open On-Chip Debugger (2006-08-01
  12:00 CEST)
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_device_desc not found
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_layout not found
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_vid_pid not found
  Error:   jtag.c:1219 jtag_init(): No valid jtag interface found
  (ft2232)
 
  It seems like openocd is having some trouble with ft2232 because I
  don't
  see anything wrong with those commands.
 
 
  Does your openocd load neo1973 specific config? like tmp/openocd -f
  tmp/openocd-debugv2.cfg
 
  Usually it is because your USB vid/pid setting is not correct in the
  config file(load the wrong config file)
 
  Hope this helps.
 

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAki7nRcACgkQmV6sZhhBn2/jIACgjEh/KVZXXdhD4sLyZh17d9gA
 DG4AnAmOZwoBDKSqNn3mua2WQnvi9xCp
 =wz/W
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


using openocd

2008-08-31 Thread Lynn Nguyen
Hey All,

I was wondering if anyone was using the Neo1973 (GTA01v4) with Debug board
v3. I used the openocd.cfg available on the wiki and I get this problem:
Info:openocd.c:82 main(): Open On-Chip Debugger (2006-08-01 12:00 CEST)
Info:configuration.c:50 configuration_output_handler(): Command
ft2232_device_desc not found
Info:configuration.c:50 configuration_output_handler(): Command
ft2232_layout not found
Info:configuration.c:50 configuration_output_handler(): Command
ft2232_vid_pid not found
Error:   jtag.c:1219 jtag_init(): No valid jtag interface found (ft2232)

It seems like openocd is having some trouble with ft2232 because I don't see
anything wrong with those commands.

lsusb shows that the debug board is connected:
Bus 003 Device 003: ID 1457:5118
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 8
  idVendor   0x1457
  idProduct  0x5118
  bcdDevice5.00
  iManufacturer   1 OpenMoko
  iProduct2 Debug Board for Neo1973
  iSerial 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   55
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0
bmAttributes 0x80
  (Bus Powered)
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  2 Debug Board for Neo1973
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  2 Debug Board for Neo1973
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04  EP 4 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
Device Status: 0x
  (Bus Powered)

Any ideas? Thanks!

Lynn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: using openocd

2008-08-31 Thread Lynn Nguyen
Yeah it's loading the correct openocd.cfg file. I even added random commands
to it and i saw those commands in the error messages. I even used -f to be
sure.

Lynn

On Sun, Aug 31, 2008 at 9:45 PM, Neng-Yu Tu (Tony Tu) [EMAIL PROTECTED]wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Lynn-

  I was wondering if anyone was using the Neo1973 (GTA01v4) with Debug
  board v3. I used the openocd.cfg available on the wiki and I get this
  problem:
  Info:openocd.c:82 main(): Open On-Chip Debugger (2006-08-01 12:00
 CEST)
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_device_desc not found
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_layout not found
  Info:configuration.c:50 configuration_output_handler(): Command
  ft2232_vid_pid not found
  Error:   jtag.c:1219 jtag_init(): No valid jtag interface found (ft2232)
 
  It seems like openocd is having some trouble with ft2232 because I don't
  see anything wrong with those commands.
 

 Does your openocd load neo1973 specific config? like tmp/openocd -f
 tmp/openocd-debugv2.cfg

 Usually it is because your USB vid/pid setting is not correct in the
 config file(load the wrong config file)

 Hope this helps.

 =
 - --
 Neng-Yu Tu (Tony Tu)
 Openmoko, Inc.
 Support.

 Some questions could be answered by reference following link:

 Wiki - http://wiki.openmoko.org
 Download - http://downloads.openmoko.org

 Freerunner Introduction -
 http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAki7c4MACgkQmV6sZhhBn29BwQCfSRPiSVTPKhPeUAGd1R6m0D80
 1sIAn1dFiXdIuulTTCqYM6mmfPsRvjJD
 =ubFB
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Application to fade screen

2008-08-13 Thread Lynn Nguyen
Hello all--

I was wondering, is there some sort of application that will let me manually
fade the openmoko screen to black? Similar to a screen saver? Thanks!

Lynn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Using openocd

2008-08-10 Thread Lynn Nguyen
Hi all,

I was wondering, has anyone had any luck connecting their debug board (v3)
to a neo1973? I followed all the instructions here:
http://wiki.openmoko.org/wiki/Debug_Board_v3 (for linux)
but I keep getting 'no valid jtag interface found'. But that doesn't make
any sense because I can see the debug board from my laptop when i do
'lsusb'. Any ideas? Thanks!

Lynn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Using openocd

2008-08-10 Thread Lynn Nguyen
I believe so. I used the openocd.cfg that is given on the wiki. I've even
followed the steps here:
http://svn.openmoko.org/developers/werner/notes/openocd
which seem to be legit. The step I get stuck on is running openocd. I think
maybe there is something wrong with the libftdi phase? I'm not sure why I
think that though. I just think that because I'm installing that by hand as
opposed to sudo apt-getting it. Is there a way to check that openocd will
use libftdi?

Lynn

On 8/10/08, Neng-Yu Tu (Tony Tu) [EMAIL PROTECTED] wrote:

 Hi Lynn-

  Hi all,
 
  I was wondering, has anyone had any luck connecting their debug board
  (v3) to a neo1973? I followed all the instructions here:
  http://wiki.openmoko.org/wiki/Debug_Board_v3 (for linux)
  but I keep getting 'no valid jtag interface found'. But that doesn't
  make any sense because I can see the debug board from my laptop when i
  do 'lsusb'. Any ideas? Thanks!
 
  Lynn
 
 


 Does your openocd using correct setting file? v3 board could connect to
 neo1973, because it basically compatible old boards.

 --
 Tony Tu (Neng-Yu Tu)
 Openmoko, Inc.
 Support.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-08-02 Thread Lynn Nguyen
Could you be a little more specific or point me in the right direction?
search for 'fingertrap' and 'openocd fingertrap' yields no results
anywhere...

On Sat, Aug 2, 2008 at 12:44 AM, Andy Green [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Somebody in the thread at some point said:

 | Yeah, I was having a problem with that because I couldn't open openocd
 | with the debug board. Which was why I tried finding a different way to
 | do it. So is there another way to boot the neo1973 if the NAND is
 missing?

 You'll need to fix the fingertrap that is getting OpenOCD running.

 - -Andy
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

 iEYEARECAAYFAkiUEGoACgkQOjLpvpq7dMoymACeIfvNgFMuZEVmQtJ42i0n9JDd
 hSUAniEogVrRQn4VaobncxYl5CYrZahw
 =7qBX
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-08-01 Thread Lynn Nguyen
Okay so I just did something really stupid

I nand erased u-boot, kernel, and rootfs and turned off the phone...

now it won't boot... what do i do??!

L
On Thu, Jul 31, 2008 at 5:27 AM, Andy Green [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Somebody in the thread at some point:
 | Just following the steps that were on the wiki hehe. I didn't know you
 | could do that. So apparently there are 3 different images that we can
 | have on the phone, the GTK, ASU, and FSO. What is the most stable one
 | and what do most people use to develop on? What do people prefer?

 There's also a Debian port available.

 These are good reasons for SD Card boot, you can try out these other
 things while leaving your core phone stuff intact and available at any
 time.

 - -Andy
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

 iEYEARECAAYFAkiRr8QACgkQOjLpvpq7dMqD7gCfcct71lmPu4HwPhP9clPtR6h4
 7O8AnidAKAbpUMnvlm8gzIXM8VEazAPu
 =J5Xm
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-08-01 Thread Lynn Nguyen
I'm using the neo1973, so I don't think it has nand? But I'm confused
because I definitely used nand in the bootloader prompt. But whenever I
boot, I boot into the NOR flash (based on the pictures). I've never booted
into NAND flash.But I highly doubt it was my battery because it was at full,
and connected to the computer the whole time. Well, I'm a little confused
because the screen shots for the bootloader matched NOR, but then I see
this:
http://wiki.openmoko.org/wiki/Bootloader#GTA01

and it says the only way for my openmoko to boot is through NAND...

I tried using the debug board but I can't get openocd.cfg to work. It
complains about missing ftd.h. even though i followed EXACTLY all the steps
here: http://svn.openmoko.org/developers/werner/notes/openocd

Any suggestions? :)

L

On Thu, Jul 31, 2008 at 11:34 PM, Andy Green [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Somebody in the thread at some point said:
 | Okay so I just did something really stupid
 |
 | I nand erased u-boot, kernel, and rootfs and turned off the phone...
 |
 | now it won't boot... what do i do??!

 Rashkat and Hans gave the right advice, you can recover from it OK if
 your NOR U-Boot is present.

 You need to use dfu_util and some partition images from the usual places.

 The one thing to watch out for is NOR U-Boot times out after 30s if you
 don't keep giving it some UI action, so you are better to just flash
 NAND U-Boot in, then reboot into that to DFU the larger kernel and
 rootfs partitions in.

 - -Andy
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

 iEYEARECAAYFAkiSrowACgkQOjLpvpq7dMoXQwCeLW/v9RHZpHsN+EwDKpYxDq/T
 hwAAnROI6ePBxMswj2S0i5d2d0TvYA4y
 =/A+b
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-08-01 Thread Lynn Nguyen
Yeah, I was having a problem with that because I couldn't open openocd with
the debug board. Which was why I tried finding a different way to do it. So
is there another way to boot the neo1973 if the NAND is missing?

Lynn

On Fri, Aug 1, 2008 at 8:02 PM, Mike Montour [EMAIL PROTECTED] wrote:

 Lynn Nguyen wrote:
  I'm using the neo1973, so I don't think it has nand?

 Neo1973 and Freerunner both have NAND. Only Freerunner has NOR.

  I tried using the debug board but I can't get openocd.cfg to work. It
  complains about missing ftd.h. even though i followed EXACTLY all the
  steps here: http://svn.openmoko.org/developers/werner/notes/openocd

 Try this page:
 http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2/Unbricking


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Updating freerunner to latest snapshot (WAS: Re: )

2008-07-31 Thread Lynn Nguyen
Thanks! are the steps for the neo1973 different? I noticed you were
explaining the steps for the freerunner which I think might be more
updated/easier to use. For example, I don't have opkg on my phone. Does
anyone have any steps for the neo1973 that differ from the wiki?

L

On Thu, Jul 31, 2008 at 5:46 AM, arne anka [EMAIL PROTECTED] wrote:

  So, I never had to do that -- or more precisely I have never done that.
  *Should* I be doing it, or is that only if you are not able to ssh in?

 if your upgrades go smoothly, no need.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Updating freerunner to latest snapshot (WAS: Re: )

2008-07-31 Thread Lynn Nguyen
Actually I was wondering, how many people actually use the sd card and what
size is suggested for the sd card?

L
On Thu, Jul 31, 2008 at 9:42 PM, Lynn Nguyen [EMAIL PROTECTED] wrote:

 Thanks! are the steps for the neo1973 different? I noticed you were
 explaining the steps for the freerunner which I think might be more
 updated/easier to use. For example, I don't have opkg on my phone. Does
 anyone have any steps for the neo1973 that differ from the wiki?

 L


 On Thu, Jul 31, 2008 at 5:46 AM, arne anka [EMAIL PROTECTED] wrote:

  So, I never had to do that -- or more precisely I have never done that.
  *Should* I be doing it, or is that only if you are not able to ssh in?

 if your upgrades go smoothly, no need.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[no subject]

2008-07-30 Thread Lynn Nguyen
Hi all!

Well, I'm a little new to this (as I'm sure everybody says when they are
posting for the first time), but I was wondering, how can I free up space on
the neo? Are there any packages that are not necessary? I somehow find
myself using up 99% of space after doing an 'upgrade'. I would like to
install a bunch of python modules to run pyroute (has anyone has any luck
with that so far?) but I keep running out of space. When I try installing
the modules onto an sd card, I run out of space there as well. Do python
modules normally take up over 400mb of space? Any help would be greatly
appreciated!

L
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-07-30 Thread Lynn Nguyen
Hmm are there any benefits to booting from an sd card? I think I would
prefer not to if possible.

Where do you guys get your snapshots? I think I would like to just reflash
the openmoko. These are the steps I originally took... Does anyone know if I
am actually doing it right?

1. download images from
http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D

2. flashing kernel:
# sudo su
#  ./dfu-util -a kernel -d 0x1457:0x5119 -R -D
/home/lynn/moko/flash/uImage-2.6.22.5-moko11+svnr3238-r8-neo1973.bin

3. flashing rfs
# sudo ./dfu-util -a 5 -d 0x1457:0x5119 -R -D
/home/lynn/moko/flash/OpenMoko-openmoko-image-glibc-ipk-P1-Snapshot-20071121-fic-gta01.rootfs.jffs2


I noticed that on this, the time is never right, could it be because of the
images I got? Where can get the correct images if this is the case?

Also, where do people get their ipkg feeds? Like, what sources are listed in
your /etc/ipkg.conf and /etc/ipkg/*.conf files?

Setting up is always the hardest part... Thanks in advance!

L

On Wed, Jul 30, 2008 at 2:47 AM, Al Johnson
[EMAIL PROTECTED]wrote:

 On Wednesday 30 July 2008, Lynn Nguyen wrote:
  Hi all!
 
  Well, I'm a little new to this (as I'm sure everybody says when they are
  posting for the first time), but I was wondering, how can I free up space
  on the neo? Are there any packages that are not necessary? I somehow find
  myself using up 99% of space after doing an 'upgrade'. I would like to
  install a bunch of python modules to run pyroute (has anyone has any luck
  with that so far?) but I keep running out of space. When I try installing
  the modules onto an sd card, I run out of space there as well. Do python
  modules normally take up over 400mb of space? Any help would be greatly
  appreciated!

 I've not tried pyroute yet. I've done the opkg upgrade several times and
 have
 a number of python packages installed, but I'm nowhere near 99% used. I
 suspect something else may have been eating into your space, but you only
 became aware of it after the opkg upgrade.

 [EMAIL PROTECTED]:~# df
 Filesystem   1k-blocks  Used Available Use% Mounted on
 rootfs  252544 86420166124  34% /
 /dev/root   252544 86420166124  34% /
 tmpfs   40 040   0% /mnt/.exquisite
 /dev/root   252544 86420166124  34% /dev/.static/dev
 udev  204872  1976   4% /dev
 /dev/mmcblk0p1  495168123296371872  25% /media/card
 tmpfs63108   300 62808   0% /var/volatile
 tmpfs6310848 63060   0% /dev/shm
 [EMAIL PROTECTED]:~# opkg list_installed |grep python
 libpython2.5-1.0 - 2.5.2-ml4 -
 python-codecs - 2.5.2-ml0 -
 python-core - 2.5.2-ml0 -
 python-dbus - 0.82.4-ml4 -
 python-fcntl - 2.5.2-ml0 -
 python-io - 2.5.2-ml0 -
 python-lang - 2.5.2-ml0 -
 python-logging - 2.5.2-ml0 -
 python-math - 2.5.2-ml0 -
 python-pickle - 2.5.2-ml0 -
 python-pycairo - 1.4.0-ml1 -
 python-pygobject - 2.14.2-r0 -
 python-pygtk - 2.10.4-ml8 -
 python-pyserial - 2.2-r2 -
 python-re - 2.5.2-ml0 -
 python-readline - 2.5.2-ml0 -
 python-shell - 2.5.2-ml0 -
 python-stringold - 2.5.2-ml0 -
 python-subprocess - 2.5.2-ml0 -
 python-threading - 2.5.2-ml0 -
 python-xml - 2.5.2-ml1 -

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


using ipkg

2008-07-30 Thread Lynn Nguyen
Hello,

I was wondering, could someone explain to me exactly how ipkg is used? What
is the point of specifying

source name source

in the /etc/ipkg.conf file when it seems to use the repositories listed in
/etc/ipkg/base-feed.conf?

How do you specify what repositories you want to download from?

Thanks!

L
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re:

2008-07-30 Thread Lynn Nguyen
Just following the steps that were on the wiki hehe. I didn't know you could
do that. So apparently there are 3 different images that we can have on the
phone, the GTK, ASU, and FSO. What is the most stable one and what do most
people use to develop on? What do people prefer?

On 7/30/08, Angus Ainslie [EMAIL PROTECTED] wrote:

 On Wed, Jul 30, 2008 at 10:03 PM, Lynn Nguyen [EMAIL PROTECTED] wrote:

 Hmm are there any benefits to booting from an sd card? I think I would
 prefer not to if possible.

 Where do you guys get your snapshots? I think I would like to just reflash
 the openmoko. These are the steps I originally took... Does anyone know if I
 am actually doing it right?

 1. download images from
 http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D

 2. flashing kernel:
 # sudo su
 #  ./dfu-util -a kernel -d 0x1457:0x5119 -R -D
 /home/lynn/moko/flash/uImage-2.6.22.5-moko11+svnr3238-r8-neo1973.bin



 You are flashing a neo 1973 not a freerunner , right ?




 3. flashing rfs
 # sudo ./dfu-util -a 5 -d 0x1457:0x5119 -R -D
 /home/lynn/moko/flash/OpenMoko-openmoko-image-glibc-ipk-P1-Snapshot-20071121-fic-gta01.rootfs.jffs2





 Why not use -a rootfs instead of -a 5 ?


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community