- Home
- Podcasts
- Arts
- Automotive
- Business & Finance
- Comedy
- Education & Reference
- Environment
- Film & Television
- Food & Drink
- Games
- Health
- Hobbies & Recreation
- Home
- International
- Kids and Teens
- Legal
- Miscellaneous
- Music
- News & Media
- Politics
- Relationships
- Religion
- Science
- Shopping
- Society
- Sports
- Storytelling
- Technology
- Travel
- Unknown
- Videocasts
- Radio
- News
- About
- Learn
- Submit Podcast
- Contact Us
Episode 42: Qt/Embedded for Linux
For this topic, Maciej invited Timesys engineers, Justin and Scott, to participate. Both engineers, having enjoyed using Nokia's software on the Neo phone and having experience with Qt/Embedded for Linux at Timesys, share their insight into the recently released graphics toolkit. The trio spends time introducing historical perspective on Qt and unsuccessfully tries to figure out the long list of names the package has had over the years. Scott talks about other open source graphics frameworks, such as GTK+ and Glade, and Justin introduces concepts around QtCreator.…
Episode 41: Desktop-based Build Systems
For this episode, Maciej invited two Timesys engineers, Daniel and Jason (both of whom have been working with the Timesys desktop build system and a number of open source ones, including buildroot and LTIB), to participate. After introducing Timesys' approach to building complete Linux platform, the trio talks about the differences and similarities between buildroot, open embedded and LTIB, and also touch on mainstream distributions like Fedora and Ubuntu. Lastly, Daniel addresses a question received from a listener regarding tradeoffs in latency vs. throughput when migrating from a micro-kernel solution to Linux.…
Episode 40: Overview of 2.6.28 Linux Kernel and Talk About the Newly Introduced Boot Tracer
In this episode Maciej and Daniel, one of Timesys' Linux gurus, talk about what's new in the 2.6.28 Linux kernel. The conversation focuses on several aspects of the 2.6.28 kernel that are particularly relevant to an embedded Linux engineer. The pair seems to enjoy in particular talking about the concept of the staging driver area in the kernel and the newly introduced Boot Tracer.…
Share: Episode 40: Overview of 2.6.28 Linux Kernel and Talk About the Newly Introduced Boot Tracer
Episode 39: Overview of 2.6.27 Linux Kernel and Talk About UBIFS
In this episode, our hosts talk about what's new in the 2.6.27 Linux kernel. Various new features are covered in detail, including support for UBIFS. The hosts discuss the benefits of UBIFS for developers and how UBIFS compares to JFFS2. Other topics touched on in this episode include valuable tidbits about embedded Linux features.…
Episode 38: Interview with Mike Erickson of Logic
In this episode, Maciej and Gene interview Mike Erickson of Logic, a leading board design and manufacturing company, and discuss weighty topics such as today's hottest processors, Linux acceptance, Pittsburgh's Mt. Washington incline, minimizing boot time and if the consultant who claimed he was lead through a government building with a bag over his head (as not compromise security) was pulling Gene's leg. Write podcast@timesys.com if you have something interesting to share.…
Episode 37: Free Software - Part 2
In this episode, Maciej and Gene talk about what free software means in practice, both for companies that create free software and those who use it as part of their business. The pair gets upset when some vendors follow the letter but not the spirit of free software by being coy about providing source code or through licensing software that attempts to node lock basic tools like GCC.…
Episode 34: Overview of 2.6.25 and Talk About debugfs:
Maciej and Gene talk about what new in the 2.6.25 version of the kernel that's relevant to embedded developers, like CANBUS (thanks Volkswagen) and real time features that all allocation of processor time by process group. Gene also talks about debugfs and how engineers can use this light-weight file system to fetch data from kernel modules, like its name implies, it debugfs is a great debugging tool.…
Episode 33: The Propeller Chip:
Last month, TimeSys was at the ESC West show and brought along the LinuxLink radio gear. In this episode, Maciej and Gene interview Jeff Martin about the technology behind his company's product, the Propeller chip. What interested Maciej and Gene was the interruptless nature of the Propeller chip's design and how the chip handles some real-time requirements at the hardware level.…
Episode 32: Profiling on the Cheap:
Gene and reluctant guest host Jeremiah Lott talk about how to do basic system profiling when you're low on resources. By using some basic library functions, coding in an interrupt handler and using the proc filesystem, you can get a good look at how your application is using resources. Gene wastes time talking about how the Windows-running car wash POS system crashed last week.…
Episode 27: Porting Your Kernel to a New Device - Part 3:
This week Gene and Maciej get back to their series on porting a Linux kernel to a new platform. In this episode Gene and Maciej focus on what it takes to write a device driver. They cover device driver initialization and use an example of parallel port.…
Episode 26: Network Setup for an Embedded System:
In this episode Gene and Maciej explain network infrastructure and network services that are used in the Linux development for an embedded system. The two hosts cover different network connection scenarios as well as use cases for amongst other things dhcp, tftp and nfs services.…
Episode 25: Porting Your Kernel to a New Device - Part 2:
This week’s episode is a continuation of the last week’s introduction to porting a Linux kernel to a new platform. In this episode Gene and Maciej focus on various areas of the Linux kernel that are looked at or changed in the porting process.…
Episode 23: Review of the CELF Embedded Linux Conference in Austria:
This week we are releasing a bonus episode where Maciej interviews Gene on his experience at the CELF Embedded Linux Conference where Gene was a guest speaker. His topics included GCC, embedded Linux for beginners, using RPM as a build system and a panel debating "what is the ideal Linux distribution."…
Episode 22: Thomas Fitzsimmons Interview - Ontario Linux Fest:
Gene and Maciej interview Thomas Fitzsimmons from Red Hat on location at the Ontario Linux Fest on October 13, 2007. Thomas give us an update on Red Hat's implementation of Java virtual machine and the impact of Sun opening the source code for JVM to the public.…
Episode 20: Selecting the Right Toolset for Your Job - Part 3:
Continuing the tools discussion, in this podcast Maciej and Gene discuss debugging from an application and kernel developer’s standpoint. While the primary tool used for debugging under Linux is the trusty GDB debugger, how this tool is used can make a big difference in your productivity. The pair also discuss the primary tool for kernel debugging and when and how to make the best use of hardware debuggers.…
Episode 18: Selecting the Right Toolset for Your Job - Part 2:
Continuing with the tools topic, Maciej and Gene talk about code analysis tools that can be used to locate memory-related defects that can be very hard to find during development and are nearly impossible to debug in the field. The two discuss the differences between static and dynamic code analysis tools the relative advantages of each.…
Episode 17: Selecting the Right Toolset for Your Job - Part 1:
Gene talks about tools for embedded Linux engineers. While he covers specific tools that make development easier, he also recommends that engineers pick tools that matches their experience level and goals. Sophisticated tools maximize productivity for engineers that know how to use them, but engineers that are new to embedded Linux might benefit from sticking with their text editors while they’re still learning.…
Episode 16: Real-Time Embedded Linux Series - Part 3:
Gene and Maciej continue their multi part series discussing real-time embedded Linux. In part 3, they discuss real-time concepts that are currently in the 2.6 kernel and how they were implemented. They also reviewed configuration option that track real-time behavior and predictability vs. throughput tradeoffs.…
Episode 15: Real-Time Embedded Linux Series - Part 2:
Gene and Maciej continue their multi part series discussing real-time embedded Linux. In Part 2, they discuss more sources of latency in detail and new real time features of the 2.6 kernel. Also discussed are common coding practices that result in latency and some simple tactics for coding drivers and applications that play nice with each other and the kernel.…
Episode 14: Real-Time Embedded Linux Series - Part 1:
Gene and Maciej kick off a multi part series discussing real-time embedded Linux. In part 1, they discuss common real-time terminology, what real time is, what it is not and the difference between hard and soft real-time. They also begin discussing latency and what factors tend to be the major contributors to latency issues.…
Episode 13: Review of the Ottawa Linux Symposium
Gene Sally recently returned from the Ottawa Linux Symposium held June 27-30th. In this podcast, Maciej Halasz interviews Gene about his experience at OLS and discusses some interesting trends he found happening in the world of Embedded Linux.…
Episode 12: Optimizing Kernel Boot Time Part 2
Maciej and Gene continue talking about system minimization and what steps you can take to reduce the memory footprint of your embedded device and get faster boot times and execution. Strategies include using the CONFIG_EMBEDDED option when building the kernel, using a more efficient filesystem (like initramfs) and taking advantage of pre-linking and execute in place.…
Episode 11: Optimizing Kernel Boot Time
Gene and Maciej were finally able to do a podcast together this week. In this discussion they talked about the process of minimizing kernel boot times with various approaches and trade-offs associated with faster boot times. Maciej discussed the merits of a the elegant staged boot process while Gene pushes the slash-and-burn approach of eliminating the existing Linux boot scripts and replacing them with the minimum necessary to get your system booted.…
Episode 10: Review of ESEC Conference in Japan
Maciej Halasz recently returned from his trip to Japan visiting customers and attending the Embedded Systems Expo and Conference (ESEC) held May 16-18 in Tokyo. In this podcast, Maciej talks about his experience at ESEC and discusses some interesting embedded Linux applications and trends he found.…
Episode 9: The Promise of Linux
Gene Sally frequently visits customers to understand why they selected Linux and if it met their expectations. In this podcast, Gene discusses what he heard from a variety of customers at various stages of project (those just getting started with Linux opposed to customers who have shipped multiple releases) as to why they selected Linux and it if met the expectations held out at the start of the project.…
Episode 8: Jeremiah Lott Interview - Senior Software Engineer at TimeSys
Maciej interviews Jeremiah Lott who is a Senior Software Engineer at TimeSys. They discuss how TimeSys' Eclipse-based IDE product, TimeStorm, helps embedded Linux developers throughout the entire development cycle.…
Episode 7: Evaluating Linux for your project?
In this episode, Maciej and Gene share their experiences with customers and give some practical advice so you can make the best of your evaluation. For example, hear how companies can benefit greatly by using a desktop machine in place of a board and how making sure that Linux fits into your team's existing development structure is as important as the technological questions.…
Episode 6: Rob Landley Interview - Self Professed Embedded Linux Geek
Special guest interview with Rob Landley, self professed embedded Linux geek, talks about a wide range of topics; how he got involved with embedded Linux and later the ubiquitous BusyBox project, the philosophy of "security through simplicity", and the new firmware Linux project he's been working on lately to name a few.…
Episode 5: What goes into a LinuxLink?
In this episode, Gene and Maciej discuss the engineering that goes into build a Linux distribution for LinuxLink -- from getting the cross-compilation environment ready, to homogenizing the source packages so they can be compiled for all of the different architectures LinuxLink supports, to automated testing -- there's quite a bit of technology that happens before a LinuxLink is ready for publication.…
Episode 2: Thomas Gleixner Interview - Realtime Embedded Linux
Special guest interview with Thomas Gleixner, Founder of Linutronix and works mainly on kernel related topics. He is one of the main contributors to the realtime preemption patch and has extensive expertise in embedded and realtime Linux.…
LinuxLink Radio by TimeSys
This is a Podcast for embedded Linux developers. We discuss the latest news and how to's in the world of embedded Linux.