This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

bb black 烧写遇到问题

Other Parts Discussed in Thread: TPS65910, TPS65217

我是按照bb black 烧写全纪录 操作的,现在烧写一部分之后出现这种情况,请问这是什么情况

[ 1.987426] Detected MACID=a0:f6:fd:8b:a4:d7

[ 1.992828] cpsw: Detected MACID = a0:f6:fd:8b:a4:d9

[ 1.998931] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)

[ 2.019226] Freeing init memory: 9572K

[ 2.023498] Failed to execute /init

[ 2.027496] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.

[ 2.040527] Backtrace:

[ 2.043121] [<c0017dbc>] (dump_backtrace+0x0/0x10c) from [<c041b628>] (dump_stack+0x18/0x1c)

[ 2.051971] r6:c004203c r5:c04febf8 r4:c0f68048 r3:c0f1df0c

[ 2.057922] [<c041b610>] (dump_stack+0x0/0x1c) from [<c041b864>] (panic+0x64/0x194)

[ 2.065948] [<c041b800>] (panic+0x0/0x194) from [<c041b5ec>] (init_post+0xac/0xd0)

[ 2.073883] r3:df02bc00 r2:00000009 r1:00000080 r0:c04febf8

[ 2.079833] r7:00000013

[ 2.082519] [<c041b540>] (init_post+0x0/0xd0) from [<c05a1900>] (kernel_init+0xf8/0x120)

[ 2.090972] r4:c05dc388 r3:c0f65340

