* bitbake core-image-web-kiosk question ?
@ 2017-06-14 4:10 Riko Ho
2017-06-14 5:38 ` Khem Raj
0 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-14 4:10 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 2685 bytes --]
Hello Everyone,
I tried doing "bitbake core-image-web-kiosk"
And I got this :
====================
Loading cache: 100%
|#####################################################################################################################################|
Time: 0:00:00
Loaded 1310 entries from dependency cache.
ERROR: ExpansionError during parsing
/home/bianchi77/poky/meta-web-kiosk/recipes-browser/vala/vala_0.16.0.bb
| ETA: --:--:--
Traceback (most recent call last):
File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 412,
in
DataSmart.expandWithRefs(s='http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz
http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/vala-0.36.0.tar.xz',
varname='SRC_URI'):
try:
> s = __expand_var_regexp__.sub(varparse.var_sub, s)
try:
File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 111,
in VariableParse.var_sub(match=<_sre.SRE_Match object; span=(46, 57),
match='${SHRT_VER}'>):
else:
> var = self.d.getVarFlag(key, "_content")
self.references.add(key)
File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 794,
in DataSmart.getVarFlag(var='SHRT_VER', flag='_content', expand=True,
noweakdefault=False, parsing=False):
cachename = var + "[" + flag + "]"
> value = self.expand(value, cachename)
File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 436,
in
DataSmart.expand(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}",
varname='SHRT_VER'):
def expand(self, s, varname = None):
> return self.expandWithRefs(s, varname).value
File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 426,
in
DataSmart.expandWithRefs(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}",
varname='SHRT_VER'):
except Exception as exc:
> raise ExpansionError(varname, s, exc) from exc
bb.data_smart.ExpansionError: Failure expanding variable SHRT_VER,
expression was
${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}
which triggered exception AttributeError: module 'bb.data' has no
attribute 'getVar'
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
===============
Does anyone know how to fix it ?
I used poky with pyro release,
Thanks
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 4285 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: bitbake core-image-web-kiosk question ?
2017-06-14 4:10 bitbake core-image-web-kiosk question ? Riko Ho
@ 2017-06-14 5:38 ` Khem Raj
2017-06-15 5:53 ` FriendlyArm Mini6410 ? Riko Ho
0 siblings, 1 reply; 21+ messages in thread
From: Khem Raj @ 2017-06-14 5:38 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
On Tue, Jun 13, 2017 at 9:10 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> Hello Everyone,
>
> I tried doing "bitbake core-image-web-kiosk"
>
> And I got this :
>
> ====================
>
> Loading cache: 100%
> |#####################################################################################################################################|
> Time: 0:00:00
> Loaded 1310 entries from dependency cache.
> ERROR: ExpansionError during parsing
> /home/bianchi77/poky/meta-web-kiosk/recipes-browser/vala/vala_0.16.0.bb
> | ETA: --:--:--
> Traceback (most recent call last):
> File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 412, in
> DataSmart.expandWithRefs(s='http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz
> http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/vala-0.36.0.tar.xz',
> varname='SRC_URI'):
> try:
> > s = __expand_var_regexp__.sub(varparse.var_sub, s)
> try:
> File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 111, in
> VariableParse.var_sub(match=<_sre.SRE_Match object; span=(46, 57),
> match='${SHRT_VER}'>):
> else:
> > var = self.d.getVarFlag(key, "_content")
> self.references.add(key)
> File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 794, in
> DataSmart.getVarFlag(var='SHRT_VER', flag='_content', expand=True,
> noweakdefault=False, parsing=False):
> cachename = var + "[" + flag + "]"
> > value = self.expand(value, cachename)
>
> File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 436, in
> DataSmart.expand(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}",
> varname='SHRT_VER'):
> def expand(self, s, varname = None):
> > return self.expandWithRefs(s, varname).value
>
> File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 426, in
> DataSmart.expandWithRefs(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}",
> varname='SHRT_VER'):
> except Exception as exc:
> > raise ExpansionError(varname, s, exc) from exc
>
> bb.data_smart.ExpansionError: Failure expanding variable SHRT_VER,
> expression was
> ${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}
> which triggered exception AttributeError: module 'bb.data' has no attribute
> 'getVar'
>
>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> ===============
>
> Does anyone know how to fix it ?
>
> I used poky with pyro release,
>
Looking at the layer, this strikes clear Last commit: 3 years, 8
months ago (master branch)
so this layer is rusted. Pyro is less than a month old release.
So this layer would need work to bring it forward. To begin with
delete the vala/ directory so
it can use the vala from core layer instead of a pinned version.
> Thanks
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 21+ messages in thread* FriendlyArm Mini6410 ?
2017-06-14 5:38 ` Khem Raj
@ 2017-06-15 5:53 ` Riko Ho
2017-06-15 6:05 ` Belisko Marek
0 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-15 5:53 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hello Everyone,
I want to use Yocto for my FriendlyArm Mini6410,
Where should I begin to start ?
Thanks
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: FriendlyArm Mini6410 ?
2017-06-15 5:53 ` FriendlyArm Mini6410 ? Riko Ho
@ 2017-06-15 6:05 ` Belisko Marek
2017-06-15 7:16 ` Riko Ho
` (2 more replies)
0 siblings, 3 replies; 21+ messages in thread
From: Belisko Marek @ 2017-06-15 6:05 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
Hi Riko,
On Thu, Jun 15, 2017 at 7:53 AM, Riko Ho <antonius.riko@gmail.com> wrote:
> Hello Everyone,
>
> I want to use Yocto for my FriendlyArm Mini6410,
> Where should I begin to start ?
Please read following thread:
https://lists.yoctoproject.org/pipermail/yocto/2014-June/020009.html
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
BR,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: FriendlyArm Mini6410 ?
2017-06-15 6:05 ` Belisko Marek
@ 2017-06-15 7:16 ` Riko Ho
2017-06-16 1:32 ` Image type on bitbake ? Riko Ho
2017-06-17 23:41 ` Compiling meta-browser ==>chromium ? cleaning ? Riko Ho
2 siblings, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-15 7:16 UTC (permalink / raw)
To: Belisko Marek; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
Hi Everyone,
Is it possible that I only change the kernel config to support this CPU
S3C6410 ? or I'm gonna need something else ?
bitbake linux-yocto -c menuconfig ?
It's ARM1176JZF-S based CPU
Thanks
On 15/06/17 14:05, Belisko Marek wrote:
> Hi Riko,
>
> On Thu, Jun 15, 2017 at 7:53 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>> Hello Everyone,
>>
>> I want to use Yocto for my FriendlyArm Mini6410,
>> Where should I begin to start ?
> Please read following thread:
> https://lists.yoctoproject.org/pipermail/yocto/2014-June/020009.html
>> Thanks
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> BR,
>
> marek
>
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 2027 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Image type on bitbake ?
2017-06-15 6:05 ` Belisko Marek
2017-06-15 7:16 ` Riko Ho
@ 2017-06-16 1:32 ` Riko Ho
2017-06-17 23:41 ` Compiling meta-browser ==>chromium ? cleaning ? Riko Ho
2 siblings, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-16 1:32 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hi Everyone,
What parameter do I add to bitbake for getting *.hddimg or *.wic image ?
for example bitbake -??? core-image-sato
Thanks
^ permalink raw reply [flat|nested] 21+ messages in thread
* Compiling meta-browser ==>chromium ? cleaning ?
2017-06-15 6:05 ` Belisko Marek
2017-06-15 7:16 ` Riko Ho
2017-06-16 1:32 ` Image type on bitbake ? Riko Ho
@ 2017-06-17 23:41 ` Riko Ho
2017-06-18 7:49 ` Martin Jansa
2 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-17 23:41 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hello Everyone,
I tried to compile chromium but never succeeded, took me already 12
hours and stopped on 99%,
I used bitbake for doing it,
Is chromium not compatible with arm CPU ? it was working with X86_64
before.
And how can I clean after building it ? It took about 70Gb of my drive
Thanks
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Compiling meta-browser ==>chromium ? cleaning ?
2017-06-17 23:41 ` Compiling meta-browser ==>chromium ? cleaning ? Riko Ho
@ 2017-06-18 7:49 ` Martin Jansa
2017-06-18 7:52 ` Riko Ho
` (2 more replies)
0 siblings, 3 replies; 21+ messages in thread
From: Martin Jansa @ 2017-06-18 7:49 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 932 bytes --]
You didn't say which versions you're using.
If you're using latest oe-core with gcc7 then you will need v3 version of
this change:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.
> And how can I clean after building it ? It took about 70Gb of my drive
Like any other recipe:
bitbake -c clean foo
On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
> Hello Everyone,
>
> I tried to compile chromium but never succeeded, took me already 12 hours
> and stopped on 99%,
> I used bitbake for doing it,
>
> Is chromium not compatible with arm CPU ? it was working with X86_64
> before.
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 1835 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: Compiling meta-browser ==>chromium ? cleaning ?
2017-06-18 7:49 ` Martin Jansa
@ 2017-06-18 7:52 ` Riko Ho
2017-06-18 11:48 ` dd image to sdcard ? Riko Ho
2017-06-19 3:00 ` RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ? Riko Ho
2 siblings, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-18 7:52 UTC (permalink / raw)
To: Martin Jansa; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]
What version are you talking about ? how can I know that ?
Thanks
On 18/06/17 15:49, Martin Jansa wrote:
> You didn't say which versions you're using.
>
> If you're using latest oe-core with gcc7 then you will need v3 version
> of this change:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
> I'll send it later today.
>
> > And how can I clean after building it ? It took about 70Gb of my drive
>
> Like any other recipe:
> bitbake -c clean foo
>
> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com
> <mailto:antonius.riko@gmail.com>> wrote:
>
> Hello Everyone,
>
> I tried to compile chromium but never succeeded, took me already
> 12 hours and stopped on 99%,
> I used bitbake for doing it,
>
> Is chromium not compatible with arm CPU ? it was working with
> X86_64 before.
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto
> <https://lists.yoctoproject.org/listinfo/yocto>
>
>
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 3295 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* dd image to sdcard ?
2017-06-18 7:49 ` Martin Jansa
2017-06-18 7:52 ` Riko Ho
@ 2017-06-18 11:48 ` Riko Ho
2017-06-18 19:17 ` Burton, Ross
2017-06-19 3:00 ` RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ? Riko Ho
2 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-18 11:48 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hi Everyone,
Which one of these files can be downloaded by "dd" directly to SDcard ?
or how to write it to sdcard ?
lrwxrwxrwx 1 bianchi77 bianchi77 61 Jun 18 19:34
core-image-minimal-xfce-beaglebone.ext3 ->
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.ext3
lrwxrwxrwx 1 bianchi77 bianchi77 65 Jun 18 19:34
core-image-minimal-xfce-beaglebone.manifest ->
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.manifest
lrwxrwxrwx 1 bianchi77 bianchi77 64 Jun 18 19:34
core-image-minimal-xfce-beaglebone.tar.bz2 ->
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.tar.bz2
lrwxrwxrwx 1 bianchi77 bianchi77 25 Jun 18 18:17 MLO ->
MLO-beaglebone-2017.01-r0
lrwxrwxrwx 1 bianchi77 bianchi77 25 Jun 18 18:17 MLO-beaglebone ->
MLO-beaglebone-2017.01-r0
-rw-r--r-- 1 bianchi77 bianchi77 70K Jun 18 18:17 MLO-beaglebone-2017.01-r0
-rw-rw-r-- 2 bianchi77 bianchi77 48M Jun 18 19:21
modules--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.tgz
lrwxrwxrwx 2 bianchi77 bianchi77 75 Jun 18 19:21
modules-beaglebone.tgz ->
modules--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.tgz
-rw-r--r-- 1 bianchi77 bianchi77 360K Jun 18 18:17
u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 1 bianchi77 bianchi77 32 Jun 18 18:17 u-boot-beaglebone.img
-> u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 1 bianchi77 bianchi77 32 Jun 18 18:17 u-boot.img ->
u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 2 bianchi77 bianchi77 74 Jun 18 19:21 zImage ->
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin
-rw-r--r-- 2 bianchi77 bianchi77 32K Jun 18 19:21
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-bone-20170618070558.dtb
-rw-r--r-- 2 bianchi77 bianchi77 34K Jun 18 19:21
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-boneblack-20170618070558.dtb
-rw-r--r-- 2 bianchi77 bianchi77 5.4M Jun 18 19:21
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin
lrwxrwxrwx 2 bianchi77 bianchi77 80 Jun 18 19:21
zImage-am335x-boneblack.dtb ->
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-boneblack-20170618070558.dtb
lrwxrwxrwx 2 bianchi77 bianchi77 75 Jun 18 19:21
zImage-am335x-bone.dtb ->
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-bone-20170618070558.dtb
lrwxrwxrwx 2 bianchi77 bianchi77 74 Jun 18 19:21 zImage-beaglebone.bin
->
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin
thanks
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: dd image to sdcard ?
2017-06-18 11:48 ` dd image to sdcard ? Riko Ho
@ 2017-06-18 19:17 ` Burton, Ross
2017-06-18 19:37 ` Maciej Borzęcki
0 siblings, 1 reply; 21+ messages in thread
From: Burton, Ross @ 2017-06-18 19:17 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
On 18 June 2017 at 12:48, Riko Ho <antonius.riko@gmail.com> wrote:
> Which one of these files can be downloaded by "dd" directly to SDcard ? or
> how to write it to sdcard ?
>
The beaglebone BSP doesn't write a SD card image (although it probably
should now that wic exists). Google has various pages explaining how a
beaglebone needs a SD card to be formatted,
https://github.com/linneman/planck/wiki/How-to-create-a-Boot-SD-Card-for-the-BeagleBone-black
was near the top of my search.
Ross
[-- Attachment #2: Type: text/html, Size: 1121 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: dd image to sdcard ?
2017-06-18 19:17 ` Burton, Ross
@ 2017-06-18 19:37 ` Maciej Borzęcki
2017-06-18 22:03 ` Riko Ho
0 siblings, 1 reply; 21+ messages in thread
From: Maciej Borzęcki @ 2017-06-18 19:37 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
On Sun, Jun 18, 2017 at 9:17 PM, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 18 June 2017 at 12:48, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Which one of these files can be downloaded by "dd" directly to SDcard ? or
>> how to write it to sdcard ?
>
>
> The beaglebone BSP doesn't write a SD card image (although it probably
> should now that wic exists). Google has various pages explaining how a
> beaglebone needs a SD card to be formatted,
> https://github.com/linneman/planck/wiki/How-to-create-a-Boot-SD-Card-for-the-BeagleBone-black
> was near the top of my search.
>
If you're using 'beaglebone' machine defined in meta-yocto-bsp, then
there is a corresponding wks file
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto-bsp/wic/beaglebone.wks
which should produce a bootable SD card image. Both `wic` and
`wic.bmap` are added to IMAGE_FSTYPES automatically.
Cheers,
--
Maciej Borzecki
RnDity
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: dd image to sdcard ?
2017-06-18 19:37 ` Maciej Borzęcki
@ 2017-06-18 22:03 ` Riko Ho
0 siblings, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-18 22:03 UTC (permalink / raw)
To: Maciej Borzęcki; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]
Thanks Guys,
I think this one will answer my question,
http://git.yoctoproject.org/cgit.cgi/poky/tree/README.hardware
Line 140...
|Texas Instruments Beaglebone (beaglebone)
========================================= ....... Anyway I recompiled
the image to get 'wic' file now. IMAGE_FSTYPES ="ext3 tar.bz2 wic" |
On 19/06/17 03:37, Maciej Borzęcki wrote:
> On Sun, Jun 18, 2017 at 9:17 PM, Burton, Ross <ross.burton@intel.com> wrote:
>> On 18 June 2017 at 12:48, Riko Ho <antonius.riko@gmail.com> wrote:
>>> Which one of these files can be downloaded by "dd" directly to SDcard ? or
>>> how to write it to sdcard ?
>>
>> The beaglebone BSP doesn't write a SD card image (although it probably
>> should now that wic exists). Google has various pages explaining how a
>> beaglebone needs a SD card to be formatted,
>> https://github.com/linneman/planck/wiki/How-to-create-a-Boot-SD-Card-for-the-BeagleBone-black
>> was near the top of my search.
>>
> If you're using 'beaglebone' machine defined in meta-yocto-bsp, then
> there is a corresponding wks file
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto-bsp/wic/beaglebone.wks
> which should produce a bootable SD card image. Both `wic` and
> `wic.bmap` are added to IMAGE_FSTYPES automatically.
>
> Cheers,
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 2774 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-18 7:49 ` Martin Jansa
2017-06-18 7:52 ` Riko Ho
2017-06-18 11:48 ` dd image to sdcard ? Riko Ho
@ 2017-06-19 3:00 ` Riko Ho
2017-06-19 19:57 ` Khem Raj
2 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-19 3:00 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]
Hello Everyone,
How can I obtain : rtl8192eu_nic.bin?
I got this message :
RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
error -2
usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
Thanks,
On 18/06/17 15:49, Martin Jansa wrote:
> You didn't say which versions you're using.
>
> If you're using latest oe-core with gcc7 then you will need v3 version
> of this change:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
> I'll send it later today.
>
> > And how can I clean after building it ? It took about 70Gb of my drive
>
> Like any other recipe:
> bitbake -c clean foo
>
> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com
> <mailto:antonius.riko@gmail.com>> wrote:
>
> Hello Everyone,
>
> I tried to compile chromium but never succeeded, took me already
> 12 hours and stopped on 99%,
> I used bitbake for doing it,
>
> Is chromium not compatible with arm CPU ? it was working with
> X86_64 before.
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto
> <https://lists.yoctoproject.org/listinfo/yocto>
>
>
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 3757 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-19 3:00 ` RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ? Riko Ho
@ 2017-06-19 19:57 ` Khem Raj
2017-06-20 3:35 ` Riko Ho
2017-06-20 3:46 ` Riko Ho
0 siblings, 2 replies; 21+ messages in thread
From: Khem Raj @ 2017-06-19 19:57 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> Hello Everyone,
>
> How can I obtain : rtl8192eu_nic.bin?
>
> I got this message :
>
> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
> error -2
> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>
you probably need to add the nonfree firmware bits something like this
https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
and
https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
might help
> Thanks,
>
> On 18/06/17 15:49, Martin Jansa wrote:
>
> You didn't say which versions you're using.
>
> If you're using latest oe-core with gcc7 then you will need v3 version of
> this change:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
> I'll send it later today.
>
>> And how can I clean after building it ? It took about 70Gb of my drive
>
> Like any other recipe:
> bitbake -c clean foo
>
> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Hello Everyone,
>>
>> I tried to compile chromium but never succeeded, took me already 12 hours
>> and stopped on 99%,
>> I used bitbake for doing it,
>>
>> Is chromium not compatible with arm CPU ? it was working with X86_64
>> before.
>> And how can I clean after building it ? It took about 70Gb of my drive
>>
>> Thanks
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-19 19:57 ` Khem Raj
@ 2017-06-20 3:35 ` Riko Ho
2017-06-20 3:46 ` Riko Ho
1 sibling, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-20 3:35 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2593 bytes --]
I've put meta == > linux-firmware, but stil doesn't work, probably a
hardware issue ?
I'll post my debug log later on,
I've checked that it can read *.bin on /lib/firmware, but still can not
initialize properly, don't know why yet.
On 20/06/17 03:57, Khem Raj wrote:
> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> Hello Everyone,
>>
>> How can I obtain : rtl8192eu_nic.bin?
>>
>> I got this message :
>>
>> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
>> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
>> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
>> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
>> error -2
>> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>>
> you probably need to add the nonfree firmware bits something like this
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>
> and
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>
> might help
>
>> Thanks,
>>
>> On 18/06/17 15:49, Martin Jansa wrote:
>>
>> You didn't say which versions you're using.
>>
>> If you're using latest oe-core with gcc7 then you will need v3 version of
>> this change:
>> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
>> I'll send it later today.
>>
>>> And how can I clean after building it ? It took about 70Gb of my drive
>> Like any other recipe:
>> bitbake -c clean foo
>>
>> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>>> Hello Everyone,
>>>
>>> I tried to compile chromium but never succeeded, took me already 12 hours
>>> and stopped on 99%,
>>> I used bitbake for doing it,
>>>
>>> Is chromium not compatible with arm CPU ? it was working with X86_64
>>> before.
>>> And how can I clean after building it ? It took about 70Gb of my drive
>>>
>>> Thanks
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 4371 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-19 19:57 ` Khem Raj
2017-06-20 3:35 ` Riko Ho
@ 2017-06-20 3:46 ` Riko Ho
2017-06-20 4:51 ` Khem Raj
1 sibling, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-20 3:46 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 3216 bytes --]
I got all the files needed, but now I get no response from the dongle
when I plug it,
Here's the files on the board :
root@beaglebone:/lib/firmware/rtlwifi# ls
rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
rtl8188eufw.bin rtl8192eu_nic.bin rtl8723bs_nic.bin
rtl8192cfw.bin rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
rtl8192cfwU.bin rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
rtl8192cfwU_B.bin rtl8712u.bin rtl8723bu_nic.bin
rtl8192cufw.bin rtl8723aufw_A.bin rtl8723bu_wowlan.bin
rtl8192cufw_A.bin rtl8723aufw_B.bin rtl8723fw.bin
rtl8192cufw_B.bin rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin
rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin
On 20/06/17 03:57, Khem Raj wrote:
> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> Hello Everyone,
>>
>> How can I obtain : rtl8192eu_nic.bin?
>>
>> I got this message :
>>
>> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
>> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
>> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
>> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
>> error -2
>> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>>
> you probably need to add the nonfree firmware bits something like this
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>
> and
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>
> might help
>
>> Thanks,
>>
>> On 18/06/17 15:49, Martin Jansa wrote:
>>
>> You didn't say which versions you're using.
>>
>> If you're using latest oe-core with gcc7 then you will need v3 version of
>> this change:
>> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
>> I'll send it later today.
>>
>>> And how can I clean after building it ? It took about 70Gb of my drive
>> Like any other recipe:
>> bitbake -c clean foo
>>
>> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>>> Hello Everyone,
>>>
>>> I tried to compile chromium but never succeeded, took me already 12 hours
>>> and stopped on 99%,
>>> I used bitbake for doing it,
>>>
>>> Is chromium not compatible with arm CPU ? it was working with X86_64
>>> before.
>>> And how can I clean after building it ? It took about 70Gb of my drive
>>>
>>> Thanks
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 5767 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-20 3:46 ` Riko Ho
@ 2017-06-20 4:51 ` Khem Raj
2017-06-21 1:52 ` Riko Ho
0 siblings, 1 reply; 21+ messages in thread
From: Khem Raj @ 2017-06-20 4:51 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> I got all the files needed, but now I get no response from the dongle when I
> plug it,
you might want to check logs and see if there are udev events generated
on insertion.
>
> Here's the files on the board :
> root@beaglebone:/lib/firmware/rtlwifi# ls
> rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
> rtl8188eufw.bin rtl8192eu_nic.bin rtl8723bs_nic.bin
> rtl8192cfw.bin rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
> rtl8192cfwU.bin rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
> rtl8192cfwU_B.bin rtl8712u.bin rtl8723bu_nic.bin
> rtl8192cufw.bin rtl8723aufw_A.bin rtl8723bu_wowlan.bin
> rtl8192cufw_A.bin rtl8723aufw_B.bin rtl8723fw.bin
> rtl8192cufw_B.bin rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
> rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
> rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin
> rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin
>
>
> On 20/06/17 03:57, Khem Raj wrote:
>
> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Hello Everyone,
>
> How can I obtain : rtl8192eu_nic.bin?
>
> I got this message :
>
> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
> error -2
> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>
> you probably need to add the nonfree firmware bits something like this
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>
> and
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>
> might help
>
> Thanks,
>
> On 18/06/17 15:49, Martin Jansa wrote:
>
> You didn't say which versions you're using.
>
> If you're using latest oe-core with gcc7 then you will need v3 version of
> this change:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
> I'll send it later today.
>
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Like any other recipe:
> bitbake -c clean foo
>
> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Hello Everyone,
>
> I tried to compile chromium but never succeeded, took me already 12 hours
> and stopped on 99%,
> I used bitbake for doing it,
>
> Is chromium not compatible with arm CPU ? it was working with X86_64
> before.
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-20 4:51 ` Khem Raj
@ 2017-06-21 1:52 ` Riko Ho
2017-06-21 2:28 ` Khem Raj
0 siblings, 1 reply; 21+ messages in thread
From: Riko Ho @ 2017-06-21 1:52 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 3887 bytes --]
How can I obtain that "udev" ? and where can I find the log ? "dmesg" |
"grep" ?
Two days ago, I saw activity on UART when the dongle was inserted, but
it's gone now, I can't see the activity..
Any clues ?
Thanks
On 20/06/17 12:51, Khem Raj wrote:
> On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> I got all the files needed, but now I get no response from the dongle when I
>> plug it,
> you might want to check logs and see if there are udev events generated
> on insertion.
>
>> Here's the files on the board :
>> root@beaglebone:/lib/firmware/rtlwifi# ls
>> rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
>> rtl8188eufw.bin rtl8192eu_nic.bin rtl8723bs_nic.bin
>> rtl8192cfw.bin rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
>> rtl8192cfwU.bin rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
>> rtl8192cfwU_B.bin rtl8712u.bin rtl8723bu_nic.bin
>> rtl8192cufw.bin rtl8723aufw_A.bin rtl8723bu_wowlan.bin
>> rtl8192cufw_A.bin rtl8723aufw_B.bin rtl8723fw.bin
>> rtl8192cufw_B.bin rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
>> rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
>> rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin
>> rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin
>>
>>
>> On 20/06/17 03:57, Khem Raj wrote:
>>
>> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Hello Everyone,
>>
>> How can I obtain : rtl8192eu_nic.bin?
>>
>> I got this message :
>>
>> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
>> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
>> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
>> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
>> error -2
>> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>>
>> you probably need to add the nonfree firmware bits something like this
>>
>> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>>
>> and
>>
>> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>>
>> might help
>>
>> Thanks,
>>
>> On 18/06/17 15:49, Martin Jansa wrote:
>>
>> You didn't say which versions you're using.
>>
>> If you're using latest oe-core with gcc7 then you will need v3 version of
>> this change:
>> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
>> I'll send it later today.
>>
>> And how can I clean after building it ? It took about 70Gb of my drive
>>
>> Like any other recipe:
>> bitbake -c clean foo
>>
>> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Hello Everyone,
>>
>> I tried to compile chromium but never succeeded, took me already 12 hours
>> and stopped on 99%,
>> I used bitbake for doing it,
>>
>> Is chromium not compatible with arm CPU ? it was working with X86_64
>> before.
>> And how can I clean after building it ? It took about 70Gb of my drive
>>
>> Thanks
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 5428 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-21 1:52 ` Riko Ho
@ 2017-06-21 2:28 ` Khem Raj
2017-06-21 2:32 ` Riko Ho
0 siblings, 1 reply; 21+ messages in thread
From: Khem Raj @ 2017-06-21 2:28 UTC (permalink / raw)
To: Riko Ho; +Cc: yocto@yoctoproject.org
On Tue, Jun 20, 2017 at 9:52 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> How can I obtain that "udev" ? and where can I find the log ? "dmesg" |
> "grep" ?
>
> Two days ago, I saw activity on UART when the dongle was inserted, but it's
> gone now, I can't see the activity..
> Any clues ?
dmesg should have some information may be
> Thanks
>
> On 20/06/17 12:51, Khem Raj wrote:
>
> On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> I got all the files needed, but now I get no response from the dongle when I
> plug it,
>
> you might want to check logs and see if there are udev events generated
> on insertion.
>
> Here's the files on the board :
> root@beaglebone:/lib/firmware/rtlwifi# ls
> rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
> rtl8188eufw.bin rtl8192eu_nic.bin rtl8723bs_nic.bin
> rtl8192cfw.bin rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
> rtl8192cfwU.bin rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
> rtl8192cfwU_B.bin rtl8712u.bin rtl8723bu_nic.bin
> rtl8192cufw.bin rtl8723aufw_A.bin rtl8723bu_wowlan.bin
> rtl8192cufw_A.bin rtl8723aufw_B.bin rtl8723fw.bin
> rtl8192cufw_B.bin rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
> rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
> rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin
> rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin
>
>
> On 20/06/17 03:57, Khem Raj wrote:
>
> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Hello Everyone,
>
> How can I obtain : rtl8192eu_nic.bin?
>
> I got this message :
>
> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
> error -2
> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>
> you probably need to add the nonfree firmware bits something like this
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>
> and
>
> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>
> might help
>
> Thanks,
>
> On 18/06/17 15:49, Martin Jansa wrote:
>
> You didn't say which versions you're using.
>
> If you're using latest oe-core with gcc7 then you will need v3 version of
> this change:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
> I'll send it later today.
>
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Like any other recipe:
> bitbake -c clean foo
>
> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Hello Everyone,
>
> I tried to compile chromium but never succeeded, took me already 12 hours
> and stopped on 99%,
> I used bitbake for doing it,
>
> Is chromium not compatible with arm CPU ? it was working with X86_64
> before.
> And how can I clean after building it ? It took about 70Gb of my drive
>
> Thanks
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> 谢谢,
> Regards,
> Riko Ho
> /*******/
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?
2017-06-21 2:28 ` Khem Raj
@ 2017-06-21 2:32 ` Riko Ho
0 siblings, 0 replies; 21+ messages in thread
From: Riko Ho @ 2017-06-21 2:32 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
I got those messages :
===
musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid),
retry #1, port1 00000100
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid),
retry #2, port1 00000104
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid),
retry #3, port1 00000104
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (88, <AValid),
retry #3, port1 0008010c
====
waiting for vrise ?
On 21/06/17 10:28, Khem Raj wrote:
> On Tue, Jun 20, 2017 at 9:52 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> How can I obtain that "udev" ? and where can I find the log ? "dmesg" |
>> "grep" ?
>>
>> Two days ago, I saw activity on UART when the dongle was inserted, but it's
>> gone now, I can't see the activity..
>> Any clues ?
> dmesg should have some information may be
>
>> Thanks
>>
>> On 20/06/17 12:51, Khem Raj wrote:
>>
>> On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> I got all the files needed, but now I get no response from the dongle when I
>> plug it,
>>
>> you might want to check logs and see if there are udev events generated
>> on insertion.
>>
>> Here's the files on the board :
>> root@beaglebone:/lib/firmware/rtlwifi# ls
>> rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
>> rtl8188eufw.bin rtl8192eu_nic.bin rtl8723bs_nic.bin
>> rtl8192cfw.bin rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
>> rtl8192cfwU.bin rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
>> rtl8192cfwU_B.bin rtl8712u.bin rtl8723bu_nic.bin
>> rtl8192cufw.bin rtl8723aufw_A.bin rtl8723bu_wowlan.bin
>> rtl8192cufw_A.bin rtl8723aufw_B.bin rtl8723fw.bin
>> rtl8192cufw_B.bin rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
>> rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
>> rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin
>> rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin
>>
>>
>> On 20/06/17 03:57, Khem Raj wrote:
>>
>> On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Hello Everyone,
>>
>> How can I obtain : rtl8192eu_nic.bin?
>>
>> I got this message :
>>
>> RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
>> usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
>> usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
>> usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
>> error -2
>> usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed
>>
>> you probably need to add the nonfree firmware bits something like this
>>
>> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
>>
>> and
>>
>> https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb
>>
>> might help
>>
>> Thanks,
>>
>> On 18/06/17 15:49, Martin Jansa wrote:
>>
>> You didn't say which versions you're using.
>>
>> If you're using latest oe-core with gcc7 then you will need v3 version of
>> this change:
>> http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
>> I'll send it later today.
>>
>> And how can I clean after building it ? It took about 70Gb of my drive
>>
>> Like any other recipe:
>> bitbake -c clean foo
>>
>> On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Hello Everyone,
>>
>> I tried to compile chromium but never succeeded, took me already 12 hours
>> and stopped on 99%,
>> I used bitbake for doing it,
>>
>> Is chromium not compatible with arm CPU ? it was working with X86_64
>> before.
>> And how can I clean after building it ? It took about 70Gb of my drive
>>
>> Thanks
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> 谢谢,
>> Regards,
>> Riko Ho
>> /*******/
--
*
/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/
*
[-- Attachment #2: Type: text/html, Size: 6442 bytes --]
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2017-06-21 2:33 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 4:10 bitbake core-image-web-kiosk question ? Riko Ho
2017-06-14 5:38 ` Khem Raj
2017-06-15 5:53 ` FriendlyArm Mini6410 ? Riko Ho
2017-06-15 6:05 ` Belisko Marek
2017-06-15 7:16 ` Riko Ho
2017-06-16 1:32 ` Image type on bitbake ? Riko Ho
2017-06-17 23:41 ` Compiling meta-browser ==>chromium ? cleaning ? Riko Ho
2017-06-18 7:49 ` Martin Jansa
2017-06-18 7:52 ` Riko Ho
2017-06-18 11:48 ` dd image to sdcard ? Riko Ho
2017-06-18 19:17 ` Burton, Ross
2017-06-18 19:37 ` Maciej Borzęcki
2017-06-18 22:03 ` Riko Ho
2017-06-19 3:00 ` RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ? Riko Ho
2017-06-19 19:57 ` Khem Raj
2017-06-20 3:35 ` Riko Ho
2017-06-20 3:46 ` Riko Ho
2017-06-20 4:51 ` Khem Raj
2017-06-21 1:52 ` Riko Ho
2017-06-21 2:28 ` Khem Raj
2017-06-21 2:32 ` Riko Ho
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.