返回列表 發帖
昨晚终于搞好狠多paritions,那么如果某个partition的Linux有问题,我们也很简单recover,当中最主要的事就是:

1) Partition File System: 要用CentOS的 mk2fs 指令去format 某个partition,因为在boot的的parition都是用CentOS去format而安装的。

2) Partition Label: e2label device [new_label_name]

3) Mout parititon during boot: 要修改将会被boot起的partition里的/etc/fstab

由于方便记忆,我把partition的label跟device name,例如partition /dev/sda2, 那么这个partition label更改为sda2。

角色

TOP

回復 19# ckleea

是否有参考我在18#的信息呢?

角色

TOP

What is the error message when the files moved to another p.c.?

YH

TOP

现在基本上可以compile switchfin了,我是根据ckleea的帖子,在第七楼的信息去做。

下一步就要整理整个blackfin的development environment。

角色

TOP

怎样利用USB手指把Linux的文件过机(Linux过去Windows)?

cd /media
mkdir usbflash
mount /dev/sdb /media/usbflash
cp source_file destination_location (eg cp u* /media/usbflash)
umount /media/sdb

where sbd is flashdrive detected device.

角色

TOP

回復 29# ckleea

CK,

The first compilation using my old IBM T43 notebook took about 45 minutes to complete the process. For the second compilation after having enabled g729 option, it took less time to do, it was around ten minutes.

YH

TOP

I shall let you know later when I make another fresh compile after have made clean.

YH

TOP

You do not need to do so. You may shorten the developed by just modify the settings in the "make menuconfig" and then make it agin and followed by make image. That's all, the totoal time for these remakes took you about 10 minutes. It is pretty fast and not time consuming.

YH

TOP

Since the initial setup for the Analogue blackfin development environment is completed, the next task is to study the way of writing simple programming code such as flashing the l.e.d on the IP01 box.

YH

TOP

看来难度比较高,不知道members是否有兴趣参与呢?

角色

TOP

The following link provides a very good introduction of embedded Linux.

http://www.study-area.org/linux/ ... roduction.html#toc2

TOP

TOP

返回列表