[ 2.094787] [<c05a1808>] (kernel_init+0x0/0x120) from [<c004203c>] (do_exit+0x0/0x65c)

  • 请问这是烧写过程还是启动过程出现的错误?

  • 你好,是在烧写过程,我的uImage是严格按照 BB BLACK烧写全记录 来操作的

  • 你好,现在在已经烧写到执行 uImage的阶段了,但是现在出现找不到debrick.sh脚本的打印信息,如下:

    我的文件夹里是有这个文件的

    Filename 'uImage'.

    Load address: 0x81000000

    Loading: *T #################################################################

    #################################################################

    #################################################################

    #################################################################

    #################################################################

    #################################################################

    #################################################################

    #################################################################

    ######################################

    1.1 MiB/s

    done

    Bytes transferred = 8181208 (7cd5d8 hex)

    ## Booting kernel from Legacy Image at 81000000 ...

    Image Name: Linux-3.2.0

    Image Type: ARM Linux Kernel Image (uncompressed)

    Data Size: 8181144 Bytes = 7.8 MiB

    Load Address: 80008000

    Entry Point: 80008000

    Verifying Checksum ... OK

    Loading Kernel Image ... OK

    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.

    [ 0.000000] Linux version 3.2.0 (zyp@zyp-virtual-machine) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #2 Wed May 4 15:53:11 CST 2016

    [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d

    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

    [ 0.000000] Machine: am335xevm

    [ 0.000000] Memory policy: ECC disabled, Data cache writeback

    [ 0.000000] AM335X ES2.1 (sgx neon )

    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048

    [ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait console=ttyO0,115200

    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)

    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

    [ 0.000000] Memory: 512MB = 512MB total

    [ 0.000000] Memory: 502700k/502700k available, 21588k reserved, 0K highmem

    [ 0.000000] Virtual kernel memory layout:

    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)

    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)

    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)

    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)

    [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)

    [ 0.000000] .text : 0xc0008000 - 0xc05a1000 (5732 kB)

    [ 0.000000] .init : 0xc05a1000 - 0xc100c000 (10668 kB)

    [ 0.000000] .data : 0xc100c000 - 0xc1077308 ( 429 kB)

    [ 0.000000] .bss : 0xc107732c - 0xc10a62a4 ( 188 kB)

    [ 0.000000] NR_IRQS:396

    [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts

    [ 0.000000] Total of 128 interrupts on 1 active controller

    [ 0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz

    [ 0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz

    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms

    [ 0.000000] Console: colour dummy device 80x30

    [ 0.000061] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)

    [ 0.088836] pid_max: default: 32768 minimum: 301

    [ 0.088928] Security Framework initialized

    [ 0.088989] Mount-cache hash table entries: 512

    [ 0.089294] CPU: Testing write buffer coherency: ok

    [ 0.108581] omap_hwmod: pruss: failed to hardreset

    [ 0.109497] print_constraints: dummy:

    [ 0.109802] NET: Registered protocol family 16

    [ 0.111419] OMAP GPIO hardware version 0.1

    [ 0.113311] omap_mux_init: Add partition: #1: core, flags: 0

    [ 0.114776] omap_i2c.1: alias fck already exists

    [ 0.115447] omap2_mcspi.1: alias fck already exists

    [ 0.115600] omap2_mcspi.2: alias fck already exists

    [ 0.116302] edma.0: alias fck already exists

    [ 0.116302] edma.0: alias fck already exists

    [ 0.116333] edma.0: alias fck already exists

    [ 0.136169] bio: create slab <bio-0> at 0

    [ 0.137817] SCSI subsystem initialized

    [ 0.139068] usbcore: registered new interface driver usbfs

    [ 0.139312] usbcore: registered new interface driver hub

    [ 0.139465] usbcore: registered new device driver usb

    [ 0.139678] registerd cppi-dma Intr @ IRQ 17

    [ 0.139709] Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000)

    [ 0.139709] Cppi41 Init Done

    [ 0.139739] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3

    [ 0.139953] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1

    [ 0.140808] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz

    [ 0.141876] tps65910 1-002d: could not be detected

    [ 0.142883] Advanced Linux Sound Architecture Driver Version 1.0.24.

    [ 0.143707] Switching to clocksource gp timer

    [ 0.155120] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)

    [ 0.155273] musb-hdrc musb-hdrc.0: dma type: dma-cppi41

    [ 0.155517] MUSB0 controller's USBSS revision = 4ea20800

    [ 0.155548] musb0: Enabled SW babble control

    [ 0.156280] musb-hdrc musb-hdrc.0: USB OTG mode controller at e083c000 using DMA, IRQ 18

    [ 0.156402] musb-hdrc musb-hdrc.1: dma type: dma-cppi41

    [ 0.156646] MUSB1 controller's USBSS revision = 4ea20800

    [ 0.156677] musb1: Enabled SW babble control

    [ 0.156982] musb-hdrc musb-hdrc.1: MUSB HDRC host driver

    [ 0.157043] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1

    [ 0.157165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

    [ 0.157165] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [ 0.157196] usb usb1: Product: MUSB HDRC host driver

    [ 0.157196] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd

    [ 0.157196] usb usb1: SerialNumber: musb-hdrc.1

    [ 0.157836] hub 1-0:1.0: USB hub found

    [ 0.157867] hub 1-0:1.0: 1 port detected

    [ 0.158294] musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using DMA, IRQ 19

    [ 0.158630] NET: Registered protocol family 2

    [ 0.158782] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

    [ 0.158996] TCP established hash table entries: 16384 (order: 5, 131072 bytes)

    [ 0.159210] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)

    [ 0.159362] TCP: Hash tables configured (established 16384 bind 16384)

    [ 0.159362] TCP reno registered

    [ 0.159362] UDP hash table entries: 256 (order: 0, 4096 bytes)

    [ 0.159393] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)

    [ 0.159545] NET: Registered protocol family 1

    [ 0.159759] RPC: Registered named UNIX socket transport module.

    [ 0.159759] RPC: Registered udp transport module.

    [ 0.159759] RPC: Registered tcp transport module.

    [ 0.159759] RPC: Registered tcp NFSv4.1 backchannel transport module.

    [ 0.230438] NetWinder Floating Point Emulator V0.97 (double precision)

    [ 0.247222] VFS: Disk quotas dquot_6.5.2

    [ 0.247283] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    [ 0.247680] msgmni has been set to 981

    [ 0.250122] alg: No test for stdrng (krng)

    [ 0.250640] io scheduler noop registered

    [ 0.250640] io scheduler deadline registered

    [ 0.250701] io scheduler cfq registered (default)

    [ 0.251647] Could not set LED4 to fully on

    [ 0.284698] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0

    [ 0.863189] console [ttyO0] enabled

    [ 0.867248] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1

    [ 0.874969] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2

    [ 0.882629] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3

    [ 0.890319] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4

    [ 0.898010] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5

    [ 0.906066] omap4_rng omap4_rng: OMAP4 Random Number Generator ver. 2.00

    [ 0.919891] brd: module loaded

    [ 0.926879] loop: module loaded

    [ 0.930297] i2c-core: driver [tsl2550] using legacy suspend method

    [ 0.936767] i2c-core: driver [tsl2550] using legacy resume method

    [ 0.943206] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

    [ 1.044372] No daughter card found

    [ 1.047973] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write

    [ 1.063201] Board name: A335BNLT

    [ 1.066589] Board version: 00C0

    [ 1.069885] The board is a AM335x Beaglebone Black.

    [ 1.076995] tps65217 1-0024: TPS65217 ID 0xe version 1.2

    [ 1.084533] print_constraints: DCDC1: 900 <--> 1800 mV at 1500 mV

    [ 1.092956] print_constraints: DCDC2: 900 <--> 3300 mV at 1325 mV

    [ 1.101348] print_constraints: DCDC3: 900 <--> 1500 mV at 1125 mV

    [ 1.109771] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV

    [ 1.118164] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV

    [ 1.126464] print_constraints: LDO3: 1800 <--> 3300 mV at 1800 mV

    [ 1.134857] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV

    [ 1.141815] Maximum current provided by the USB port is 500mA which is not sufficient

    [ 1.141815] when operating @OPP120 and OPPTURBO. The current requirement for some

    [ 1.141815] use-cases using OPP100 might also exceed the maximum current that the

    [ 1.141815] USB port can provide. Unless you are fully confident that the current

    [ 1.141845] requirements for OPP100 use-case don't exceed the USB limits, switching

    [ 1.141845] to AC power is recommended.

    [ 1.185943] omap_hsmmc.0: alias fck already exists

    [ 1.191375] omap_hsmmc.1: alias fck already exists

    [ 1.196746] omap_i2c.3: alias fck already exists

    [ 1.201934] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz

    [ 1.209381] registered am33xx_sr device

    [ 1.214965] mtdoops: mtd device (mtddev=name/number) must be supplied

    [ 1.222015] omap2-nand driver initializing

    [ 1.226440] OneNAND driver initializing

    [ 1.231414] CAN device driver interface

    [ 1.235443] CAN bus driver for Bosch D_CAN controller 1.0

    [ 1.284332] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6

    [ 1.290802] davinci_mdio davinci_mdio.0: detected phy mask fffffffe

    [ 1.301239] davinci_mdio.0: probed

    [ 1.304840] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver SMSC LAN8710/LAN8720

    [ 1.313690] usbcore: registered new interface driver zd1201

    [ 1.319702] usbcore: registered new interface driver cdc_ether

    [ 1.325927] usbcore: registered new interface driver cdc_eem

    [ 1.331939] usbcore: registered new interface driver dm9601

    [ 1.337829] cdc_ncm: 04-Aug-2011

    [ 1.341308] usbcore: registered new interface driver cdc_ncm

    [ 1.347229] Initializing USB Mass Storage driver...

    [ 1.352508] usbcore: registered new interface driver usb-storage

    [ 1.358795] USB Mass Storage support registered.

    [ 1.363677] gadget: using random self ethernet address

    [ 1.369140] gadget: using random host ethernet address

    [ 1.375091] usb0: MAC 12:3c:43:a3:9a:d6

    [ 1.379089] usb0: HOST MAC 62:a3:0f:3d:ee:8a

    [ 1.383605] gadget: Ethernet Gadget, version: Memorial Day 2008

    [ 1.389923] gadget: g_ether ready

    [ 1.393493] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

    [ 1.399108] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

    [ 1.406921] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

    [ 1.414031] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [ 1.421600] usb usb2: Product: MUSB HDRC host driver

    [ 1.426788] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd

    [ 1.432342] usb usb2: SerialNumber: musb-hdrc.0

    [ 1.437744] hub 2-0:1.0: USB hub found

    [ 1.441650] hub 2-0:1.0: 1 port detected

    [ 1.446655] mousedev: PS/2 mouse device common for all mice

    [ 1.453430] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0

    [ 1.460479] am33xx-rtc: already running

    [ 1.464660] i2c /dev entries driver

    [ 1.468780] Linux video capture interface: v2.00

    [ 1.473846] usbcore: registered new interface driver uvcvideo

    [ 1.479858] USB Video Class driver (1.1.1)

    [ 1.765167] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

    [ 1.772644] cpuidle: using governor ladder

    [ 1.777313] cpuidle: using governor menu

    [ 1.784851] omap4_aes_mod_init: loading AM33X AES driver

    [ 1.790466] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02

    [ 1.796905] omap4_aes_probe: probe() done

    [ 1.801300] omap4_sham_mod_init: loading AM33X SHA/MD5 driver

    [ 1.807434] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03

    [ 1.829498] gadget: high-speed config #2: RNDIS

    [ 1.841705] omap4_sham_probe: probe() done

    [ 1.847991] usbcore: registered new interface driver usbhid

    [ 1.853820] usbhid: USB HID core driver

    [ 1.858581] usbcore: registered new interface driver snd-usb-audio

    [ 1.866668] ALSA device list:

    [ 1.869781] No soundcards found.

    [ 1.873352] oprofile: hardware counters not available

    [ 1.878662] oprofile: using timer interrupt.

    [ 1.883178] nf_conntrack version 0.5.0 (7854 buckets, 31416 max)

    [ 1.889923] ip_tables: (C) 2000-2006 Netfilter Core Team

    [ 1.895629] TCP cubic registered

    [ 1.899017] NET: Registered protocol family 17

    [ 1.903686] can: controller area network core (rev 20090105 abi 8)

    [ 1.910247] NET: Registered protocol family 29

    [ 1.914916] can: raw protocol (rev 20090105)

    [ 1.919403] can: broadcast manager protocol (rev 20090105 t)

    [ 1.925354] Registering the dns_resolver key type

    [ 1.930389] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

    [ 1.938446] ThumbEE CPU extension supported.

    [ 1.942962] mux: Failed to setup hwmod io irq -22

    [ 1.948486] Power Management for AM33XX family

    [ 1.953399] Trying to load am335x-pm-firmware.bin (60 secs timeout)

    [ 1.960113] Copied the M3 firmware to UMEM

    [ 1.964508] Cortex M3 Firmware Version = 0x181

    [ 1.969970] create_regulator: DCDC2: Failed to create debugfs directory

    [ 1.977600] smartreflex smartreflex: am33xx_sr_probe: Driver initialized

    [ 1.988739] clock: disabling unused clocks to save power

    [ 1.998596] mmc1: new high speed MMC card at address 0001

    [ 2.006072] mmcblk0: mmc1:0001 S10004 3.56 GiB

    [ 2.014404] mmcblk0boot0: mmc1:0001 S10004 partition 1 4.00 MiB

    [ 2.024353] mmcblk0boot1: mmc1:0001 S10004 partition 2 4.00 MiB

    [ 2.031982] mmcblk0: p1 p2

    [ 2.041778] mmcblk0boot1: unknown partition table

    [ 2.054962] mmcblk0boot0: unknown partition table

    [ 2.350677] Detected MACID=a0:f6:fd:8b:a4:d7

    [ 2.356231] cpsw: Detected MACID = a0:f6:fd:8b:a4:d9

    [ 2.362487] omap_rtc am33xx-rtc: setting system clock to 2014-02-17 20:31:38 UTC (1392669098)

    [ 2.384490] Freeing init memory: 10668K

    INIT: version 2.88 booting

    Starting udev

    [ 4.600372] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.

    [ 4.608886] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.

    [ 4.617492] FAT-fs (mmcblk0): bogus number of reserved sectors

    [ 4.623596] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

    [ 4.643829] cramfs: wrong magic

    [ 4.647796] FAT-fs (mmcblk0): bogus number of reserved sectors

    [ 4.653900] FAT-fs (mmcblk0): Can't find a valid FAT filesystem

    [ 5.358581] EXT3-fs (mmcblk0boot0): error: can't find ext3 filesystem on dev mmcblk0boot0.

    [ 5.369812] EXT2-fs (mmcblk0boot0): error: can't find an ext2 filesystem on dev mmcblk0boot0.

    [ 5.381286] FAT-fs (mmcblk0boot0): bogus number of reserved sectors

    [ 5.387878] FAT-fs (mmcblk0boot0): Can't find a valid FAT filesystem

    [ 5.410583] EXT3-fs (mmcblk0boot1): error: can't find ext3 filesystem on dev mmcblk0boot1.

    [ 5.426788] EXT2-fs (mmcblk0boot1): error: can't find an ext2 filesystem on dev mmcblk0boot1.

    [ 5.438293] FAT-fs (mmcblk0boot1): bogus number of reserved sectors

    [ 5.444885] FAT-fs (mmcblk0boot1): Can't find a valid FAT filesystem

    [ 5.457977] cramfs: wrong magic

    [ 5.465545] FAT-fs (mmcblk0boot0): bogus number of reserved sectors

    [ 5.472167] FAT-fs (mmcblk0boot0): Can't find a valid FAT filesystem

    [ 5.486877] cramfs: wrong magic

    [ 5.492065] FAT-fs (mmcblk0boot1): bogus number of reserved sectors

    [ 5.498718] FAT-fs (mmcblk0boot1): Can't find a valid FAT filesystem

    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory

    bootlogd.

    Configuring network interfaces... [ 6.310150] net eth0: CPSW phy found : id is : 0x7c0f1

    udhcpc (v1.20.2) started

    Sending discover...

    Sending discover...

    Sending discover...

    No lease, failing

    done.

    Collected errors:

    * opkg_conf_load: Could not create lock file /var/lib/opkg/lock: No such fil

    INIT: Entering runlevel: 5

    Starting syslogd/klogd: done

    ****************************************************

    ****************************************************

    Sitara Flash Fetcher Script - 07/28/2014

    udhcpc (v1.20.2) started

    Sending discover...

    Sending discover...

    Sending discover...

    Sending select for 192.168.2.7...

    Lease of 192.168.2.7 obtained, lease time 600

    Getting flasher script from server: 192.168.100.1

    tftp: timeout

    Unable to fetch debrick script! Exiting...

    Stopping Bootlog daemon: bootlogd.

    _____ _____ _ _

    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

    | | _| .'| . | . | | __| _| . | | | -_| _| _|

    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

    |___| |___|

    Arago Project http://arago-project.org am335x-evm ttyO0

    Arago 2013.05 am335x-evm ttyO0

    am335x-evm login: 

  • 你好,现在上面的问题已经解决了,现在又出现了新的问题,好像是格式化emmc之后没有往里面烧写boot_partition.tar文件,部分打印信息如下,希望能够回复一下:

    Allocating group tables: 0/28 1/28 2/28 3/28 4/28 5/28 6/28 7/28 8/28 9/2810/2811/2812/2813/2814/2815/2816/2817/2818/2819/2820/2821/2822/2823/2824/2825/2826/2827/28 done

    Writing inode tables: 0/28 1/28 2/28 3/28 4/28 5/28 6/28 7/28 8/28 9/2810/2811/2812/2813/2814/2815/2816/2817/2818/2819/2820/2821/2822/2823/2824/2825/2826/2827/28 done

    Creating journal (16384 blocks): done

    Writing superblocks and filesystem accounting information: 0/28 1/28 2/28 3/28 4/28 5/28 6/28 7/28 8/28 9/2810/2811/2812/2813/2814/2815/2816/2817/2818/2819/2820/2821/2822/2823/2824/2825/2826/2827/28 done

    Formatting done.

    [ 39.945587] kjournald starting. Commit interval 5 seconds

    [ 39.953277] EXT3-fs (mmcblk0p2): using internal journal

    [ 39.958801] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode

    Copying Files...

    real 0m 0.81s

    user 0m 0.55s

    sys 0m 0.23s

    Boot partition done.

    real 0m 0.88s

    user 0m 0.55s

    sys 0m 0.24s

    RootFS partition done.

    It took 22 seconds to complete this task...

    ********************************************

    Sitara Example Flash Script is complete.

    Stopping Bootlog daemon: bootlogd.

    _____ _____ _ _

    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_

    | | _| .'| . | . | | __| _| . | | | -_| _| _|

    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|

    |___| |___|

    Arago Project http://arago-project.org am335x-evm ttyO0

    Arago 2013.05 am335x-evm ttyO0

    am335x-evm login:

    到这就没有了,等了很久也没有反应    

  • 看打印信息,文件因该是成功copy到eMMC的FAT文件系统里去了呀

  • 但是当我断电重启的时候,串口没有任何信息打印出来,也没有亮灯,我也按照“bbbk烧写全记录”上面说的,改了uboot里面一个头文件的启动方式,请问这是什么原因,

  • 你是基于SDK06做的么?很多客户出问题都是因为不是基于SDK06做的。