目前分類:嵌入式系統設計 (36)

瀏覽方式: 標題列表 簡短摘要

TMS320系列DSP晶片之即時多工核心

 

交大 尹燕陶 1999
文章標籤

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

Prepare OSX Snow Leopard system to build OpenWRT


Bluelove1968 發表在 痞客邦 留言(0) 人氣()

How to Cross Compile Net-SNMP Agent / OpenSSL



* 開發環境 : MontaVista Linux Professional 3.1

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

嵌入式作業系統橫向解析
(林宗輝/DigiTimes.com)

Bluelove1968 發表在 痞客邦 留言(1) 人氣()

Linux kernel 效能評比

[Benchmark among uClinux vs. Linux vs. MVista Linux]

,提到在 Samsung S3C24A0(ARM926EJ) 硬體平台上 MontaVista Kernel 2.4.20 與 Linux Kernel 2.6.11.6 / uClinux 2.6.11.6-hsc0 的效能評比。

Bluelove1968 發表在 痞客邦 留言(1) 人氣()


在 Sega 上玩 Linux﹗

 這裡介紹一個可以不用花費很多錢去購買專門的硬體但是又可以學習嵌入式Linux系統的方法。這就是利用世家(Sega Dreamcast)遊戲機來學習製作嵌入式Linux(Embedded Linux) 這篇文章將會詳細的講解如何在Sega Dreamcast上面安裝Linux.包括Linux Kernel, Boot loaderUtility kernel patches. 同時也提供以上工具的下載連結地址。

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

CramFSLinux嵌入式環境的應用

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

The image 「http://www.uidcenterchina.net/image/t-engine-logo-1.gif」 cannot be displayed, because it contains errors. The image 「http://www.uidcenterchina.net/image/tron-logo-1.gif」 cannot be displayed, because it contains errors.
公開原始碼的嵌入式即時操作系統T-Kernel

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

嵌入式 BSD 廠商看待 GNU GPL

GNU GPLv3 的制定程序引來許多討論,而我這幾個月也因緣際會,與一些法律背景的人士做了交流,不過還是不免有「閉門造車」的遺憾。[Wasabi] 是一家專門提供 NetBSD 為基礎的嵌入式系統服務廠商,日前在 [Sarbanes-Oxley Act (SOX)] 提出 GPL violation risk 的法務疑慮,隨後 FSF 的法律發言人 Eben Moglen 也做出回應,相關的報導可參考: 無論是 whitepaper 或是後續的回應,都有些值得思考的觀點,先記錄下來備忘。


Embedded BSD vendor warns of GPL risks

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

做Linux嵌入式系統的對常見的幾種嵌入式開發環境一定不會陌生,由於主要接觸網路相關產品的一些系統設計,因此,將可能用到的嵌入式開發環境簡要總結一下。主要涉及下面的幾個開發環境:

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

crosstool-howto

Crosstool is a set of scripts to build and test several versions of gcc and glibc for most architectures supported by glibc. It will even download and patch the original tarballs for you. The resulting script and associated patches, and the latest version of this doc, are available at kegel.com/crosstool.

Crosstool was originally developed for embedded system developers, but is also useful for mainstream developers who simply want their compiles to go fast or who need to build programs that run on older versions of Linux (e.g. Red Hat 6.2), but don't want to develop on those ancient systems.

It includes minimal patches for gcc and glibc needed to build a few combinations of (alpha, arm, i686, ia64, mips, powerpc, powerpc64, sh4, sparc, sparc64, s390, x86_64) x (gcc-2.95.3 ... gcc-4.0.0) x (glibc-2.1.3 ... glibc-2.3.5).

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

uClinux在MIPS上的移植

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

啟動嵌入式系統︰
開機引導程式(Boot Loader)導論

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

在 SkyEye 模擬環境中uC linux 的開機畫面

[admin@localhost release]$ ./skyeye linux
***************************************************************

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

感受面向對象編程的魅力
(uCosII C++類封裝篇)

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

ucos+lwip應用心得

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

uboot 在 ARM s3c2410 上移植過程

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

uClinux - Understanding the build tools
Why Embed Linux?

    So you now have a uClinux Development System. Here is the summary of the setup.

      • The uClinux development suite should be installed in /opt/uClinux

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

uClinux上的應用程序設計
uClinux以其優異的性能、免費開放的代碼等優點,博得眾多嵌入式開發者的青睞。和過去基於簡單RTOS甚至沒有使用任何操作系統的嵌入式程序設計相比,基於Linux這樣的成熟的、高效的、健壯的、可靠的、模塊化的、易於配置的操作系統來開發自己的應用程序,無疑能進一步提高效率,並具有很好的可移植性。

   在前面的章節中,我們已介紹了硬件平台、核心編譯、開發環境等內容。如果僅僅有HardwareOS,這個系統所能做的事情還非常有限。對於一個實際的嵌入式產品而言,所提供的功能和應用是關係到產品成敗的重要因素。 

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

uClinux初始化
第零個文件 arch/armnommu/Makefile

Bluelove1968 發表在 痞客邦 留言(0) 人氣()

1 2