[CSL ] u-boot 环境变量: bootargs

楼主: LogicLab (202TA)   2007-05-10 02:48:51
这个变量里存的是几个要传给 kernel 的参数, 包含
root=/dev/mtdblock3 rw rootfstype=jffs2
(要去哪边 mount root filesystem, read/write, fs format)
console=ttyS0,9600n8
(linux console 要导到哪个 device, 对应的 baudrate)
及其它 ip 等等.
如果 bootm 到 kernel decompress 完成后, booting 的时候
console 没有讯息, 应该就是 bootargs 没有设好, 请重新进入 u-boot 确认。

Links booklink

Contact Us: admin [ a t ] ucptt.com