<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alison+Chaiken</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alison+Chaiken"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Alison_Chaiken"/>
	<updated>2026-04-12T10:09:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BSPs/FRI2&amp;diff=8324</id>
		<title>BSPs/FRI2</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BSPs/FRI2&amp;diff=8324"/>
		<updated>2013-01-05T00:27:59Z</updated>

		<summary type="html">&lt;p&gt;Alison Chaiken: Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
[http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/README?h=master Latest FRI2 README]&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
Use this space to share tips about using the FRI2. If you didn&#039;t find it in the README and it took you longer than 5 minutes to figure it out, consider placing it here and we can work it into the README as appropriate.&lt;br /&gt;
=== Obtaining the ti_3410.fw file needed by ti_usb_3410_5052 ===&lt;br /&gt;
&lt;br /&gt;
Debian (and perhaps other Linux distros) do not package ti_3410.fw (no, not even in lfirmware-linux-nonfree).     The following bash script will use git to obtain just the one file from kernel.org and move it to where &amp;quot;modprobe ti_usb_3410_5052&amp;quot; will find it:&lt;br /&gt;
&lt;br /&gt;
   #!/bin/bash&lt;br /&gt;
   sudo apt-get install git&lt;br /&gt;
   git clone -n git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git --depth 1&lt;br /&gt;
   cd linux-firmware&lt;br /&gt;
   git checkout HEAD ti_3410.fw&lt;br /&gt;
   sudo cp -p ti_3410.fw /lib/firmware&lt;br /&gt;
&lt;br /&gt;
The script is tested on Debian with 3.1.0 kernel and will need to be modified if your system uses RPM and/or does not follow the standard filesystem hierarchy.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
=== Warning at arch/x86/kernel/apic/ipi.c ===&lt;br /&gt;
 WARNING: at [...] linux-yocto-3.2.18+git1+5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b_1+76dc683eccc46804729a76b9d2fd425ba540a483-r1/linux/arch/x86/kernel/apic/ipi.c:109 default_send_IPI_mask_logical+0xa4/0xe0()&lt;br /&gt;
 Hardware name: Fish River Island II&lt;br /&gt;
 empty IPI mask&lt;br /&gt;
 Modules linked in:&lt;br /&gt;
 Pid: 1, comm: swapper/0 Not tainted 3.2.18-yocto-standard #1&lt;br /&gt;
 Call Trace:&lt;br /&gt;
  [&amp;lt;c103b8d3&amp;gt;] warn_slowpath_common+0x73/0xa0&lt;br /&gt;
  [&amp;lt;c1018234&amp;gt;] ? default_send_IPI_mask_logical+0xa4/0xe0&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
This appears to be a known issue with how IPIs are handled within the generic SMP infrastructure. A fix is being discussed on [https://lkml.org/lkml/2012/2/19/11 LKML], but the warning appears to be benign.&lt;/div&gt;</summary>
		<author><name>Alison Chaiken</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BSPs/FRI2&amp;diff=8323</id>
		<title>BSPs/FRI2</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BSPs/FRI2&amp;diff=8323"/>
		<updated>2013-01-05T00:27:14Z</updated>

		<summary type="html">&lt;p&gt;Alison Chaiken: Add script for obtaining ti_3410 firmware file.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
[http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/README?h=master Latest FRI2 README]&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
Use this space to share tips about using the FRI2. If you didn&#039;t find it in the README and it took you longer than 5 minutes to figure it out, consider placing it here and we can work it into the README as appropriate.&lt;br /&gt;
=== Tip Name ===&lt;br /&gt;
&lt;br /&gt;
==== Obtaining the ti_3410.fw file needed by ti_usb_3410_5052 ====&lt;br /&gt;
&lt;br /&gt;
Debian (and perhaps other Linux distros) do not package ti_3410.fw (no, not even in lfirmware-linux-nonfree).     The following bash script will use git to obtain just the one file from kernel.org and move it to where &amp;quot;modprobe ti_usb_3410_5052&amp;quot; will find it:&lt;br /&gt;
&lt;br /&gt;
   #!/bin/bash&lt;br /&gt;
   sudo apt-get install git&lt;br /&gt;
   git clone -n git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git --depth 1&lt;br /&gt;
   cd linux-firmware&lt;br /&gt;
   git checkout HEAD ti_3410.fw&lt;br /&gt;
   sudo cp -p ti_3410.fw /lib/firmware&lt;br /&gt;
&lt;br /&gt;
The script is tested on Debian with 3.1.0 kernel and will need to be modified if your system uses RPM and/or does not follow the standard filesystem hierarchy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
=== Warning at arch/x86/kernel/apic/ipi.c ===&lt;br /&gt;
 WARNING: at [...] linux-yocto-3.2.18+git1+5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b_1+76dc683eccc46804729a76b9d2fd425ba540a483-r1/linux/arch/x86/kernel/apic/ipi.c:109 default_send_IPI_mask_logical+0xa4/0xe0()&lt;br /&gt;
 Hardware name: Fish River Island II&lt;br /&gt;
 empty IPI mask&lt;br /&gt;
 Modules linked in:&lt;br /&gt;
 Pid: 1, comm: swapper/0 Not tainted 3.2.18-yocto-standard #1&lt;br /&gt;
 Call Trace:&lt;br /&gt;
  [&amp;lt;c103b8d3&amp;gt;] warn_slowpath_common+0x73/0xa0&lt;br /&gt;
  [&amp;lt;c1018234&amp;gt;] ? default_send_IPI_mask_logical+0xa4/0xe0&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
This appears to be a known issue with how IPIs are handled within the generic SMP infrastructure. A fix is being discussed on [https://lkml.org/lkml/2012/2/19/11 LKML], but the warning appears to be benign.&lt;/div&gt;</summary>
		<author><name>Alison Chaiken</name></author>
	</entry>
</feed>