搜索
bottom↓
回复: 12

IMX6Q error in linux mountting(已解决)

[复制链接]

出0入0汤圆

发表于 2014-8-8 17:06:19 | 显示全部楼层 |阅读模式
本帖最后由 FSL_TICS_Rita 于 2014-9-9 12:09 编辑

I am sorry speak in English because my ubunutu doesn't hava a chinese packet;
I meet a problem in bootin linux kernel

the error code is :

mmc0: new high speed DDR MMC card at address 0001                              
mmcblk0: mmc0:0001 SEM08G 7.39 GiB                                             
mmcblk0boot0: mmc0:0001 SEM08G partition 1 2.00 MiB                           
mmcblk0boot1: mmc0:0001 SEM08G partition 2 2.00 MiB                           
mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 > p4                                       
mmcblk0: p4 size 11698176 extends beyond EOD, truncated                        
mmcblk0boot1: unknown partition table                                         
mmcblk0boot0: unknown partition table                                         
mmc2: new high speed SDHC card at address aaaa                                 
mmcblk1: mmc2:aaaa SU08G 7.40 GiB                                             
mmcblk1: p1                                                                  
EXT3-fs: barriers not enabled                                                  
kjournald starting.  Commit interval 5 seconds                                 
EXT3-fs (mmcblk1p1): using internal journal                                    
EXT3-fs (mmcblk1p1): recovery complete                                         
EXT3-fs (mmcblk1p1): mounted filesystem with writeback data mode               
VFS: Mounted root (ext3 filesystem) on device 179:25.                          
Freeing init memory: 200K                                                      
starting pid 1258, tty '': '/etc/rc.d/rcS'                                    
Mounting /proc and /sys                                                        
Starting the hotplug events dispatcher udevd                                   
udevd (1267): /proc/1267/oom_adj is deprecated, please use /proc/1267/oom_scor.
Synthesizing initial hotplug events                                            
Setting the hostname to freescale                                             
Mounting filesystems                                                           
mount: sysfs already mounted or /sys busy                                      
mount: according to mtab, /sys is already mounted on /sys                     
mount: mount point /proc/bus/usb does not exist                                
starting pid 2886, tty '': '/etc/rc.d/rc_gpu.S'                                
can't run '/etc/rc.d/rc_gpu.S': No such file or directory                     
starting pid 2887, tty '': '/etc/rc.d/rc_mxc.S'                                
can't run '/etc/rc.d/rc_mxc.S': No such file or directory                     
process '/etc/rc.d/rc_mxc.S' (pid 2887) exited. Scheduling for restart.        
starting pid 2888, tty '': '/etc/rc.d/rc_mxc.S'                                
can't run '/etc/rc.d/rc_mxc.S': No such file or directory                     
process '/etc/rc.d/rc_mxc.S' (pid 2888) exited. Scheduling for restart.        
starting pid 2889, tty '': '/etc/rc.d/rc_mxc.S'                                
can't run '/etc/rc.d/rc_mxc.S': No such file or directory                     
process '/etc/rc.d/rc_mxc.S' (pid 2889) exited. Scheduling for restart.        
starting pid 2890, tty '': '/etc/rc.d/rc_mxc.S'                                
can't run '/etc/rc.d/rc_mxc.S': No such file or directory                     
process '/etc/rc.d/rc_mxc.S' (pid 2890) exited. Scheduling for restart.        
starting pid 2891, tty '': '/etc/rc.d/rc_mxc.S'                                
can't run '/etc/rc.d/rc_mxc.S': No such file or directory                     
process '/etc/rc.d/rc_mxc.S' (pid 2891) exited. Scheduling for restart.

run this code forever ;


my kernel &filesystem&uboot are all on the sd card,

my uboot command line is
setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootfs=ext3 init=/sbin/init rootwait rw video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666'
setenv bootcmd_mmc 'run bootargs_mmc;mmc dev 2;mmc read ${loadaddr} 0x800 0x2000;bootm'

how can I fix my problem?

and the document of freescale is fucking bad

阿莫论坛20周年了!感谢大家的支持与爱护!!

月入3000的是反美的。收入3万是亲美的。收入30万是移民美国的。收入300万是取得绿卡后回国,教唆那些3000来反美的!

出0入0汤圆

 楼主| 发表于 2014-8-8 18:01:33 | 显示全部楼层
where is freescale engineer???

出0入0汤圆

发表于 2014-8-11 10:43:21 | 显示全部楼层
楼主你好,我们的I.MX今天不在,等明天他来了,我会把你的问题转给他,还请耐心等待下哦。

出0入0汤圆

 楼主| 发表于 2014-8-11 15:53:51 | 显示全部楼层
engineer here??

出0入0汤圆

发表于 2014-8-11 16:04:36 | 显示全部楼层
本帖最后由 FSL_TICS_ZJJ 于 2014-8-11 16:07 编辑


Hi,  our I.MX engineer is absent today, he will be here tommorrow, then I will transfer your question to him.
So, please waiting for him patiently, thanks a lot for your underestanding.

出0入0汤圆

 楼主| 发表于 2014-8-11 16:10:35 | 显示全部楼层
FSL_TICS_ZJJ 发表于 2014-8-11 16:04
Hi,  our I.MX engineer is absent today, he will be here tommorrow, then I will transfer your quest ...

thanks ,but the problem is sloved,I make a mistake in copy the filesystem to sd card,the permission could not be 777 for all file .but what is the freescale login password??I can't login the linux because I do not konw the password

出0入0汤圆

发表于 2014-8-11 20:32:09 | 显示全部楼层
support@freescale.com

出0入0汤圆

发表于 2014-8-12 09:07:55 | 显示全部楼层
a7458969 发表于 2014-8-11 16:10
thanks ,but the problem is sloved,I make a mistake in copy the filesystem to sd card,the permissio ...

That's good.
About the login password, I already transfer your question to our I.MX engineer,  he will answer you later.

出0入0汤圆

发表于 2014-8-12 09:10:48 | 显示全部楼层
a7458969 发表于 2014-8-11 16:10
thanks ,but the problem is sloved,I make a mistake in copy the filesystem to sd card,the permissio ...


Hi a7458969,
The freescale login  password is  "root". I am on annual days leave last week and this monday, so sorry for later reply.

出0入0汤圆

 楼主| 发表于 2014-8-13 11:03:01 | 显示全部楼层
FSL_TICS_Rita 发表于 2014-8-12 09:10
Hi a7458969,
The freescale login  password is  "root". I am on annual days leave last week and thi ...

thanks ,problem sloved,  I change command from  gret  to bash

出0入0汤圆

发表于 2014-8-13 11:10:54 | 显示全部楼层
a7458969 发表于 2014-8-13 11:03
thanks ,problem sloved,  I change command from  gret  to bash

It's great. If you have other questions welcome to create new threads in this community.

出0入0汤圆

发表于 2014-9-5 08:57:54 | 显示全部楼层
看不懂。              

出0入0汤圆

发表于 2014-9-5 09:02:51 | 显示全部楼层
高大上的
回帖提示: 反政府言论将被立即封锁ID 在按“提交”前,请自问一下:我这样表达会给举报吗,会给自己惹麻烦吗? 另外:尽量不要使用Mark、顶等没有意义的回复。不得大量使用大字体和彩色字。【本论坛不允许直接上传手机拍摄图片,浪费大家下载带宽和论坛服务器空间,请压缩后(图片小于1兆)才上传。压缩方法可以在微信里面发给自己(不要勾选“原图),然后下载,就能得到压缩后的图片】。另外,手机版只能上传图片,要上传附件需要切换到电脑版(不需要使用电脑,手机上切换到电脑版就行,页面底部)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|Archiver|amobbs.com 阿莫电子技术论坛 ( 粤ICP备2022115958号, 版权所有:东莞阿莫电子贸易商行 创办于2004年 (公安交互式论坛备案:44190002001997 ) )

GMT+8, 2024-4-26 13:36

© Since 2004 www.amobbs.com, 原www.ourdev.cn, 原www.ouravr.com

快速回复 返回顶部 返回列表