如何不uboot使用tftpeeprom让Beaglebone BBB的uboot和内核启动

21ic官方微信-->
后使用快捷导航没有帐号?
查看: 931|回复: 8
beaglebone black 偶尔死机!!!求助
&&已结帖(50)
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
主题帖子积分
专家等级:结帖率:100%
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
使用beaglebone black提供的pcb制作的板子。
不同的地方为:BBB原来的cpu为AM3358(主频1000MHZ),我使用了AM3359(主频800MHZ)。
其他器件什么的都相同。
内核,uboot和根文件系统都是使用的ti官方提供的ti-sdk-am335x-evm-07.00.00.00中的。
不同的地方:删除了uboot中read_eeprom部分代码;内核有添加几个驱动。
3.问题现象
(1)自己制作的板子使用过程中出现偶尔死机的现象,所有log几乎相同,都是“Unable to handle kernel paging request at virtual address xxxxx”,如下:
[& & 5.675222] Unable to handle kernel paging request at virtual address f9f659a4& && && && && && && && &&&
[& & 5.682835] pgd = db8f4000& && && && && && && && && && && && && && && && && && && && && && && && && && &
[& & 5.685678] [f9f659a4] *pgd=44e11452(bad)& && && && && && && && && && && && && && && && && && && && && &
[& & 5.689909] Internal error: Oops: 8000000d [#1] ARM& && && && && && && && && && && && && && && && && &&&
[& & 5.695032] Modules linked in:& && && && && && && && && && && && && && && && && && && && && && && && &&&
[& & 5.698249] CPU: 0 PID: 977 Comm: mount.sh Not tainted 3.12.10-g7efe5c7-dirty #3& && && && && && && && &
[& & 5.706019] task: dd7f80c0 ti: db930000 task.ti: db930000& && && && && && && && && && && && && && && &&&
[& & 5.711697] PC is at 0xf9f659a4& && && && && && && && && && && && && && && && && && && && && && && && &
[& & 5.715011] LR is at ext4_attr_show+0x28/0x34& && && && && && && && && && && && && && && && && && && &&&
[& & 5.719588] pc : [&f9f659a4&]& & lr : [&c01611ac&]& & psr: a00f0013& && && && && && && && && && && && &
[& & 5.719588] sp : db931e68&&ip : dc8a8508&&fp : db931e74& && && && && && && && && && && && && && && && &
[& & 5.731650] r10: db931f5c&&r9 : dc8a85e0&&r8 : db930000& && && && && && && && && && && && && && && && &
[& & 5.737140] r7 : db931e90&&r6 : db8c7680&&r5 : db931ed8&&r4 : & && && && && && && && && && && &
[& & 5.743998] r3 : f9f659a6&&r2 : &&r1 : dc8a8508&&r0 : db931ed8& && && && && && && && && && && &
[& & 5.750857] Flags: NzCv&&IRQs on&&FIQs on&&Mode SVC_32&&ISA ARM&&Segment user& && && && && && && && && &
[& & 5.758352] Control: 10c5387d&&Table: 9b8f4019&&DAC: & && && && && && && && && && && && && && &
[& & 5.764390] Process mount.sh (pid: 977, stack limit = 0xdb930240)& && && && &
(2)使用同一套软件(uboot,内核,根文件系统等等)的购买的BBB板子就没有出现死机的情况。
4.采取的措施
(1)咨询了TI技术支持,用AM3359替换AM3358后,在uboot中把MPU_DPLL改为800MHZ即可(其实内核会自动更改的)。此办法无用。
(2)参照ti提供的am335x ddr3 software leveling调校ddr3的配置,也没有效果。
不知道各位大神有没有什么想法和建议,应该从哪一方面分析解决这个问题?
& && && && && && && && && &
满意回复+50
哦,我怀疑,你们之前是不是没有焊好,然后换了个片子就焊好了......
21ic公开课,21ic网友共同的学习圈子!学单片机、嵌入式、模拟、电源……就看这里
移步更多21ic独家微课:
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
主题帖子积分
专家等级:结帖率:0%打赏:0.00受赏:200.10
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
bbb上没有问题的话,那就是你们抄板的问题了......
本人不卖开发板,以下群只为技术交流,禁止打广告
SAMA5D3x、SAM9(QQ群:)
AM335x(QQ群:)
iMX6(QQ群:)
嵌入式Qt、MySQL、OpenCV(QQ群:)
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
主题帖子积分
专家等级:结帖率:100%
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
bbb上没有问题的话,那就是你们抄板的问题了......
CPU换成了AM3358,再没出现问题。
21ic公开课,21ic网友共同的学习圈子!学单片机、嵌入式、模拟、电源……就看这里
移步更多21ic独家微课:
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
主题帖子积分
专家等级:结帖率:0%打赏:0.00受赏:200.10
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
CPU换成了AM3358,再没出现问题。
那把AM3359换到bbb的板子上试试能不能行啊......
本人不卖开发板,以下群只为技术交流,禁止打广告
SAMA5D3x、SAM9(QQ群:)
AM335x(QQ群:)
iMX6(QQ群:)
嵌入式Qt、MySQL、OpenCV(QQ群:)
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
主题帖子积分
专家等级:结帖率:100%
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
那把AM3359换到bbb的板子上试试能不能行啊......
没试,我们不能完好的拆下来那个CPU
21ic公开课,21ic网友共同的学习圈子!学单片机、嵌入式、模拟、电源……就看这里
移步更多21ic独家微课:
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
主题帖子积分
专家等级:结帖率:0%打赏:0.00受赏:200.10
主题帖子积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
高级工程师, 积分 6855, 距离下一级还需 1145 积分
没试,我们不能完好的拆下来那个CPU
哦,我怀疑,你们之前是不是没有焊好,然后换了个片子就焊好了......
本人不卖开发板,以下群只为技术交流,禁止打广告
SAMA5D3x、SAM9(QQ群:)
AM335x(QQ群:)
iMX6(QQ群:)
嵌入式Qt、MySQL、OpenCV(QQ群:)
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
主题帖子积分
专家等级:结帖率:100%
主题帖子积分
资深技术员, 积分 444, 距离下一级还需 56 积分
资深技术员, 积分 444, 距离下一级还需 56 积分
哦,我怀疑,你们之前是不是没有焊好,然后换了个片子就焊好了......
不是这个问题,都是让工厂焊的。用3359的焊了4块,死机现象是一致的;后来用3358焊的4块,都很正常。
21ic公开课,21ic网友共同的学习圈子!学单片机、嵌入式、模拟、电源……就看这里
移步更多21ic独家微课:
主题帖子积分
初级工程师, 积分 2161, 距离下一级还需 839 积分
初级工程师, 积分 2161, 距离下一级还需 839 积分
主题帖子积分
专家等级:结帖率:0%
主题帖子积分
初级工程师, 积分 2161, 距离下一级还需 839 积分
初级工程师, 积分 2161, 距离下一级还需 839 积分
主题帖子积分
资深技术员, 积分 460, 距离下一级还需 40 积分
资深技术员, 积分 460, 距离下一级还需 40 积分
主题帖子积分
专家等级:结帖率:25%
主题帖子积分
资深技术员, 积分 460, 距离下一级还需 40 积分
资深技术员, 积分 460, 距离下一级还需 40 积分
楼主最后问题解决了吗
21ic公开课,21ic网友共同的学习圈子!学单片机、嵌入式、模拟、电源……就看这里
移步更多21ic独家微课:
技术高手奖章
人才类勋章
时间类勋章
技术奇才奖章
人才类勋章
晶莹之水滴
发帖类勋章
热门推荐 /3君,已阅读到文档的结尾了呢~~
我的 Beaglebone 开发之路—文档、资料、论文、办公、总结,均是精品资料,免费阅读,免费分享,值得下载!
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
我的 Beaglebone 开发之路
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口BeagleBone Black_SDK开发之SDK体验 - 简书
BeagleBone Black_SDK开发之SDK体验
写此文章主要是为了记录自己学习elinux的过程中的一点经验,如果有错误欢迎指出,谢谢。
Ubuntu 14.04.5
BeagleBone Black Rev C
USB-to-Serial CH340G
Micro SD Card 8G
TI SDK下载
SDK下载网页:
下载:ti-processor-sdk-linux-am335x-evm-03.01.00.06-Linux-x86-Install.bin
Ubuntu环境
虚拟机主要注意的地方是网络的配置,需要选择桥接模式。
TI SDK安装
执行命令进行解压。
./ti-processor-sdk-linux-am335x-evm-03.01.00.06-Linux-x86-Install.bin
一直点Next,安装完毕如下图:
解压得到目录:ti-processor-sdk-linux-am335x-evm-03.01.00.06
TI SDK烧写预编译镜像
先把SD Card格式化为Fat32格式,利用读卡器插入到虚拟机,执行命令:
sudo ./create-sdcard.sh
按照shell提示输入:
leon@ubuntu:~/ti-processor-sdk-linux-am335x-evm-03.01.00.06/bin$ lsadd-to-group.sh
create-sdcard.sh
setup-host-check.sh
setup-package-install.sh
setup-tftp.sh
unshallow-repositories.shcommon.sh
create-ubifs.sh
setup-minicom.sh
setup-targetfs-nfs.sh
setup-uboot-env.shleon@ubuntu:~/ti-processor-sdk-linux-am335x-evm-03.01.00.06/bin$ sudo ./create-sdcard.sh[sudo] password for leon:################################################################################This script will create a bootable SD card from custom or pre-built binaries.The script must be run with root permissions and from the bin directory ofthe SDKExample: $ sudo ./create-sdcard.shFormatting can be skipped if the SD card is already formatted andpartitioned properly.################################################################################Available Drives to write images to:#
7782400 sdbEnter Device Number or n to exit: 1sdb was selecteddf: '/mnt/hgfs': Protocol error/dev/sdb is an sdx deviceUnmounting the sdb drivesdf: '/mnt/hgfs': Protocol error unmounted /dev/sdb1Current size of sdb1 7781376 bytesSD Card is not correctly partitioned################################################################################
Select 2 partitions if only need boot and rootfs (most users).
Select 3 partitions if need SDK & other content on SD card.
usually used by device manufacturers with access to partition tarballs.
WARNING continuing will erase all data on sdb################################################################################Number of partitions needed [2/3] : 2Now partitioning sdb with 2 partitions...################################################################################
Now making 2 partitions################################################################################1024+0 records in1024+0 records out1048576 bytes (1.0 MB) copied, 0.745998 s, 1.4 MB/sDisk /dev/sdb doesn't contain a valid partition tableDISK SIZE -
bytes################################################################################
Partitioning Boot################################################################################mkfs.fat 3.0.26 ()mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows################################################################################
Partitioning rootfs################################################################################mke2fs 1.42.9 (4-Feb-2014)Filesystem label=rootfsOS type: LinuxBlock size=4096 (log=2)Fragment size=4096 (log=2)Stride=0 blocks, Stripe width=0 blocks481440 inodes, 1923328 blocks96166 blocks (5.00%) reserved for the super userFirst data block=0Maximum filesystem blocks=59 block groups32768 blocks per group, 32768 fragments per group8160 inodes per groupSuperblock backups stored on blocks:
3, , 2Allocating group tables: doneWriting inode tables: doneCreating journal (32768 blocks): doneWriting superblocks and filesystem accounting information: done################################################################################
Partitioning is now done
Continue to install filesystem or select 'n' to safe exit
Warning Continuing will erase files any files in the partitions################################################################################Would you like to continue? [y/n] : yMount the partitionsEmptying partitionsSyncing....################################################################################
Choose file path to install from
1 ) Install pre-built images from SDK
2 ) Enter in custom boot and rootfs file paths################################################################################Choose now [1/2] : 1Will now install from SDK pre-built imagesnow installing:
ti-processor-sdk-linux-am335x-evm-03.01.00.06################################################################################
Copying files now... will take minutes################################################################################Copying boot partitionMLO copiedu-boot.img copiedCopying rootfs System partitionWritten 100%Syncing...Un-mount the partitionsRemove created temp directoriesOperation Finished
TI SDK预编译镜像体验
插入SD Card到板子上,按住boot键,上电,查看log输出,从EMMC的Debian系统替换为SDK的Arago系统,说明烧写启动成功。
U-Boot SPL f757e5b2c (Oct 03 2016 - 17:53:44)Trying to boot from MMC1reading argsspl_load_image_fat_os: error reading image args, err - -1reading u-boot.imgreading u-boot.imgreading u-boot.imgreading u-boot.imgU-Boot f757e5b2c (Oct 03 2016 - 17:53:44 -0400)
Watchdog enabledDRAM:
512 MiBNAND:
OMAP SD/MMC: 0, OMAP SD/MMC: 1reading uboot.env Unable to read "uboot.env" from mmc0:1 Using default environment&ethaddr& not set. Validating first E-fuse MACNet:
eth0: ethernet@4a100000Warning: usb_ether MAC addresses don't match:Address in SROM is
de:ad:be:ef:00:01Address in environment is
54:4a:16:c5:be:4e, eth1: usb_etherPress SPACE to abort autoboot in 2 secondsswitch to partitions #0, OKmmc0 is current deviceSD/MMC found on device 0reading boot.scr Unable to read file boot.scr reading uEnv.txt Unable to read file uEnv.txt switch to partitions #0, OKmmc0 is current deviceScanning mmc 0:1...switch to partitions #0, OKmmc0 is current deviceSD/MMC found on device 0switch to partitions #0, OKmmc0 is current deviceSD/MMC found on device 0reading boot.scr Unable to read file boot.scr reading uEnv.txt Unable to read file uEnv.txt 3451352 bytes read in 269 ms (12.2 MiB/s)37004 bytes read in 73 ms (494.1 KiB/s)Kernel image @ 0x [ 0x000000 - 0x34a9d8 ]## Flattened Device Tree blob at
Booting using the fdt blob at 0x
Loading Device Tree to 8fff3000, end 8ffff08b ... OKStarting kernel ...[
0.000000] Booting Linux on physical CPU 0x0[
0.000000] Initializing cgroup subsys cpu[
0.000000] Initializing cgroup subsys cpuacct[
0.000000] Linux version 4.4.19-gdb0b54cdad (gtbldadm@ubuntu-16) (gcc version 5.3.1
(Linaro GCC 5.3-2016.02) ) #1 PREEMPT Mon Oct 3 17:43:46 EDT 2016[
0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d[
0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache[
0.000000] Machine model: TI AM335x BeagleBone Black[
0.000000] cma: Reserved 24 MiB at 0x9e800000[
0.000000] Memory policy: Data cache writeback[
0.000000] CPU: All CPU(s) started in SVC mode.[
0.000000] AM335X ES2.1 (sgx neon )[
0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 129920[
0.000000] Kernel command line: console=ttyO0, root=PARTUUID=000a8e81-02 rw rootfstype=ext4 rootwait[
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: 4288K available (6551K kernel code, 314K rwdata, 2396K rodata, 264K init, 265K bss, 15092K reserved, 24576K cma-reserved, 0K highmem)[
0.000000] Virtual kernel memory layout:[
: 0xffff0000 - 0xffff1000
: 0xffc00000 - 0xfff00000
(3072 kB)[
vmalloc : 0xe0800000 - 0xff800000
( 496 MB)[
: 0xc0000000 - 0xe0000000
( 512 MB)[
: 0xbfe00000 - 0xc0000000
modules : 0xbf000000 - 0xbfe00000
.text : 0xc0008000 - 0xc08c5004
(8949 kB)[
.init : 0xc08c6000 - 0xc0908000
( 264 kB)[
.data : 0xc0908000 - 0xc0956b10
( 315 kB)[
.bss : 0xc0956b10 - 0xc0999258
( 266 kB)[
0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1[
0.000000] Preemptible hierarchical RCU implementation.[
Build-time adjustment of leaf fanout to 32.[
0.000000] NR_IRQS:16 nr_irqs:16 16[
0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts[
0.000000] OMAP clockevent source: timer2 at
0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every ns[
0.000035] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
0.000044] OMAP clocksource: timer1 at
0.000180] clocksource_probe: no matching clocksources found[
0.000333] Console: colour dummy device 80x30[
0.000354] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'[
0.000360] This ensures that you still see kernel messages. Please[
0.000365] update your kernel commandline.[
0.000381] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)[
0.089231] pid_max: default: 32768 minimum: 301[
0.089343] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)[
0.089353] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)[
0.089956] Initializing cgroup subsys io[
0.089985] Initializing cgroup subsys memory[
0.090020] Initializing cgroup subsys devices[
0.090034] Initializing cgroup subsys freezer[
0.090046] Initializing cgroup subsys perf_event[
0.090057] Initializing cgroup subsys pids[
0.090081] CPU: Testing write buffer coherency: ok[
0.090447] Setting up static identity map for 0x - 0x[
0.092257] devtmpfs: initialized[
0.102097] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3[
0.114854] omap_hwmod: debugss: wait_target_disable failed[
0.169644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 50000 ns[
0.171583] pinctrl core: initialized pinctrl subsystem[
0.172721] NET: Registered protocol family 16[
0.174520] DMA: preallocated 256 KiB pool for atomic coherent allocations[
0.199224] cpuidle: using governor ladder[
0.229213] cpuidle: using governor menu[
0.232982] OMAP GPIO hardware version 0.1[
0.241515] hw-breakpoint: debug architecture 0x4 unsupported.[
0.276175] edma .edma: TI EDMA DMA engine driver[
0.279121] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe[
0.279172] omap_i2c c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe[
0.279412] media: Linux media interface: v0.10[
0.279467] Linux video capture interface: v2.00[
0.279508] pps_core: LinuxPPS API ver. 1 registered[
0.279515] pps_core: Software ver. 5.3.6 - Copyright
Rodolfo Giometti [
0.279538] PTP clock support registered[
0.279589] EDAC MC: Ver: 3.0.0[
0.280600] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400[
0.280877] Advanced Linux Sound Architecture Driver Initialized.[
0.281898] clocksource: Switched to clocksource timer1[
0.291006] NET: Registered protocol family 2[
0.291682] TCP established hash table entries: 4096 (order: 2, 16384 bytes)[
0.291727] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)[
0.291766] TCP: Hash tables configured (established 4096 bind 4096)[
0.291830] UDP hash table entries: 256 (order: 0, 4096 bytes)[
0.291846] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)[
0.292038] NET: Registered protocol family 1[
0.292404] RPC: Registered named UNIX socket transport module.[
0.292420] RPC: Registered udp transport module.[
0.292425] RPC: Registered tcp transport module.[
0.292431] RPC: Registered tcp NFSv4.1 backchannel transport module.[
0.293257] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available[
0.294913] futex hash table entries: 256 (order: -1, 3072 bytes)[
0.301661] squashfs: version 4.0 () Phillip Lougher[
0.302660] NFS: Registering the id_resolver key type[
0.302720] Key type id_resolver registered[
0.302728] Key type id_legacy registered[
0.302796] ntfs: driver 2.1.32 [Flags: R/O].[
0.305961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)[
0.305990] io scheduler noop registered[
0.306003] io scheduler deadline registered[
0.306145] io scheduler cfq registered (default)[
0.307283] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568[
0.359347] Serial:
driver, 10 ports, IRQ sharing disabled[
0.e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250[
0.970585] console [ttyS0] enabled[
0.974986] [drm] Initialized drm 1.1.0 [
0.986240] loop: module loaded[
0.991386] libphy: Fixed MDIO Bus: probed[
1.051963] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6[
1.058099] davinci_mdio 4a101000.mdio: detected phy mask fffffffe[
1.065161] libphy: 4a101000.mdio: probed[
1.069204] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720[
1.079132] cpsw 4a100000.ethernet: Detected MACID = 54:4a:16:c5:be:4c[
1.087423] mousedev: PS/2 mouse device common for all mice[
1.093684] i2c /dev entries driver[
1.098028] cpuidle: enable-method property 'ti,am3352' found operations[
1.105577] omap_hsmmc .mmc: Got CD GPIO[
1.183221] ledtrig-cpu: registered to indicate activity on CPUs[
1.192222] NET: Registered protocol family 10[
1.197996] sit: IPv6 over IPv4 tunneling driver[
1.203406] NET: Registered protocol family 17[
1.208153] Key type dns_resolver registered[
1.212712] omap_voltage_late_init: Voltage driver support not added[
1.248997] tps4: TPS65217 ID 0xe version 1.2[
1.254681] at24 0- byte 24c256 EEPROM, writable, 1 bytes/write[
1.330344] mmc0: host does not support reading read-only switch, assuming write-enable[
1.340492] mmc0: new high speed SDHC card at address c376[
1.346627] mmcblk0: mmc0:c376 SD08G 7.42 GiB[
mmcblk0: p1 p2[
1.384250] tda998x 0-0070: found TDA19988[
1.389663] tilcdc .lcdc: bound 0-0070 (ops tda998x_ops)[
1.395757] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).[
1.402445] [drm] No driver support for vblank timestamp query.[
1.408781] tilcdc .lcdc: No connectors reported connected with modes[
1.415987] [drm] Cannot find any crtc or sizes - going [
1.429978] Console: switching to colour frame buffer device 128x48[
1.441127] tilcdc .lcdc: fb0:
frame buffer device[
1.471927] [drm] Initialized tilcdc 1.0.0
on minor 0[
1.477854] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz[
1.484758] at24 2- byte 24c256 EEPROM, writable, 1 bytes/write[
1.491834] at24 2- byte 24c256 EEPROM, writable, 1 bytes/write[
1.498962] at24 2- byte 24c256 EEPROM, writable, 1 bytes/write[
1.506084] at24 2- byte 24c256 EEPROM, writable, 1 bytes/write[
1.513063] omap_i2c c: bus 2 rev0.11 at 100 kHz[
1.520696] hctosys: unable to open rtc device (rtc0)[
1.529155] ALSA device list:[
No soundcards found.[
1.725839] mmc1: MAN_BKOPS_EN bit is not set[
1.733930] mmc1: new high speed MMC card at address 0001[
1.739969] mmcblk1: mmc1:0001 MMC04G 3.66 GiB[
1.744807] mmcblk1boot0: mmc1:0001 MMC04G partition 1 1.00 MiB[
1.750958] mmcblk1boot1: mmc1:0001 MMC04G partition 2 1.00 MiB[
mmcblk1: p1[
1.795879] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)[
1.804118] VFS: Mounted root (ext4 filesystem) on device 179:2.[
1.813389] devtmpfs: mounted[
1.816671] Freeing unused kernel memory: 264K (c08c6000 - c0908000)[
1.823858] This architecture does not have kernel memory protection.[
2.147826] systemd[1]: System time before build time, advancing clock.[
2.237224] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)[
2.258895] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)[
2.295787] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)[
2.315535] systemd[1]: Detected architecture arm.Welcome to Arago 2016.08![
2.344572] systemd[1]: Set hostname to &am335x-evm&.[
2.361891] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)[
2.371521] systemd[1]: Initializing machine ID from random generator.[
2.497149] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)[
2.514222] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)[
2.525372] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)[
2.549544] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 24 bits of entropy available)[
2.571779] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)[
2.681263] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)[
2.691353] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)[
3.082979] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'[
3.419713] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start[
3.427842] systemd[1]: sysinit.target: Found dependency on alignment.service/start[
3.435646] systemd[1]: sysinit.target: Found dependency on basic.target/start[
3.442940] systemd[1]: sysinit.target: Found dependency on sockets.target/start[
3.450381] systemd[1]: sysinit.target: Found dependency on dropbear.socket/stop[
3.457837] systemd[1]: sysinit.target: Found dependency on sysinit.target/start[
3.465294] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start[
3.474761] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start[ SKIP ] Ordering cycle found, skipping alignment.service[
3.518220] systemd[1]: Listening on Journal Socket (/dev/log).[
] Listening on Journal Socket (/dev/log).[
3.542656] systemd[1]: Listening on udev Control Socket.[
] Listening on udev Control Socket.[
3.572934] systemd[1]: Listening on Network Service Netlink Socket.[
] Listening on Network Service Netlink Socket.[
3.602328] systemd[1]: Reached target Remote File Systems.[
] Reached target Remote File Systems.[
3.632656] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.[
] Listening on /dev/initctl Compatibility Named Pipe.[
3.662314] systemd[1]: Reached target Swap.[
] Reached target Swap.[
3.684963] systemd[1]: Created slice User and Session Slice.[
] Created slice User and Session Slice.[
3.712614] systemd[1]: Listening on Syslog Socket.[
] Listening on Syslog Socket.[
3.768544] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[
] Started Dispatch Password Requests to Console Directory Watch.[
3.802574] systemd[1]: Listening on udev Kernel Socket.[
] Listening on udev Kernel Socket.[
3.832666] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[
] Started Forward Password Requests to Wall Directory Watch.[
3.862353] systemd[1]: Reached target Paths.[
] Reached target Paths.[
3.883713] systemd[1]: Created slice System Slice.[
] Created slice System Slice.[
3.913940] systemd[1]: Created slice system-serial\x2dgetty.slice.[
] Created slice system-serial\x2dgetty.slice.[
3.944204] systemd[1]: Created slice system-getty.slice.[
] Created slice system-getty.slice.[
3.972392] systemd[1]: Reached target Slices.[
] Reached target Slices.[
3.992792] systemd[1]: Listening on Journal Socket.[
] Listening on Journal Socket.[
4.027650] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...[
4.083760] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...[
4.156251] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...[
4.198652] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...[
4.266616] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...[
4.326974] systemd[1]: Starting Journal Service...[
4.337512] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Starting Journal Service...[
4.416594] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...[
4.487075] systemd[1]: Mounting Debug File System...[
4.492745] cryptodev: driver 1.8 loaded.
Mounting Debug File System...[
4.594186] systemd[1]: Mounted Debug File System.[
] Mounted Debug File System.[
4.622504] systemd[1]: Mounted POSIX Message Queue File System.[
] Mounted POSIX Message Queue File System.[
4.652415] systemd[1]: Mounted Temporary Directory.[
] Mounted Temporary Directory.[
4.682971] systemd[1]: Started Journal Service.[
] Started Journal Service.[
] Started Setup Virtual Console.[
] Started Create list of required sta...ce nodes for the current kernel.[
] Started Remount Root and Kernel File Systems.[
] Started Load Kernel Modules.
Starting Apply Kernel Variables...
Starting Rebuild Hardware Database...
Starting Rebuild Dynamic Linker Cache...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...[
] Started Apply Kernel Variables.[
] Started Create Static Device Nodes in /dev.[
6.304876] systemd-journald[97]: Received request to flush runtime journal from PID 1[
] Started Flush Journal to Persistent Storage.
Starting udev Kernel Device Manager...[
] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...[
] Mounted /var/volatile.[
] Mounted /media/ram.[
] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Rebuild Journal Catalog...
Starting Load/Save Random Seed...[
] Started Load/Save Random Seed.[
] Started Rebuild Journal Catalog.[
] Started udev Kernel Device Manager.[
] Started Create Volatile Files and Directories.
Starting Opkg first boot configure...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...[
] Started Network Time Synchronization.[
8.973500] random: nonblocking pool is initialized[
] Started Update UTMP about System Boot/Shutdown.[
] Reached target System Time Synchronized.
Starting Synchronize System and HW clocks...[FAILED] Failed to start Synchronize System and HW clocks.See 'systemctl status sync-clocks.service' for details.[
] Started Rebuild Dynamic Linker Cache.[
] Started Rebuild Hardware Database.
Starting Update is Completed...
Starting udev Coldplug all Devices...[
] Started Update is Completed.[
13.976581] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec[
] Found device /dev/ttyS0.[
14.142774] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0[
14.401300.usb-phy supply vcc not found, using dummy regulator[
] Started udev Coldplug all Devices.[
14.401b00.usb-phy supply vcc not found, using dummy regulator[
14.629064] omap_rng .rng: OMAP Random Number Generator ver. 20[
15.032101] omap-sham .sham: hw accel on OMAP rev 4.3[
15.198125]
remoteproc0: wkup_m3 is available[
15.247857]
remoteproc0: Note: remoteproc is still under development and considered experimental.[
15.335168]
remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.[
15.714818] omap-aes .aes: OMAP AES hw accel rev: 3.2[
15.972065]
remoteproc0: powering up wkup_m3[
15.977544]
remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148[
16.070704] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices[
16.126585]
remoteproc0: remote processor wkup_m3 is now up[
16.126612] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191[
16.147939] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 ![
16.276127] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 ![
16.362684] [drm] Initialized pvr 1.14.10701 on minor 1[
16.398651] asoc-simple-card sound: i2s-hifi &-& .mcasp mapping ok[
16.429652]
remoteproc1: 4a334000.pru0 is available[
16.511210]
remoteproc1: Note: remoteproc is still under development and considered experimental.[
16.521487] PM: bootloader does not support rtc-only![
] Found device /dev/ttyS3.[
16.632077]
remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.[
16.761728]
remoteproc1: registered virtio0 (type 7)[
16.842282] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully[
16.913949]
remoteproc2: 4a338000.pru1 is available[
16.935768]
remoteproc2: Note: remoteproc is still under development and considered experimental.[
16.969717]
remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.[
17.218962]
remoteproc2: registered virtio1 (type 7)[
17.248867] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully[
18.078167] EXT4-fs (mmcblk1p1): recovery complete[
18.096992] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)[
] Found device /dev/mmcblk0p1.[
] Started Opkg first boot configure.[
19.995379] usbcore: registered new interface driver usbfs[
20.000981] usbcore: registered new interface driver hub[
20.083743] usbcore: registered new device driver usb[
20.205569] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver[
20.211374] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 1[
20.337903] hub 1-0:1.0: USB hub found[
20.355344]
remoteproc1: powering up 4a334000.pru0[
20.375445] hub 1-0:1.0: 1 port detected[
20.390203]
remoteproc1: Booting fw image am335x-pru0-fw, size 75576[
20.430627] ti-pruss 4a300000.pruss: configured system_events = 0x0000 intr_channels = 0x host_intr = 0x[
20.513751]
remoteproc1: remote processor 4a334000.pru0 is now up[
20.520330] virtio_rpmsg_bus virtio0: creating channel rpmsg-pru addr 0x1e[
20.562236] virtio_rpmsg_bus virtio0: rpmsg host is online[
20.568178]
remoteproc2: powering up 4a338000.pru1[
20.584711]
remoteproc2: Booting fw image am335x-pru1-fw, size 75576[
20.591378] ti-pruss 4a300000.pruss: configured system_events = 0xc0000 intr_channels = 0x0000000a host_intr = 0x0000000a[
20.652474]
remoteproc2: remote processor 4a338000.pru1 is now up[
20.659040] virtio_rpmsg_bus virtio1: creating channel rpmsg-pru addr 0x1f[
20.682066] virtio_rpmsg_bus virtio1: rpmsg host is online[
20.733112] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru30[
20.744514] rpmsg_pru rpmsg1: new rpmsg_pru device: /dev/rpmsg_pru31[
] Reached target Sound Card.[
] Reached target System Initialization.[
] Listening on RPCbind Server Activation Socket.[
] Listening on D-Bus System Message Bus Socket.[
] Listening on dropbear.socket.[
] Started Daily Cleanup of Temporary Directories.[
] Reached target Timers.[
] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.[
] Reached target Sockets.[
] Reached target Basic System.
Starting Telephony service...
Starting Start USB gadget...[
] Started D-Bus System Message Bus.[
] Started Telephony service.
Starting Network Service...[
21.879934] Bluetooth: Core ver 2.21[
] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.[
21.923171] NET: Registered protocol family 31[
21.927660] Bluetooth: HCI device and connection manager initialized
Starting Save/Restore Sound Card State...[
21.957255] Bluetooth: HCI socket layer initialized[
21.962634] Bluetooth: L2CAP socket layer initialized[
21.967791] Bluetooth: SCO socket layer initialized
Starting uim-sysfs.service...[
] Started System Logging Service.
Starting Permit User Sessions...[
22.310100] using random self ethernet address[
22.381042] using random host ethernet address[
22.442125] using host ethernet address: 54:4A:16:C5:BE:4E[
22.447581] using random self ethernet address
Starting Login Service...
Starting Print notice about GPLv3 packages...[
22.551689] using random host ethernet address[
] Started Kernel Logging Service.[
22.622765] using host ethernet address: 54:4A:16:C5:BE:4E
Starting Avahi mDNS/DNS-SD Stack...[
22.739545] net eth0: initializing cpsw version 1.12 (0)[
22.825199] net eth0: initialized cpsw ale version 1.4[
22.863553] net eth0: ALE Table size 1024[
22.917615] net eth0: phy found : id is : 0x7c0f1[
22.968620] libphy: PHY 4a101000.mdio:01 not found[
23.042212] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19[
23.099835] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[
23.177904] NET: Registered protocol family 15[
23.189587] usb0: HOST MAC 54:4a:16:c5:be:4e[
23.228737] usb0: MAC fe:31:56:1d:d9:9e[
23.342549] Mass Storage Function, version: [
23.347740] LUN: removable file: (no medium)[
] Started Network Service.[
23.430865] LUN: removable read only file: /dev/mmcblk0p1[
] Started Save/Restore Sound Card State.[
] Started Permit User Sessions.[
23.483173] Number of LUNs=1[
23.498448] g_multi gadget: Multifunction Composite Gadget[
23.552863] g_multi gadget: g_multi ready[
] Found device /dev/ttyGS0.[
23.634109] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready[
23.985419] Initializing XFRM netlink socket[
] Started Start USB gadget.[
] Started Avahi mDNS/DNS-SD Stack.[
] Started Login Service.
Mounting Configuration File System...[
] Started Serial Getty on ttyGS0.[
] Started Serial Getty on ttyS3.[
] Started Getty on tty1.[
] Started Serial Getty on ttyS0.[
] Reached target Network.
Starting Network Name Resolution...
Starting Lightning Fast Webserver With Light System Requirements...[
] Mounted Configuration File System.[
] Started Network Name Resolution.[
] Started Lightning Fast Webserver With Light System Requirements.[
] Started uim-sysfs.service.
Starting rc.pvr.service...[
29.338512] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ][
] Started rc.pvr.service.**NOTICE: This file system contains the following GPLv3 packages:
cpp-symlinks
dosfstools
g++-symlinks
gcc-symlinks
gstreamer1.0-libav
libcairo-perf-utils
Starting weston.service...If you do not wish to distribute GPLv3 components please removethe above packages prior to distribution.
This can be done usingthe opkg remove command.
opkg remove &package&Where &package& is the name printed in the list aboveNOTE: If the package is a dependency of another package you
will be notified of the dependent packages.
You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well**[
] Started Print notice about GPLv3 packages.[
] Started weston.service.
Starting telnetd.service...[
] Started telnetd.service.
Starting busybox-udhcpd.service...
Starting thttpd.service...[
] Started busybox-udhcpd.service.[
] Started thttpd.service.
Starting rng-tools.service...[
] Started rng-tools.service.
Starting matrix-gui-2.0.service...[
] Started matrix-gui-2.0.service.
Starting thermal-zone-init.service...
Starting parse-ip.service...[
] Started thermal-zone-init.service.
||___ _| |
| .'| . | . |
| . | | | -|
||__||_| |,|
|| |_|| |||_|
||Arago Project
am335x-evm ttyS0Arago 2016.08 am335x-evm ttyS0am335x-evm login: rootroot@am335x-evm:~# ls /bin
wwwroot@am335x-evm:~#
执行命令:
shutdown -h now
关闭电源,可以防止意外断电导致文件系统损坏问题。
root@am335x-evm:~# shutdown -h now[
] Stopped target System Time Synchronized.
Stopping User Ma
Stopping Session c1 of user root.[
] Stopped target Swap.
Stopping Load/Save Random Seed...
Stopping Update UTMP about System Boot/Shutdown...[
] Stopped target Sound Card.[
] Stopped Update is Completed.[
] Stopped Rebuild Dynamic Linker Cache.[
] Stopped Rebuild Hardware Database.
Stopping Network Time Synchronization...[
] Stopped target Multi-User System.
Stopping thermal-zone-init.service...
Stopping strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf...
Stopping Kernel Logging Service...
Stopping System Logging Service...
Stopping Telephony service...
Stopping Network Name Resolution...
Stopping parse-ip.service...[
] Stopped Setup Virtual Console.
Stopping Lightning Fast Webserver With Light System Requirements...[
] Stopped target Login Prompts.
Stopping Getty on tty1...
Stopping Serial Getty on ttyS0...
Stopping Serial Getty on ttyGS0...
Stopping Avahi mDNS/DNS-SD Stack...[
] Stopped target Timers.[
] Stopped Daily Cleanup of Temporary Directories.
Stopping Serial Getty on ttyS3...
Stopping Save/Restore Sound Card State...[
] Stopped Rebuild Journal Catalog.[
] Stopped Network Time Synchronization.[
] Stopped Telephony service.[
] Stopped Avahi mDNS/DNS-SD Stack.[
] Stopped Serial Getty on ttyGS0.[
] Stopped System Logging Service.[
] Stopped Kernel Logging Service.[
] Stopped Getty on tty1.[
] Stopped Serial Getty on ttyS0.[
] Stopped Network Name Resolution.[
] Stopped Lightning Fast Webserver With Light System Requirements.[
] Stopped Serial Getty on ttyS3.[
] Stopped Session c1 of user root.[
] Stopped strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.[
] Stopped User Manager for UID 0.[
] Stopped Load/Save Random Seed.[
] Stopped thermal-zone-init.service.[
] Stopped parse-ip.service.[
] Stopped Save/Restore Sound Card State.[
] Stopped Update UTMP about System Boot/Shutdown.[
] Stopped User Manager for UID 0.
Stopping matrix-gui-2.0.service...[
] Removed slice User Slice of root.
Stopping Login Service...[
] Stopped target Network.
Stopping Network Service...[
] Removed slice system-getty.slice.
Stopping Start USB gadget...
Stopping Permit User Sessions...[
] Removed slice system-serial\x2dgetty.slice.[
] Stopped Create Volatile Files and Directories.[
] Stopped target Local File Systems.
Unmounting /run/media/mmcblk1p1...
Unmounting /var/volatile...
Unmounting /run/media/mmcblk0p1...
Unmounting /run/user/0...
Unmounting /media/ram...[
] Stopped Network Service.[
] Stopped Login Service.[
] Stopped matrix-gui-2.0.service.[
] Stopped Start USB gadget.[
] Stopped Permit User Sessions.[
] Unmounted /run/media/mmcblk1p1.[
] Unmounted /var/volatile.[
] Unmounted /run/media/mmcblk0p1.[
] Unmounted /run/user/0.[
] Unmounted /media/ram.[
] Stopped target Local File Systems (Pre).[
] Stopped Remount Root and Kernel File Systems.[
] Stopped Create Static Device Nodes in /dev.
Stopping rng-tools.service...[
] Stopped Apply Kernel Variables.[
] Stopped Load Kernel Modules.
Stopping D-Bus System Message Bus...[
] Stopped D-Bus System Message Bus.[
] Stopped rng-tools.service.
Stopping busybox-udhcpd.service...
Stopping thttpd.service...[
] Stopped busybox-udhcpd.service.[
] Stopped thttpd.service.
Stopping telnetd.service...[
] Stopped telnetd.service.
Stopping weston.service...[
] Stopped weston.service.[
] Stopped target Remote File Systems.
Stopping rc.pvr.service...[
] Stopped rc.pvr.service.
Stopping uim-sysfs.service...[
] Stopped uim-sysfs.service.[
] Stopped target Basic System.[
] Stopped target Sockets.[
] Closed Avahi mDNS/DNS-SD Stack Activation Socket.[
] Closed Syslog Socket.[
] Closed dropbear.socket.[
] Closed D-Bus System Message Bus Socket.[
] Closed RPCbind Server Activation Socket.[
] Stopped target Paths.[
] Stopped Forward Password Requests to Wall Directory Watch.[
] Stopped Dispatch Password Requests to Console Directory Watch.
Unmounting Temporary Directory...[
] Stopped target Slices.[
] Removed slice User and Session Slice.[
] Reached target Shutdown.[
462.199857] systemd-shutdown[1]: Sending SIGTERM to remaining processes...[
462.226656] systemd-journald[97]: Received SIGTERM from PID 1 (systemd-shutdow).[
472.252438] systemd-shutdown[1]: Sending SIGKILL to remaining processes...[
472.299024] systemd-shutdown[1]: Sending SIGKILL to PID 890 (rngd).[
472.321502] systemd-shutdown[1]: Unmounting file systems.[
472.329688] systemd-shutdown[1]: Remounting '/' read-only with options 'data=ordered'.[
478.124297] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered[
478.153706] systemd-shutdown[1]: Remounting '/' read-only with options 'data=ordered'.[
478.164969] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered[
478.171034] systemd-shutdown[1]: All filesystems unmounted.[
478.176858] systemd-shutdown[1]: Deactivating swaps.[
478.182628] systemd-shutdown[1]: All swaps deactivated.[
478.187940] systemd-shutdown[1]: Detaching loop devices.[
478.212910] systemd-shutdown[1]: All loop devices detached.[
478.218607] systemd-shutdown[1]: Detaching DM devices.[
478.225392] systemd-shutdown[1]: All DM devices detached.[
478.248611] systemd-shutdown[1]: Powering off.[
478.253690] musb-hdrc musb-hdrc.2.auto: remove, state 4[
478.259005] usb usb1: USB disconnect, device number 1[
478.265486] musb-hdrc musb-hdrc.2.auto: USB bus 1 deregistered[
478.281685] reboot: Power down[
478.285051] System will go to power_off state in approx. 1 second
等待板子上的灯都灭掉,就可以断电。

我要回帖

更多关于 使用tftp下载uboot 的文章

 

随机推荐