Hirogens / h1droid

Automatically exported from code.google.com/p/h1droid
0 stars 0 forks source link

怎样调试这个系统? #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
能不能做成只把u-boot 
烧到flash里,uboot启动后,再通过uboot来加载SD卡的kernel 
及文件系统?

Original issue reported on code.google.com by tac...@gmail.com on 14 Oct 2010 at 7:01

GoogleCodeExporter commented 8 years ago
this project had stoped?

Original comment by tac...@gmail.com on 17 Oct 2010 at 3:08

GoogleCodeExporter commented 8 years ago
这个就gmail 你可以直接往我这个邮箱发信, 那样 
uboot还有很多事儿要做。

Original comment by Mephisto...@gmail.com on 19 Oct 2010 at 11:57

GoogleCodeExporter commented 8 years ago
我想问一下,你这个文件系统是怎样挂载的?看你写的wiki没�
��提及到这部分,是不是还是用?放在SD卡上?

Original comment by tac...@gmail.com on 19 Oct 2010 at 1:17

GoogleCodeExporter commented 8 years ago
看了一下你的mkboot.sh文件。
rm -f boot.bin
dd if=/dev/zero of=boot.bin count=12224 bs=16
dd if=$1 of=boot.bin conv=notrunc
#cat /home/mephisto/workspace/i8320/kernel/arch/arm/boot/uImage >> boot.bin
cat $2 >> boot.bin
只是把uboot及内核写到flash里面。而文件系统都没有提及。

Original comment by tac...@gmail.com on 19 Oct 2010 at 1:20

GoogleCodeExporter commented 8 years ago
我重写了那个Getsource。 按照那个下来应该就可以编译出来。 
因为是按记忆写的,编译过程中可能会有些小问题。

Original comment by Mephisto...@gmail.com on 20 Oct 2010 at 12:45

GoogleCodeExporter commented 8 years ago
写一个todo 
及现在已经实现了的功能,好让更多的人参与进来啊。

Original comment by tac...@gmail.com on 20 Oct 2010 at 1:11

GoogleCodeExporter commented 8 years ago
时间不多。 一直没空写。
其实想参与进来 源程序就在那 有那么难么?

Original comment by Mephisto...@gmail.com on 20 Oct 2010 at 7:04

GoogleCodeExporter commented 8 years ago
可以工作的:
- 按钮
- LCD
- 声音
- 电池驱动(似乎能充电,但是还是有问题)
- 2D & 3D 加速(TI的驱动不完美)
- SD卡

正在做:
- 震动
- 重力感应

不能工作的:
- 电话
- wifi
- 摄像头
- 电源管理
- RTC
- 还有其他记不起来了

Original comment by tac...@gmail.com on 23 Oct 2010 at 2:48

GoogleCodeExporter commented 8 years ago
 Mephistophilis, 系统起来以后, usb-serial 可不可用?能不能用console 控制台?

Original comment by tac...@gmail.com on 23 Oct 2010 at 2:51

GoogleCodeExporter commented 8 years ago
可以用 ADB shell. 

Original comment by Mephisto...@gmail.com on 24 Oct 2010 at 2:45

GoogleCodeExporter commented 8 years ago
Mephistophilis, 
你每更改一次kernel,就写烧写一次flash吗?没有在线调试太麻
烦了吧?

Original comment by tac...@gmail.com on 28 Oct 2010 at 1:05

GoogleCodeExporter commented 8 years ago
kexec也用不了。
似乎没有什么好办法。
我是不知道其他办法了。

Original comment by Mephisto...@gmail.com on 3 Nov 2010 at 12:43

GoogleCodeExporter commented 8 years ago
前辈,能不能把你的思路跟框架写出来,让大家都参与进来��
�你在前面做指导。是不是能快点。
其实好多朋友想做,但无从下手。你说呢?

Original comment by snda...@gmail.com on 3 Dec 2010 at 6:14