From: "B R Manjula" <brm@cdot.in>
To: Michal Kazior <michal.kazior@tieto.com>
Cc: "ath10k@lists.infradead.org" <ath10k@lists.infradead.org>
Subject: Re: ath10k drivers on t1024 freescale board
Date: Tue, 12 Jan 2016 17:34:32 +0530 [thread overview]
Message-ID: <20160112120432.M22899@cdot.in> (raw)
In-Reply-To: <CA+BoTQmmq1K2jEz-pmAErx3dkdrh6uZ1PxLXSRXOoziNapciYg@mail.gmail.com>
Please can you provide useful links to cross-compilation we are getting issues while
cross-compiling for target:
Though I am cross-compiling it is giving following error:
The conf is not executing on the host:
make defconfig-ath10k
powerpc64-fsl-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/opt/fsl-
networking/QorIQ-SDK-V1.7/sysroots/ppc64e5500-fsl-linux -Wall -Wmissing-prototypes -
Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
powerpc64-fsl-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/opt/fsl-
networking/QorIQ-SDK-V1.7/sysroots/ppc64e5500-fsl-linux -Wall -Wmissing-prototypes -
Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
In file included from zconf.tab.c:2503:0:
menu.c: In function 'get_symbol_str':
menu.c:561:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-
uninitialized]
jump->offset = r->len - 1;
^
menu.c:515:19: note: 'jump' was declared here
struct jump_key *jump;
^
powerpc64-fsl-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/opt/fsl-
networking/QorIQ-SDK-V1.7/sysroots/ppc64e5500-fsl-linux conf.o zconf.tab.o -o conf
./kconf/conf: ./kconf/conf: cannot execute binary file
make[1]: *** [defconfig-ath10k] Error 126
make: *** [defconfig-ath10k] Error 2
On Tue, 12 Jan 2016 09:04:57 +0100, Michal Kazior wrote
> On 12 January 2016 at 08:05, B R Manjula <brm@cdot.in> wrote:
> > Hello ,
> >
> > We are using kernel 3.11 on FREESCALE reference board T1024RDB-64bit board trying to
> > bringup ath10k drivers we are using WLE-900VX-7AA (11ac pcie mini card) we
downloaded
> > the
> > firmware from the following site:
> > https://github.com/kvalo/ath10k-firmware/blob/master/QCA988X/main/firmware-
> > 2.bin_999.999.0.636
> > replaced as firmware.bin in the directory /lib/firmware/ath10k/QCA988X/hw2.0
> >
> > board.bin is downloaded from
> > https://github.com/kvalo/ath10k-firmware/blob/master/QCA988X/board.bin
> >
> > and otp.bin was not found we just placed some file in the name as otp.bin
> >
> > we are getting the following issue:
> >
> > ath10k_pci 0000:01:00.0: BAR 0: assigned [mem 0xc00000000-0xc001fffff 64bit]
> > ath10k: MSI-X didn't succeed (1), trying MSI
> > ath10k: MSI interrupt handling
> > ath10k: Hardware name qca988x hw2.0 version 0x4100016c
> > ath10k: early firmware event indicated
> > ath10k: unable to write to the device
> > ath10k: could not write otp (-110)
> > ath10k: could not init core (-110)
> > ath10k: could not probe fw (-110)
> > ath10k: could not register driver core (-110)
> > ath10k_pci: probe of 0000:01:00.0 failed with error -110
> >
> > what could be the reason.
>
> You can't just go about and use FW API2 firmware as FW API1 one. No
> wonder device crashed.
>
> Also you can't just place any file instead of otp.bin.
>
> Moreover you're using an arcane version of ath10k. It's wasteful if
> you're going to report problems that were already fixed. Please
> upgrade the kernel or use backports:
>
> https://wireless.wiki.kernel.org/en/users/drivers/ath10k/backports
>
> Michał
>
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
Disclaimer:
----------
This email and any files transmitted with it are confidential and intended solely for
the use of the individual or entity to whom they are addressed. If you are not the
intended recipient you are notified that disclosing, copying, distributing or taking
any action in reliance on the contents of this information is strictly prohibited. The
sender does not accept liability for any errors or omissions in the contents of this
message, which arise as a result of e-mail t
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
prev parent reply other threads:[~2016-01-12 12:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 7:05 ath10k drivers on t1024 freescale board B R Manjula
2016-01-12 7:56 ` Fw: " B R Manjula
2016-01-12 8:04 ` Michal Kazior
2016-01-12 8:09 ` B R Manjula
2016-01-12 8:17 ` B R Manjula
2016-01-12 12:02 ` Michal Kazior
2016-01-12 16:56 ` B R Manjula
2016-01-12 11:29 ` B R Manjula
2016-01-12 12:06 ` Michal Kazior
2016-01-12 12:04 ` B R Manjula [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160112120432.M22899@cdot.in \
--to=brm@cdot.in \
--cc=ath10k@lists.infradead.org \
--cc=michal.kazior@tieto.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox