12
返回列表 发新帖
楼主: strong_b73836

[求助] 求救!imx6烧录不成功怎么办

[复制链接]

该用户从未签到

3

主题

17

帖子

0

新手上路

Rank: 1

积分
44
最后登录
2022-1-6
 楼主| 发表于 2021-12-16 13:43:09 | 显示全部楼层
UTP: executing "mount -t vfat /dev/mmcblk3p1 /mnt/mmcblk3p1"
UTP: sending Success to kernel for command $ mount -t vfat /dev/mmcblk3p1 /mnt/mmcblk3p1.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ cp $FILE /mnt/mmcblk3p1/zImage'
UTP: executing "cp $FILE /mnt/mmcblk3p1/zImage"
UTP: sending Success to kernel for command $ cp $FILE /mnt/mmcblk3p1/zImage.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ cp $FILE /mnt/mmcblk3p1/imx6q-sabresd.dtb'
UTP: executing "cp $FILE /mnt/mmcblk3p1/imx6q-sabresd.dtb"
UTP: sending Success to kernel for command $ cp $FILE /mnt/mmcblk3p1/imx6q-sabresd.dtb.
utp_poll: pass returned.
UTP: received command '$ umount /mnt/mmcblk3p1'
UTP: executing "umount /mnt/mmcblk3p1"
UTP: sending Success to kernel for command $ umount /mnt/mmcblk3p1.
utp_poll: pass returned.
UTP: received command '$ mkfs.ext3  -F -E nodiscard /dev/mmcblk3p2'
UTP: executing "mkfs.ext3  -F -E nodiscard /dev/mmcblk3p2"
mke2fs 1.42.9 (28-Dec-2013)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
438912 inodes, 1755600 blocks
87780 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1799356416
54 block groups
32768 blocks per group, 32768 fragments per group
8128 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

CPU0: stopping
CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.1.15-1.0.0-mfgtool+g3924425 #1
Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
[<80015ee4>] (unwind_backtrace) from [<80012774>] (show_stack+0x10/0x14)
[<80012774>] (show_stack) from [<8068fca4>] (dump_stack+0x80/0xc8)
[<8068fca4>] (dump_stack) from [<80014d14>] (handle_IPI+0x15c/0x190)
[<80014d14>] (handle_IPI) from [<80009478>] (gic_handle_irq+0x58/0x60)
[<80009478>] (gic_handle_irq) from [<80013240>] (__irq_svc+0x40/0x74)
Exception stack(0x80981f28 to 0x80981f70)
1f20:                   00000000 ee7212c0 00000001 80980000 8a9d3213 00000003
1f40: 8b048733 00000003 ee71ddd8 00000001 8097a304 00000001 ffffffff 80981f70
1f60: 806953a4 804a861c 20000113 ffffffff
[<80013240>] (__irq_svc) from [<804a861c>] (cpuidle_enter_state+0xcc/0x1f8)
[<804a861c>] (cpuidle_enter_state) from [<800657c0>] (cpu_startup_entry+0x1d0/0x314)
[<800657c0>] (cpu_startup_entry) from [<8091fbfc>] (start_kernel+0x334/0x3a0)
---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b



官方的也不行,这个是串口打印的log,好像跑飞了,是不是硬件问题
回复 支持 反对

使用道具 举报

该用户从未签到

3

主题

17

帖子

0

新手上路

Rank: 1

积分
44
最后登录
2022-1-6
 楼主| 发表于 2021-12-16 19:16:04 | 显示全部楼层
是不是要打开vbs文件才行,我是直接双击mfgtool.exe的
回复 支持 反对

使用道具 举报

该用户从未签到

3

主题

17

帖子

0

新手上路

Rank: 1

积分
44
最后登录
2022-1-6
 楼主| 发表于 2021-12-16 19:40:16 | 显示全部楼层
打开会报错,initialize the library failed,error code 29
回复 支持 反对

使用道具 举报

  • TA的每日心情

    5 小时前
  • 签到天数: 2379 天

    连续签到: 11 天

    [LV.Master]伴坛终老

    56

    主题

    5255

    帖子

    73

    金牌会员

    Rank: 6Rank: 6

    积分
    25882
    最后登录
    2025-7-23
    发表于 2021-12-16 21:59:17 | 显示全部楼层
    最好把硬件的情况描述一下,单纯依靠mfgtool.exe和配置文件比较难判断问题所在。看现象有可能是配置文件的设置和硬件不匹配,比如使用下载到SD卡的配置信息去下载到emmc.
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3

    主题

    17

    帖子

    0

    新手上路

    Rank: 1

    积分
    44
    最后登录
    2022-1-6
     楼主| 发表于 2021-12-17 08:43:26 | 显示全部楼层
    Angel_YY 发表于 2021-12-16 21:59
    最好把硬件的情况描述一下,单纯依靠mfgtool.exe和配置文件比较难判断问题所在。看现象有可能是配置文件的 ...

    对,我觉得也是这样,但是我看我配置是对的  
    [profiles]
    chip = Linux

    [platform]
    board = sabresd

    [LIST]
    ;name = eMMC-linux-uboot
    ;name = eMMC-linux-update
    name = eMMC-linux

    [variable]
    uboot=u-boot.imx
    dtb=imx6q-sabresd.dtb
    kernel=zImage

    linux_system=rootfs.tgz
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3

    主题

    17

    帖子

    0

    新手上路

    Rank: 1

    积分
    44
    最后登录
    2022-1-6
     楼主| 发表于 2021-12-17 08:44:19 | 显示全部楼层
    Angel_YY 发表于 2021-12-16 21:59
    最好把硬件的情况描述一下,单纯依靠mfgtool.exe和配置文件比较难判断问题所在。看现象有可能是配置文件的 ...

    uboot的可以烧进去,就是rootfs烧不进去
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3

    主题

    17

    帖子

    0

    新手上路

    Rank: 1

    积分
    44
    最后登录
    2022-1-6
     楼主| 发表于 2021-12-17 12:01:32 | 显示全部楼层
    UTP: executing "mkfs.ext3 -E nodiscard /dev/mmcblk3p2"   
    执行到这个命令的时候就出错了  如果是mkfs.ext4就不会 到底是为啥呀
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /3 下一条

    Archiver|手机版|小黑屋|恩智浦技术社区

    GMT+8, 2025-7-23 12:35 , Processed in 0.097462 second(s), 26 queries , MemCache On.

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.

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