[PATCH]:add boot -m option: set board machine ID
From 47fdcd7d0f30de65018c9bd1f622d4a8a19405e9 Mon Sep 17 00:00:00 2001 From: denghaipeng Date: Mon, 2 Nov 2009 11:48:56 +0800 Subject: [PATC…
g-bios 快速入门:如何在g-bios中添加命令
以下是g-bios的源码目录 . |-- Makefile.in |-- app |-- arch |-- boot |-- configure |-- device |-- doc |-- filesys |-- include |-- lib |-- mm |…
编译g-bios一定要在图形界面上吗?
./configure Traceback (most recent call last): File "./configure", line 6, in import gtk ImportError: No module named gtk 在编译g-bios…
some problems when compile rootfs with new version of maxwit
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -version-info 0:7:0 -export-symbols ../../udev/lib/exported_symbols -o libudev.la …
rootfs运行时udev cannot open /dev/null?
自己编译了一个基本的rootfs,启动时发现udev 无法打开/dev/null。bash可以进去,但之前有一连串的报错,请高手帮忙看看。错误信息如下: VFS: Mounte…
看了一下gbios的代码~ 觉得挺有意思~
像samsung的24x0~ 上来设置sp,然后就跳转c语言执行了~ 以前一直没想过~ 还有这么便捷的方法~ 可能看uboot和linux多了~ 被满眼的宏语句麻痹了~ 这么清…
s3c2440移植linux操作系统
硬件:S3C2440 Bootloader:g-bios; Kernel:linux-2.6.28 文件系统:编译maxwit脚本rootfs. 怎么让kernel 在s3c2440的板子上跑起来。 1.在linu…
djysiV0.4.3发布,增luminary移植,增加例程:用5种不同方法对比,实现PWM控制led亮度
luminary cm3的目标板是ekk8962,提供了5种实现PWM控制led亮度的方法,从多个角度说明如何使用djyos编写应用程序,分别对应5个keil MDK工程文件,这5…
linux-2.6.28 compile problem
there not is config file of S3C2440 ,how to compile a kernel to run on the S3C2440 platform, can i use S3C2410 config file…