|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
How to modify MSC0 register on Memory Controller for PXA270Hello,
I am using a gumstix LCD pack kit which has a verdex XL6P (a PXA270 with xScale) for development. We are building a very similar board to this gumstix board with some minor changes. I need to initialize the MSC0 and MSC1 registers of the Asynchronous Static Memory Controller (ASMC) in the PXA270 with a certain bit patterns. Which file do I need to modify for to initialize MSC0 and MSC1 on the Memory Controller for the PXA270? When I looking at the Nabble archives, I was able to find the ASMC registers MSC0 and MSC1 registers for PXA255 were initialized in ~/gumstix/gumstix-oe/tmp/work/armv5te-angstrom-linux-gnueabi/u-boot-mkimage-openmoko-native-1.2.0+git9912121f7ed804ea58fd62f3f230b5dcfc357d88svn2238-r2/git/board/pxa255_idp/memsetup.s. What is the memsetup.s file equivalent for PXA270? I have no luck in searching for this in the source codes for several days. Thanks Rich |
|
|
WPA2 questionSO I am following the tutorial here..
http://docwiki.gumstix.org/WPA_for_wifistix I think I have most stuff setup correctly.. but I get this error.. /bin/sh: /sbin/wpa_supplicant: not found Sure enough there is nothing in sbin named that.. I do have /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I get "permission denied" Any ideas? I am running the x11-32mb image ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
Re: WPA2 questionThat tutorial is for buildroot.
For gumstix-oe, you will need to edit your /etc/network/interfaces file. Look for the section on WPA, the comments should be self explanatory. BTW, in gumstix-oe wpa_supplicant is in /usr/sbin/ Steve On Mon, May 12, 2008 at 7:05 PM, John Riggs <jriggs04@...> wrote: > SO I am following the tutorial here.. > http://docwiki.gumstix.org/WPA_for_wifistix > > I think I have most stuff setup correctly.. but I get this error.. > /bin/sh: /sbin/wpa_supplicant: not found > > Sure enough there is nothing in sbin named that.. I do have > /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I > get "permission denied" > > Any ideas? > > I am running the x11-32mb image > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
Re: WPA2 questionAhhh.. gotcha.. yeah I saw that stuff in the interfaces file but thought
this was just a different way to do it. Here is a quick question tho.. I try to edit the interfaces file in VI but any line that is too long screws up the way everything draws. Is there a better editor in OE? I also tried to send the file to my computer so I could edit it in a better editor and couldn't. I tried using "sz" to send but couldn't get it to send anything. If I just type sz, it says its trying to receive a file. If I type "sz /etc/network/interfaces" it tells me there is garbage on the command line. -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Steve Sakoman Sent: Monday, May 12, 2008 8:04 PM To: General mailing list for gumstix users. Subject: Re: [Gumstix-users] WPA2 question That tutorial is for buildroot. For gumstix-oe, you will need to edit your /etc/network/interfaces file. Look for the section on WPA, the comments should be self explanatory. BTW, in gumstix-oe wpa_supplicant is in /usr/sbin/ Steve On Mon, May 12, 2008 at 7:05 PM, John Riggs <jriggs04@...> wrote: > SO I am following the tutorial here.. > http://docwiki.gumstix.org/WPA_for_wifistix > > I think I have most stuff setup correctly.. but I get this error.. > /bin/sh: /sbin/wpa_supplicant: not found > > Sure enough there is nothing in sbin named that.. I do have > /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I > get "permission denied" > > Any ideas? > > I am running the x11-32mb image > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
Re: WPA2 questionipkg install nano
;) Drew -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of John Riggs Sent: 13 May 2008 16:29 To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question Ahhh.. gotcha.. yeah I saw that stuff in the interfaces file but thought this was just a different way to do it. Here is a quick question tho.. I try to edit the interfaces file in VI but any line that is too long screws up the way everything draws. Is there a better editor in OE? I also tried to send the file to my computer so I could edit it in a better editor and couldn't. I tried using "sz" to send but couldn't get it to send anything. If I just type sz, it says its trying to receive a file. If I type "sz /etc/network/interfaces" it tells me there is garbage on the command line. -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Steve Sakoman Sent: Monday, May 12, 2008 8:04 PM To: General mailing list for gumstix users. Subject: Re: [Gumstix-users] WPA2 question That tutorial is for buildroot. For gumstix-oe, you will need to edit your /etc/network/interfaces file. Look for the section on WPA, the comments should be self explanatory. BTW, in gumstix-oe wpa_supplicant is in /usr/sbin/ Steve On Mon, May 12, 2008 at 7:05 PM, John Riggs <jriggs04@...> wrote: > SO I am following the tutorial here.. > http://docwiki.gumstix.org/WPA_for_wifistix > > I think I have most stuff setup correctly.. but I get this error.. > /bin/sh: /sbin/wpa_supplicant: not found > > Sure enough there is nothing in sbin named that.. I do have > /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I > get "permission denied" > > Any ideas? > > I am running the x11-32mb image > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
Re: WPA2 questionSo I'll have to physically plug into the network first lol damnit!
-----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Drew Sent: Tuesday, May 13, 2008 9:30 AM To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question ipkg install nano ;) Drew -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of John Riggs Sent: 13 May 2008 16:29 To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question Ahhh.. gotcha.. yeah I saw that stuff in the interfaces file but thought this was just a different way to do it. Here is a quick question tho.. I try to edit the interfaces file in VI but any line that is too long screws up the way everything draws. Is there a better editor in OE? I also tried to send the file to my computer so I could edit it in a better editor and couldn't. I tried using "sz" to send but couldn't get it to send anything. If I just type sz, it says its trying to receive a file. If I type "sz /etc/network/interfaces" it tells me there is garbage on the command line. -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Steve Sakoman Sent: Monday, May 12, 2008 8:04 PM To: General mailing list for gumstix users. Subject: Re: [Gumstix-users] WPA2 question That tutorial is for buildroot. For gumstix-oe, you will need to edit your /etc/network/interfaces file. Look for the section on WPA, the comments should be self explanatory. BTW, in gumstix-oe wpa_supplicant is in /usr/sbin/ Steve On Mon, May 12, 2008 at 7:05 PM, John Riggs <jriggs04@...> wrote: > SO I am following the tutorial here.. > http://docwiki.gumstix.org/WPA_for_wifistix > > I think I have most stuff setup correctly.. but I get this error.. > /bin/sh: /sbin/wpa_supplicant: not found > > Sure enough there is nothing in sbin named that.. I do have > /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I > get "permission denied" > > Any ideas? > > I am running the x11-32mb image > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
Re: WPA2 questionLol, oh yeah, there is that. You could download it from the feeds/ site and
install it that way. I think you'll want to turn text wrapping off as well by the sounds of it, the program should be very self explanatory. Drew -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of John Riggs Sent: 13 May 2008 19:00 To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question So I'll have to physically plug into the network first lol damnit! -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Drew Sent: Tuesday, May 13, 2008 9:30 AM To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question ipkg install nano ;) Drew -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of John Riggs Sent: 13 May 2008 16:29 To: 'General mailing list for gumstix users.' Subject: Re: [Gumstix-users] WPA2 question Ahhh.. gotcha.. yeah I saw that stuff in the interfaces file but thought this was just a different way to do it. Here is a quick question tho.. I try to edit the interfaces file in VI but any line that is too long screws up the way everything draws. Is there a better editor in OE? I also tried to send the file to my computer so I could edit it in a better editor and couldn't. I tried using "sz" to send but couldn't get it to send anything. If I just type sz, it says its trying to receive a file. If I type "sz /etc/network/interfaces" it tells me there is garbage on the command line. -----Original Message----- From: gumstix-users-bounces@... [mailto:gumstix-users-bounces@...] On Behalf Of Steve Sakoman Sent: Monday, May 12, 2008 8:04 PM To: General mailing list for gumstix users. Subject: Re: [Gumstix-users] WPA2 question That tutorial is for buildroot. For gumstix-oe, you will need to edit your /etc/network/interfaces file. Look for the section on WPA, the comments should be self explanatory. BTW, in gumstix-oe wpa_supplicant is in /usr/sbin/ Steve On Mon, May 12, 2008 at 7:05 PM, John Riggs <jriggs04@...> wrote: > SO I am following the tutorial here.. > http://docwiki.gumstix.org/WPA_for_wifistix > > I think I have most stuff setup correctly.. but I get this error.. > /bin/sh: /sbin/wpa_supplicant: not found > > Sure enough there is nothing in sbin named that.. I do have > /etc/wpa_supplicant/ but if I try and put that in the "interfaces" file, I > get "permission denied" > > Any ideas? > > I am running the x11-32mb image > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
| Free Forum Powered by Nabble | Forum Help |