[yocto] Loading a new yocto image to Intel Fri2 board

2013-03-10 Thread Insop Song
Hi,

I have a question on loading a new yocto image to Intel Fri2 board.

1. Board: Intel Fri2
--

2. Image: self built sato image with meta-fri2
--
I've followed an instruction from
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/README
so do dd image of my sato image to usb as described
- dd if=core-image-sato-fri2-20101207053738.hddimg of=/dev/sdf

3. Sympton: stuck during boot and no ttyusb access
--
And connect it to the host USB port.
Then I can see the new grub menu that has boot and install, so
selected boot

However, booting was stuck at around this line,
- :03:0a.2: ttyPCH1 at I/O 0x2050 (irq = 41) is a pch_uart

And I am not able to get the ttyUSB console working either.

4. Others: official sato image for Fri2 is not working either
--
Also just to make sure I dd the image from the official hdd img, but
the result is the same as my own image.

Anyone has tried the same? please let me know.

Thank you very much,

Insop
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Can I disable RT throttling?

2013-03-10 Thread Fredrik Markström
The RT-throttling can be disabled with:

echo -1 /proc/sys/kernel/sched_rt_runtime_us
echo -1 /proc/sys/kernel/sched_rt_period_us

But as mentioned in the other answers things like the system tick, ipi:s
etc. will interfere. But significantly less then the rt-throttling :)

/Fredrik
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] FUSE user-space library

2013-03-10 Thread Hans Beckerus

On 2013-03-10 1:56, Philip Balister wrote:

On 03/09/2013 03:45 PM, Hans Beckerus wrote:

Hi. Anyone started to look at including the FUSE user-space library as
part of Yocto?

There are some fuse related recipes in meta-oe.

Philip
Ok, I will take a look. Is the meta-oe 100% compatible with a Yocto 
reference system?


Hans
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Can I disable RT throttling?

2013-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2013 at 7:42 AM, Fredrik Markström
fredrik.markst...@gmail.com wrote:
 The RT-throttling can be disabled with:

 echo -1 /proc/sys/kernel/sched_rt_runtime_us
 echo -1 /proc/sys/kernel/sched_rt_period_us

 But as mentioned in the other answers things like the system tick, ipi:s
 etc. will interfere. But significantly less then the rt-throttling :)

Absolutely! And as long as you really know what you are doing, you
won't kill the
system .. turning off the throttling definitely gives a bit more rope
to that end as
well :P

Cheers,

Bruce


 /Fredrik

 ___
 yocto mailing list
 yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/yocto




-- 
Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] FUSE user-space library

2013-03-10 Thread Khem Raj

On Mar 10, 2013, at 6:05 AM, Hans Beckerus hans.becke...@gmail.com wrote:

 On 2013-03-10 1:56, Philip Balister wrote:
 On 03/09/2013 03:45 PM, Hans Beckerus wrote:
 Hi. Anyone started to look at including the FUSE user-space library as
 part of Yocto?
 There are some fuse related recipes in meta-oe.
 
 Philip
 Ok, I will take a look. Is the meta-oe 100% compatible with a Yocto reference 
 system?
 

it s a well maintained layer over oe-core and yocto uses oe-core too so I don't 
see much
problem with it being compatible. Time to time metadata changes in oe-core 
affect this layer like any other layers but as long they are resolved thats 
normal.

 Hans
 ___
 yocto mailing list
 yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/yocto

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] FUSE user-space library

2013-03-10 Thread Hans Beckerus

On 2013-03-10 9:12, Khem Raj wrote:

On Mar 10, 2013, at 6:05 AM, Hans Beckerus hans.becke...@gmail.com wrote:


On 2013-03-10 1:56, Philip Balister wrote:

On 03/09/2013 03:45 PM, Hans Beckerus wrote:

Hi. Anyone started to look at including the FUSE user-space library as
part of Yocto?

There are some fuse related recipes in meta-oe.

Philip

Ok, I will take a look. Is the meta-oe 100% compatible with a Yocto reference 
system?


it s a well maintained layer over oe-core and yocto uses oe-core too so I don't 
see much
problem with it being compatible. Time to time metadata changes in oe-core 
affect this layer like any other layers but as long they are resolved thats 
normal.


Thanks for the info. I found the FUSE user-space library as part of 
oe-meta, together with eg. sshfs.

I see no issues using that also in my poky based build.

Hans

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto