- Question:
- I want to compile a vendor-provided old Linux kernel tree (kernel version 2.6.32) with ELDK 5.0 for the armv7a configuration. Unfortunately this fails with errors like this one:
ADD THE SLIDER CODE HERE
2011年8月18日 星期四
Error: selected processor does not support ARM mode `smc #0'
2011年8月14日 星期日
Library contact
step 1:
busybox-1.18.5/_install/bin# arm-none-linux-gnueabi-readelf -a busybox |grep "Shared library"
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libc.so.6]
step 2:
sharelib
/arm-2011.03/arm-none-linux-gnueabi/libc/lib
busybox-1.18.5/_install/bin# arm-none-linux-gnueabi-readelf -a busybox |grep "Shared library"
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libc.so.6]
step 2:
sharelib
/arm-2011.03/arm-none-linux-gnueabi/libc/lib
2011年7月25日 星期一
MTD上的hibernation-file
在SD卡上先做出一個hibernation-file
再dd到mtd上
It's work!!
這次mtd沒有掛載,直接就寫入了!!
不過resume還是讀不到...
再dd到mtd上
It's work!!
這次mtd沒有掛載,直接就寫入了!!
不過resume還是讀不到...
2011年7月21日 星期四
"mkimage" command not found
出現此錯誤時 "mkimage" command not found - U-Boot images will not be built
表示缺乏mkimage指令
只要在任何一個u-boot的source code裡下達"make tools"便可在tools目錄下看到mkimage可執行檔案
接下來做路徑或丟到某PATH下吧!
表示缺乏mkimage指令
只要在任何一個u-boot的source code裡下達"make tools"便可在tools目錄下看到mkimage可執行檔案
接下來做路徑或丟到某PATH下吧!
2011年7月8日 星期五
BeagleBoard_C4 mtd分割
1*Nand_Block_Size=128KB(131072 bytes)
BeagleBoard_C4修改Mtd的檔案位於
/arch/arm/mach-omap2/board-omap3beagle.c
2011年5月19日 星期四
Linux grub2
轉 http://jw1903.blogspot.com/2011/05/grub-2.html
- 開啟 終端機,執行 sudo fdisk -l 查看 Linux Partition 為何 (ex: /dev/sda3)
2011年5月17日 星期二
2011年5月15日 星期日
時間介係詞相關用法
轉 http://olalaa.pixnet.net/blog/post/22599312
[1] 時間介系詞:at,in,on
※ 指一天裡的特定時間或時段
at + 時間 ( at 6 o`clock )
at + 時間 ( at 11:45 )
at + 時段 ( at midnight )
at + 時段 ( at lunchtime )
at + 時段 ( at sunset )
at + 時段 ( at weekend )
[1] 時間介系詞:at,in,on
※ 指一天裡的特定時間或時段
at + 時間 ( at 6 o`clock )
at + 時間 ( at 11:45 )
at + 時段 ( at midnight )
at + 時段 ( at lunchtime )
at + 時段 ( at sunset )
at + 時段 ( at weekend )
2011年5月5日 星期四
2011年4月28日 星期四
Hibernate 實做流程
這篇是以Normal files為主
step 1. 先下載kernel patch檔 and hibernate script http://tuxonice.net/
step 2. patch kernel and compiler kernel
kernel選項需要有lzo的選項(lzf我有選)
step 1. 先下載kernel patch檔 and hibernate script http://tuxonice.net/
step 2. patch kernel and compiler kernel
kernel選項需要有lzo的選項(lzf我有選)
2011年4月27日 星期三
kernel編譯所需套件
apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev
libncurses5-dev
fakeroot make-kpkg --initrd kernel_image kernel_headers
dpkg -i linux-image-XXXX.Custom_i386.deb
dpkg -i linux-headers-XXXX.Custom_i386.deb
make-kpkg 要加kernel-xxx 有問題(error)
libncurses5-dev
fakeroot make-kpkg --initrd kernel_image kernel_headers
dpkg -i linux-image-XXXX.Custom_i386.deb
dpkg -i linux-headers-XXXX.Custom_i386.deb
make-kpkg 要加kernel-xxx 有問題(error)
2011年4月13日 星期三
[轉]kernel問題
當開機時出現 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
表示需要建立 initrd的image檔
表示需要建立 initrd的image檔
2011年4月10日 星期日
2011年3月31日 星期四
2011年3月30日 星期三
[轉]u-boot更新
首先, 要先下載最新版的x-loader和u-boot
u-boot比較簡單, 從u-boot的官網下載就行. 我是從ftp下載下來的,
網址:ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2
u-boot比較簡單, 從u-boot的官網下載就行. 我是從ftp下載下來的,
網址:ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2
2011年3月29日 星期二
[轉]Android Kernel 2.6.31 introduction
Android內核是基於Linux 2.6內核的(目前最新開發版本是2.6.31),它是一個增強內核版本,除了修改部分Bug外,它提供了用於支持Android平台的設備驅動,其核心驅動主要包括:
訂閱:
文章 (Atom)