Advertisement
boris_aronshtam

Flashing

Oct 21st, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.51 KB | None | 0 0
  1.  
  2. U-Boot SPL 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15)
  3. Trying to boot from MMC
  4. bad magic
  5.  
  6.  
  7. U-Boot 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15 -0500), Build: jenkins-github_Bootloader-Builder-351
  8.  
  9. Watchdog enabled
  10. I2C: ready
  11. DRAM: 512 MiB
  12. Reset Source: Power-on reset has occurred.
  13. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  14. Using default environment
  15.  
  16. Net: <ethaddr> not set. Validating first E-fuse MAC
  17. Could not get PHY for cpsw: addr 0
  18. cpsw, usb_ether
  19. Press SPACE to abort autoboot in 2 seconds
  20. switch to partitions #0, OK
  21. mmc0 is current device
  22. Scanning mmc 0:1...
  23. gpio: pin 56 (gpio 56) value is 0
  24. gpio: pin 55 (gpio 55) value is 0
  25. gpio: pin 54 (gpio 54) value is 0
  26. gpio: pin 53 (gpio 53) value is 1
  27. switch to partitions #0, OK
  28. mmc0 is current device
  29. gpio: pin 54 (gpio 54) value is 1
  30. Failed to iterate over directory fstab
  31. Checking for: /uEnv.txt ...
  32. Checking for: /boot.scr ...
  33. Checking for: /boot/boot.scr ...
  34. Checking for: /boot/uEnv.txt ...
  35. ** Invalid partition 2 **
  36. ** Invalid partition 3 **
  37. ** Invalid partition 4 **
  38. ** Invalid partition 5 **
  39. ** Invalid partition 6 **
  40. ** Invalid partition 7 **
  41. switch to partitions #0, OK
  42. mmc1(part 0) is current device
  43. Scanning mmc 1:1...
  44. gpio: pin 56 (gpio 56) value is 0
  45. gpio: pin 55 (gpio 55) value is 0
  46. gpio: pin 54 (gpio 54) value is 0
  47. gpio: pin 53 (gpio 53) value is 1
  48. switch to partitions #0, OK
  49. mmc1(part 0) is current device
  50. gpio: pin 54 (gpio 54) value is 1
  51. Checking for: /uEnv.txt ...
  52. Checking for: /boot.scr ...
  53. Checking for: /boot/boot.scr ...
  54. Checking for: /boot/uEnv.txt ...
  55. gpio: pin 55 (gpio 55) value is 1
  56. 1182 bytes read in 14 ms (82 KiB/s)
  57. Loaded environment from /boot/uEnv.txt
  58. Checking if uname_r is set in /boot/uEnv.txt...
  59. gpio: pin 56 (gpio 56) value is 1
  60. Running uname_boot ...
  61. loading /boot/vmlinuz-4.4.9-ti-r25 ...
  62. 7833256 bytes read in 447 ms (16.7 MiB/s)
  63. loading /boot/dtbs/4.4.9-ti-r25/am335x-boneblack.dtb ...
  64. 60958 bytes read in 28 ms (2.1 MiB/s)
  65. loading /boot/initrd.img-4.4.9-ti-r25 ...
  66. 4761957 bytes read in 277 ms (16.4 MiB/s)
  67. debug: [console=ttyO0,115200n8 root=UUID=c7ea2771-652f-468e-b91d-d881349c2be9 ro rootfstype=ext4 rootwait init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh] ...
  68. debug: [bootz 0x82000000 0x88080000:48a965 0x88000000] ...
  69. Kernel image @ 0x82000000 [ 0x000000 - 0x7786a8 ]
  70. ## Flattened Device Tree blob at 88000000
  71. Booting using the fdt blob at 0x88000000
  72. Loading Ramdisk to 8fb75000, end 8ffff965 ... OK
  73. Loading Device Tree to 8fb63000, end 8fb74e1d ... OK
  74.  
  75. Starting kernel ...
  76.  
  77. [ 0.000000] Booting Linux on physical CPU 0x0
  78. [ 0.000000] Initializing cgroup subsys cpuset
  79. [ 0.000000] Initializing cgroup subsys cpu
  80. [ 0.000000] Initializing cgroup subsys cpuacct
  81. [ 0.000000] Linux version 4.4.9-ti-r25 (root@b3-jetson-tk1-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Thu May 5 23:08:13 UTC 2016
  82. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  83. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  84. [ 0.000000] Machine model: TI AM335x BeagleBone Black
  85. [ 0.000000] cma: Reserved 24 MiB at 0x9e000000
  86. [ 0.000000] Memory policy: Data cache writeback
  87. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  88. [ 0.000000] AM335X ES2.1 (sgx neon )
  89. [ 0.000000] PERCPU: Embedded 13 pages/cpu @df923000 s24320 r8192 d20736 u53248
  90. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408
  91. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=UUID=c7ea2771-652f-468e-b91d-d881349c2be9 ro rootfstype=ext4 rootwait init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
  92. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  93. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  94. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  95. [ 0.000000] Memory: 474080K/522240K available (7344K kernel code, 914K rwdata, 3704K rodata, 604K init, 907K bss, 23584K reserved, 24576K cma-reserved, 0K highmem)
  96. [ 0.000000] Virtual kernel memory layout:
  97. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  98. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  99. [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
  100. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  101. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  102. [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  103. [ 0.000000] .text : 0xc0008000 - 0xc0ad2480 (11050 kB)
  104. [ 0.000000] .init : 0xc0ad3000 - 0xc0b6a000 ( 604 kB)
  105. [ 0.000000] .data : 0xc0b6a000 - 0xc0c4e818 ( 915 kB)
  106. [ 0.000000] .bss : 0xc0c51000 - 0xc0d33de8 ( 908 kB)
  107. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  108. [ 0.000000] Hierarchical RCU implementation.
  109. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  110. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  111. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  112. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  113. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  114. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  115. [ 0.000010] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  116. [ 0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  117. [ 0.000041] OMAP clocksource: timer1 at 24000000 Hz
  118. [ 0.000223] Console: colour dummy device 80x30
  119. [ 0.000248] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  120. [ 0.000255] This ensures that you still see kernel messages. Please
  121. [ 0.000261] update your kernel commandline.
  122. [ 0.000279] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  123. [ 0.046945] pid_max: default: 32768 minimum: 301
  124. [ 0.047080] Security Framework initialized
  125. [ 0.047093] Yama: becoming mindful.
  126. [ 0.047125] AppArmor: AppArmor disabled by boot time parameter
  127. [ 0.047280] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  128. [ 0.047293] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  129. [ 0.048072] Initializing cgroup subsys io
  130. [ 0.048100] Initializing cgroup subsys memory
  131. [ 0.048139] Initializing cgroup subsys devices
  132. [ 0.048155] Initializing cgroup subsys freezer
  133. [ 0.048171] Initializing cgroup subsys net_cls
  134. [ 0.048184] Initializing cgroup subsys perf_event
  135. [ 0.048198] Initializing cgroup subsys net_prio
  136. [ 0.048212] Initializing cgroup subsys pids
  137. [ 0.048266] CPU: Testing write buffer coherency: ok
  138. [ 0.048316] ftrace: allocating 34073 entries in 67 pages
  139. [ 0.133439] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  140. [ 0.133559] Setting up static identity map for 0x80008240 - 0x8000828c
  141. [ 0.136954] Brought up 1 CPUs
  142. [ 0.136975] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  143. [ 0.136983] CPU: All CPU(s) started in SVC mode.
  144. [ 0.138410] devtmpfs: initialized
  145. [ 0.157041] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  146. [ 0.174915] omap_hwmod: debugss: _wait_target_disable failed
  147. [ 0.228671] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  148. [ 0.230730] xor: measuring software checksum speed
  149. [ 0.266946] arm4regs : 1221.000 MB/sec
  150. [ 0.306945] 8regs : 1094.000 MB/sec
  151. [ 0.346942] 32regs : 1093.000 MB/sec
  152. [ 0.386943] neon : 1757.000 MB/sec
  153. [ 0.386951] xor: using function: neon (1757.000 MB/sec)
  154. [ 0.387045] pinctrl core: initialized pinctrl subsystem
  155. [ 0.389003] NET: Registered protocol family 16
  156. [ 0.391669] DMA: preallocated 256 KiB pool for atomic coherent allocations
  157. [ 0.392887] cpuidle: using governor ladder
  158. [ 0.392905] cpuidle: using governor menu
  159. [ 0.397849] OMAP GPIO hardware version 0.1
  160. [ 0.409894] No ATAGs?
  161. [ 0.409923] hw-breakpoint: debug architecture 0x4 unsupported.
  162. [ 0.410462] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  163. [ 0.410475] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  164. [ 0.487144] raid6: int32x1 gen() 269 MB/s
  165. [ 0.555002] raid6: int32x1 xor() 236 MB/s
  166. [ 0.623049] raid6: int32x2 gen() 356 MB/s
  167. [ 0.690992] raid6: int32x2 xor() 269 MB/s
  168. [ 0.759028] raid6: int32x4 gen() 405 MB/s
  169. [ 0.827031] raid6: int32x4 xor() 259 MB/s
  170. [ 0.895089] raid6: int32x8 gen() 359 MB/s
  171. [ 0.962948] raid6: int32x8 xor() 231 MB/s
  172. [ 1.030953] raid6: neonx1 gen() 1459 MB/s
  173. [ 1.098977] raid6: neonx1 xor() 846 MB/s
  174. [ 1.166949] raid6: neonx2 gen() 1881 MB/s
  175. [ 1.234943] raid6: neonx2 xor() 1164 MB/s
  176. [ 1.302970] raid6: neonx4 gen() 1975 MB/s
  177. [ 1.370949] raid6: neonx4 xor() 1204 MB/s
  178. [ 1.438946] raid6: neonx8 gen() 1211 MB/s
  179. [ 1.506958] raid6: neonx8 xor() 672 MB/s
  180. [ 1.506965] raid6: using algorithm neonx4 gen() 1975 MB/s
  181. [ 1.506971] raid6: .... xor() 1204 MB/s, rmw enabled
  182. [ 1.506978] raid6: using intx1 recovery algorithm
  183. [ 1.516070] edma 49000000.edma: TI EDMA DMA engine driver
  184. [ 1.520800] SCSI subsystem initialized
  185. [ 1.521524] usbcore: registered new interface driver usbfs
  186. [ 1.521603] usbcore: registered new interface driver hub
  187. [ 1.521698] usbcore: registered new device driver usb
  188. [ 1.522278] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
  189. [ 1.522325] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
  190. [ 1.522445] media: Linux media interface: v0.10
  191. [ 1.522507] Linux video capture interface: v2.00
  192. [ 1.522598] pps_core: LinuxPPS API ver. 1 registered
  193. [ 1.522606] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  194. [ 1.522633] PTP clock support registered
  195. [ 1.523531] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  196. [ 1.524828] NetLabel: Initializing
  197. [ 1.524839] NetLabel: domain hash size = 128
  198. [ 1.524845] NetLabel: protocols = UNLABELED CIPSOv4
  199. [ 1.524903] NetLabel: unlabeled traffic allowed by default
  200. [ 1.525229] clocksource: Switched to clocksource timer1
  201. [ 1.631126] NET: Registered protocol family 2
  202. [ 1.631878] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  203. [ 1.631926] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  204. [ 1.631984] TCP: Hash tables configured (established 4096 bind 4096)
  205. [ 1.632052] UDP hash table entries: 256 (order: 1, 8192 bytes)
  206. [ 1.632074] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  207. [ 1.632365] NET: Registered protocol family 1
  208. [ 1.632898] RPC: Registered named UNIX socket transport module.
  209. [ 1.632910] RPC: Registered udp transport module.
  210. [ 1.632917] RPC: Registered tcp transport module.
  211. [ 1.632923] RPC: Registered tcp NFSv4.1 backchannel transport module.
  212. [ 1.633576] Unpacking initramfs...
  213. [ 1.969210] Freeing initrd memory: 4652K (cfb75000 - d0000000)
  214. [ 1.969886] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  215. [ 1.972409] futex hash table entries: 256 (order: 2, 16384 bytes)
  216. [ 1.972522] audit: initializing netlink subsys (disabled)
  217. [ 1.972600] audit: type=2000 audit(1.908:1): initialized
  218. [ 1.982836] zbud: loaded
  219. [ 1.983482] VFS: Disk quotas dquot_6.6.0
  220. [ 1.983728] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  221. [ 1.986434] NFS: Registering the id_resolver key type
  222. [ 1.986496] Key type id_resolver registered
  223. [ 1.986504] Key type id_legacy registered
  224. [ 1.986529] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  225. [ 1.986860] fuse init (API version 7.23)
  226. [ 1.987480] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  227. [ 1.995195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  228. [ 1.995427] io scheduler noop registered
  229. [ 1.995442] io scheduler deadline registered
  230. [ 1.995501] io scheduler cfq registered (default)
  231. [ 1.996829] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  232. [ 1.998510] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  233. [ 1.999729] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  234. [ 2.002899] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
  235. [ 2.885068] console [ttyS0] enabled
  236. [ 2.890074] [drm] Initialized drm 1.1.0 20060810
  237. [ 2.945299] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  238. [ 2.951468] davinci_mdio 4a101000.mdio: detected phy mask fffffffb
  239. [ 2.958021] davinci_mdio: dt: updated phy_id[2] from phy_mask[fffffffb]
  240. [ 2.971555] libphy: 4a101000.mdio: probed
  241. [ 2.975699] davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver SMSC LAN8710/LAN8720
  242. [ 2.985785] cpsw 4a100000.ethernet: Detected MACID = c8:df:84:d8:8e:8d
  243. [ 2.994273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  244. [ 3.001009] ehci-platform: EHCI generic platform driver
  245. [ 3.006494] ehci-omap: OMAP-EHCI Host Controller driver
  246. [ 3.012187] usbcore: registered new interface driver usb-storage
  247. [ 3.019801] 47401300.usb-phy supply vcc not found, using dummy regulator
  248. [ 3.029980] 47401b00.usb-phy supply vcc not found, using dummy regulator
  249. [ 3.038936] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  250. [ 3.044784] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  251. [ 3.052906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  252. [ 3.059756] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  253. [ 3.067028] usb usb1: Product: MUSB HDRC host driver
  254. [ 3.072028] usb usb1: Manufacturer: Linux 4.4.9-ti-r25 musb-hcd
  255. [ 3.077987] usb usb1: SerialNumber: musb-hdrc.1.auto
  256. [ 3.083796] hub 1-0:1.0: USB hub found
  257. [ 3.087702] hub 1-0:1.0: 1 port detected
  258. [ 3.100790] mousedev: PS/2 mouse device common for all mice
  259. [ 3.108834] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  260. [ 3.116884] i2c /dev entries driver
  261. [ 3.122106] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  262. [ 3.129901] omap_hsmmc 48060000.mmc: Got CD GPIO
  263. [ 3.198684] hidraw: raw HID events driver (C) Jiri Kosina
  264. [ 3.204886] usbcore: registered new interface driver usbhid
  265. [ 3.210568] usbhid: USB HID core driver
  266. [ 3.214749] ashmem: initialized
  267. [ 3.217980] mmc0: host does not support reading read-only switch, assuming write-enable
  268. [ 3.226944] remoteproc0: wkup_m3 is available
  269. [ 3.231469] remoteproc0: Note: remoteproc is still under development and considered experimental.
  270. [ 3.240502] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  271. [ 3.254222] mmc0: new high speed SDHC card at address 0007
  272. [ 3.260000] NET: Registered protocol family 10
  273. [ 3.266036] mmcblk0: mmc0:0007 SQFSD 3.71 GiB
  274. [ 3.271303] mip6: Mobile IPv6
  275. [ 3.275143] NET: Registered protocol family 17
  276. [ 3.279775] mmcblk0: p1
  277. [ 3.283251] Key type dns_resolver registered
  278. [ 3.287726] mpls_gso: MPLS GSO support
  279. [ 3.291798] omap_voltage_late_init: Voltage driver support not added
  280. [ 3.299197] PM: Cannot get wkup_m3_ipc handle
  281. [ 3.303784] ThumbEE CPU extension supported.
  282. [ 3.308143] Registering SWP/SWPB emulation handler
  283. [ 3.315154] registered taskstats version 1
  284. [ 3.321535] zswap: loaded using pool lzo/zbud
  285. [ 3.332824] Btrfs loaded
  286. [ 3.356621] Key type encrypted registered
  287. [ 3.363708] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  288. [ 3.372922] mmc1: MAN_BKOPS_EN bit is not set
  289. [ 3.380965] mmc1: new high speed MMC card at address 0001
  290. [ 3.387358] mmcblk1: mmc1:0001 M62704 3.56 GiB
  291. [ 3.392415] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
  292. [ 3.399937] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
  293. [ 3.408208] mmcblk1: p1
  294. [ 3.417080] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  295. [ 3.423111] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  296. [ 3.430380] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  297. [ 3.437683] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  298. [ 3.445026] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  299. [ 3.452337] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  300. [ 3.459622] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  301. [ 3.466585] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  302. [ 3.473304] remoteproc0: powering up wkup_m3
  303. [ 3.477760] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 219735
  304. [ 3.485317] remoteproc0: remote processor wkup_m3 is now up
  305. [ 3.491010] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
  306. [ 3.501772] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,000C,1837BBBG0390'
  307. [ 3.509100] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
  308. [ 3.557239] bone_capemgr bone_capemgr: slot #0: No cape found
  309. [ 3.601233] bone_capemgr bone_capemgr: slot #1: No cape found
  310. [ 3.645232] bone_capemgr bone_capemgr: slot #2: No cape found
  311. [ 3.689232] bone_capemgr bone_capemgr: slot #3: No cape found
  312. [ 3.695101] bone_capemgr bone_capemgr: initialized OK.
  313. [ 3.701998] PM: bootloader does not support rtc-only!
  314. [ 3.707674] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
  315. [ 3.716464] of_cfs_init
  316. [ 3.719049] of_cfs_init: OK
  317. [ 3.728155] Freeing unused kernel memory: 604K (c0ad3000 - c0b6a000)
  318. Loading, please wait...
  319. [ 4.012579] systemd-udevd[106]: starting version 215
  320. [ 4.023842] random: systemd-udevd urandom read with 34 bits of entropy available
  321. Begin: Loading essential drivers ... done.
  322. Begin: Running /scripts/init-premount ... done.
  323. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  324. Begin: Running /scripts/local-premount ... done.
  325. Begin: Will now check root file system ... fsck from util-linux 2.25.2
  326. fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/mmcblk1p1
  327. fsck exited with status code 8
  328. done.
  329. Warning: File system check failed but did not detect errors
  330. [ 9.858894] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
  331. done.
  332. Begin: Running /scripts/local-bottom ... done.
  333. Begin: Running /scripts/init-bottom ... done.
  334. -----------------------------
  335. Starting eMMC Flasher from microSD media
  336. Version: [1.20160222: deal with v4.4.x+ back to old eeprom location...]
  337. -----------------------------
  338. Checking for Valid bbb-eeprom header
  339. Valid bbb-eeprom header found [335]
  340. -----------------------------
  341. copying: [/dev/mmcblk1] -> [/dev/mmcblk0]
  342. lsblk:
  343. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  344. mmcblk1boot0 179:16 0 2M 1 disk
  345. mmcblk1boot1 179:24 0 2M 1 disk
  346. mmcblk0 179:0 0 3.7G 0 disk
  347. `-mmcblk0p1 179:1 0 896M 0 part
  348. mmcblk1 179:8 0 3.6G 0 disk
  349. `-mmcblk1p1 179:9 0 3.6G 0 part /
  350. -----------------------------
  351. df -h | grep rootfs:
  352. -----------------------------
  353. Erasing: /dev/mmcblk0
  354. 108+0 records in
  355. 108+0 records out
  356. 113246208 bytes (113 MB) copied, 10.5306 s, 10.8 MB/s
  357. [ 27.613318] random: nonblocking pool is initialized
  358. 108+0 records in
  359. 108+0 records out
  360. 113246208 bytes (113 MB) copied, 5.69158 s, 19.9 MB/s
  361. Erasing: /dev/mmcblk0 complete
  362. -----------------------------
  363. Writing bootloader to [/dev/mmcblk0]
  364. dd if=/opt/backup/uboot/MLO of=/dev/mmcblk0 count=1 seek=1 conv=notrunc bs=128k
  365. -----------------------------
  366. 0+1 records in
  367. 0+1 records out
  368. 65812 bytes (66 kB) copied, 0.0911729 s, 722 kB/s
  369. -----------------------------
  370. dd if=/opt/backup/uboot/u-boot.img of=/dev/mmcblk0 count=2 seek=1 conv=notrunc bs=384k
  371. -----------------------------
  372. 0+1 records in
  373. 0+1 records out
  374. 350184 bytes (350 kB) copied, 0.0420083 s, 8.3 MB/s
  375. -----------------------------
  376. Formatting: /dev/mmcblk0
  377. sfdisk: [sfdisk from util-linux 2.25.2]
  378. sfdisk: [sfdisk --force --Linux --in-order --unit M /dev/mmcblk0]
  379. sfdisk: [1,,L,*]
  380. sfdisk: Checking that no-one is using this disk right now ...
  381. sfdisk: O[ 31.975238] mmcblk0: p1
  382. K
  383.  
  384. Disk /dev/mmcblk0: 121472 cylinders, 4 heads, 16 sectors/track
  385. sfdisk: /dev/mmcblk0: unrecognized partition table type
  386. Old situation:
  387. sfdisk: No partitions found
  388. New situation:
  389. Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0
  390.  
  391. Device Boot Start End MiB #blocks Id System
  392. /dev/mmcblk0p1 * 1 3795 3795 3886080 83 Linux
  393. /dev/mmcblk0p2 0 - 0 0 0 Empty
  394. /dev/mmcblk0p3 0 - 0 0 0 Empty
  395. /dev/mmcblk0p4 0 - 0 0 0 Empty
  396. Successfully wrote the new partition table
  397.  
  398. Re-reading the partition table ...
  399.  
  400. sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
  401. to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
  402. (See fdisk(8).)
  403. mkfs.ext4 /dev/mmcblk0p1 -L BOOT
  404. -----------------------------
  405. mke2fs 1.42.12 (29-Aug-2014)
  406. Discarding device blocks: done
  407. Creating filesystem with 971520 4k blocks and 242880 inodes
  408. Filesystem UUID: b36f6d16-842e-4672-8ad6-5179ec9af362
  409. Superblock backups stored on blocks:
  410. 32768, 98304, 163840, 229376, 294912, 819200, 884736
  411.  
  412. Allocating group tables: done
  413. Writing inode tables: done
  414. Creating journal (16384 blocks): done
  415. Writing superblocks and filesystem accounting information: done
  416.  
  417. -----------------------------
  418. Formatting: /dev/mmcblk0 complete
  419. -----------------------------
  420. Copying: /dev/mmcblk1p1 -> /dev/mmcblk0p1
  421. [ 42.446922] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  422. rsync: / -> /tmp/rootfs/
  423. Copying: Kernel modules
  424. rsync: /lib/modules/4.4.9-ti-r25/ -> /tmp/rootfs/lib/modules/4.4.9-ti-r25/
  425. Copying: /dev/mmcblk1p1 -> /dev/mmcblk0p1 complete
  426. -----------------------------
  427. Final System Tweaks:
  428. UUID=b36f6d16-842e-4672-8ad6-5179ec9af362
  429. Generating: /etc/fstab
  430. # /etc/fstab: static file system information.
  431. #
  432. UUID=b36f6d16-842e-4672-8ad6-5179ec9af362 / ext4 noatime,errors=remount-ro 0 1
  433. debugfs /sys/kernel/debug debugfs defaults 0 0
  434. /boot/uEnv.txt: disabling eMMC flasher script
  435. #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
  436.  
  437. uname_r=4.4.9-ti-r25
  438. ###uuid=
  439. #dtb=
  440.  
  441. ##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..)
  442.  
  443. ##BeagleBone Black: HDMI (Audio/Video) disabled:
  444. #dtb=am335x-boneblack-emmc-overlay.dtb
  445.  
  446. ##BeagleBone Black: eMMC disabled:
  447. #dtb=am335x-boneblack-hdmi-overlay.dtb
  448.  
  449. ##BeagleBone Black: HDMI Audio/eMMC disabled:
  450. #dtb=am335x-boneblack-nhdmi-overlay.dtb
  451.  
  452. ##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:
  453. #dtb=am335x-boneblack-overlay.dtb
  454.  
  455. ##BeagleBone Black: wl1835
  456. #dtb=am335x-boneblack-wl1835mod.dtb
  457.  
  458. ##BeagleBone Green: eMMC disabled
  459. #dtb=am335x-bonegreen-overlay.dtb
  460.  
  461. cmdline=coherent_pool=1M quiet cape_universal=enable
  462.  
  463. #In the event of edid real failures, uncomment this next line:
  464. #cmdline=coherent_pool=1M quiet cape_universal=enable video=HDMI-A-1:1024x768@60e
  465.  
  466. ##Example v3.8.x
  467. #cape_disable=capemgr.disable_partno=
  468. #cape_enable=capemgr.enable_partno=
  469.  
  470. ##Example v4.1.x
  471. #cape_disable=bone_capemgr.disable_partno=
  472. #cape_enable=bone_capemgr.enable_partno=
  473.  
  474. ##enable Generic eMMC Flasher:
  475. #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
  476.  
  477. #uuid=c7ea2771-652f-468e-b91d-d881349c2be9
  478. uuid=b36f6d16-842e-4672-8ad6-5179ec9af362
  479. -----------------------------
  480. Syncing: /dev/mmcblk0
  481. /opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh: line 350: 169 Terminated cylon_leds
  482. 100000+0 records in
  483. 100000+0 records out
  484. 51200000 bytes (51 MB) copied, 2.54625 s, 20.1 MB/s
  485. Syncing: /dev/mmcblk0 complete
  486. -----------------------------
  487. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  488. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  489. udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=59260,mode=755)
  490. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  491. tmpfs on /run type tmpfs (rw,nosuid,relatime,size=100784k,mode=755)
  492. /dev/mmcblk1p1 on / type ext4 (ro,relatime,data=ordered)
  493. eMMC has been flashed: please wait for device to power down.
  494. -----------------------------
  495. [ 765.126007] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  496. [ 765.139839] systemd[1]: Detected architecture 'arm'.
  497.  
  498. Welcome to Debian GNU/Linux 8 (jessie)!
  499.  
  500. [ 765.158703] systemd[1]: Set hostname to <beaglebone>.
  501. [ 765.505926] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  502. [ 765.514324] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  503. [ 765.522171] systemd[1]: Expecting device dev-ttyS0.device...
  504. Expecting device dev-ttyS0.device...
  505. [ 765.537444] systemd[1]: Starting Remote File Systems (Pre).
  506. [ OK ] Reached target Remote File Systems (Pre).
  507. [ 765.549373] systemd[1]: Reached target Remote File Systems (Pre).
  508. [ 765.555830] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  509. [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
  510. [ 765.577379] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  511. [ 765.587068] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  512. [ 765.595500] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  513. [ 765.603686] systemd[1]: Starting Paths.
  514. [ OK ] Reached target Paths.
  515. [ 765.613350] systemd[1]: Reached target Paths.
  516. [ 765.617891] systemd[1]: Starting Encrypted Volumes.
  517. [ OK ] Reached target Encrypted Volumes.
  518. [ 765.629338] systemd[1]: Reached target Encrypted Volumes.
  519. [ 765.634919] systemd[1]: Starting Swap.
  520. [ OK ] Reached target Swap.
  521. [ 765.645329] systemd[1]: Reached target Swap.
  522. [ 765.649773] systemd[1]: Starting Root Slice.
  523. [ OK ] Created slice Root Slice.
  524. [ 765.661370] systemd[1]: Created slice Root Slice.
  525. [ 765.666259] systemd[1]: Starting User and Session Slice.
  526. [ OK ] Created slice User and Session Slice.
  527. [ 765.685362] systemd[1]: Created slice User and Session Slice.
  528. [ 765.691328] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  529. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  530. [ 765.709375] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  531. [ 765.716529] systemd[1]: Starting Delayed Shutdown Socket.
  532. [ OK ] Listening on Delayed Shutdown Socket.
  533. [ 765.729346] systemd[1]: Listening on Delayed Shutdown Socket.
  534. [ 765.735283] systemd[1]: Starting Journal Socket (/dev/log).
  535. [ OK ] Listening on Journal Socket (/dev/log).
  536. [ 765.749388] systemd[1]: Listening on Journal Socket (/dev/log).
  537. [ 765.755545] systemd[1]: Starting udev Control Socket.
  538. [ OK ] Listening on udev Control Socket.
  539. [ 765.773352] systemd[1]: Listening on udev Control Socket.
  540. [ 765.778966] systemd[1]: Starting udev Kernel Socket.
  541. [ OK ] Listening on udev Kernel Socket.
  542. [ 765.789349] systemd[1]: Listening on udev Kernel Socket.
  543. [ 765.794896] systemd[1]: Starting Journal Socket.
  544. [ OK ] Listening on Journal Socket.
  545. [ 765.805345] systemd[1]: Listening on Journal Socket.
  546. [ 765.810634] systemd[1]: Starting System Slice.
  547. [ OK ] Created slice System Slice.
  548. [ 765.821414] systemd[1]: Created slice System Slice.
  549. [ 765.826642] systemd[1]: Starting File System Check on Root Device...
  550. Starting File System Check on Root Device...
  551. [ 765.844801] systemd[1]: Starting system-getty.slice.
  552. [ OK ] Created slice system-getty.slice.
  553. [ 765.865675] systemd[1]: Created slice system-getty.slice.
  554. [ 765.879007] systemd[1]: Starting system-serial\x2dgetty.slice.
  555. [ OK ] Created slice system-serial\x2dgetty.slice.
  556. [ 765.894047] systemd[1]: Created slice system-serial\x2dgetty.slice.
  557. [ 765.908151] systemd[1]: Starting Increase datagram queue length...
  558. Starting Increase datagram queue length...
  559. [ 765.920295] systemd[1]: Mounted Huge Pages File System.
  560. [ 765.939525] systemd[1]: Started Set Up Additional Binary Formats.
  561. [ 765.970283] systemd[1]: Starting Load Kernel Modules...
  562. Starting Load Kernel Modules...
  563. [ 765.994229] systemd[1]: Starting udev Coldplug all Devices...
  564. Starting udev Coldplug all Devices...
  565. [ 766.024969] systemd[1]: Mounting POSIX Message Queue File System...
  566. Mounting POSIX Message Queue File System...
  567. [ 766.073925] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  568. Starting Create list of required static device nodes...rrent kernel...
  569. [ 766.150847] systemd[1]: Starting Slices.
  570. [ OK ] Reached target Slices.
  571. [ 766.177628] systemd[1]: Reached target Slices.
  572. [ OK ] Mounted POSIX Message Queue File System.
  573. [ 766.201660] systemd[1]: Mounted POSIX Message Queue File System.
  574. [ OK ] Started File System Check on Root Device.
  575. [ 766.217434] systemd[1]: Started File System Check on Root Device.
  576. [ OK ] Started Increase datagram queue length.
  577. [ 766.233581] systemd[1]: Started Increase datagram queue length.
  578. [ OK ] Started Load Kernel Modules.
  579. [ 766.249564] systemd[1]: Started Load Kernel Modules.
  580. [ OK ] Started Create list of required static device nodes ...current kernel.
  581. [ 766.281647] systemd[1]: Started Create list of required static device nodes for the current kernel.
  582. [ OK ] Started udev Coldplug all Devices.
  583. [ 766.405455] systemd[1]: Started udev Coldplug all Devices.
  584. [ 766.561750] systemd[1]: Starting Create Static Device Nodes in /dev...
  585. Starting Create Static Device Nodes in /dev...
  586. [ 766.582171] systemd[1]: Mounting Configuration File System...
  587. Mounting Configuration File System...
  588. [ 766.609079] systemd[1]: Mounting FUSE Control File System...
  589. Mounting FUSE Control File System...
  590. [ 766.661088] systemd[1]: Starting Apply Kernel Variables...
  591. Starting Apply Kernel Variables...
  592. [ 766.696843] systemd[1]: Starting Syslog Socket.
  593. [ OK ] Listening on Syslog Socket.
  594. [ 766.717618] systemd[1]: Listening on Syslog Socket.
  595. [ 766.726069] systemd[1]: Starting Journal Service...
  596. Starting Journal Service...
  597. [ OK ] Started Journal Service.
  598. [ 766.751652] systemd[1]: Started Journal Service.
  599. [ OK ] Mounted FUSE Control File System.
  600. [ OK ] Mounted Configuration File System.
  601. [ OK ] Started Create Static Device Nodes in /dev.
  602. [ OK ] Started Apply Kernel Variables.
  603. [ 766.907460] systemd-fsck[6750]: BOOT: clean, 137734/233856 files, 881644/933632 blocks
  604. Starting udev Kernel Device Manager...
  605. [ 767.064160] systemd-udevd[6790]: starting version 215
  606. [ OK ] Started udev Kernel Device Manager.
  607. Starting Copy rules generated while the root was ro...
  608. Starting LSB: Set preliminary keymap...
  609. Starting LSB: Tune IDE hard disks...
  610. [ OK ] Started Copy rules generated while the root was ro.
  611. [ OK ] Started LSB: Set preliminary keymap.
  612. [ OK ] Started LSB: Tune IDE hard disks.
  613. Starting Remount Root and Kernel File Systems...
  614. [ 767.572821] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
  615. [ OK ] Started Remount Root and Kernel File Systems.
  616. Starting Load/Save Random Seed...
  617. [ OK ] Reached target Local File Systems (Pre).
  618. Mounting /sys/kernel/debug...
  619. [ OK ] Started Load/Save Random Seed.
  620. [ OK ] Mounted /sys/kernel/debug.
  621. [ OK ] Reached target Local File Systems.
  622. Starting Create Volatile Files and Directories...
  623. [ OK ] Reached target Remote File Systems.
  624. Starting Trigger Flushing of Journal to Persistent Storage...
  625. Starting LSB: Set console font and keymap...
  626. [ OK ] Started LSB: Set console font and keymap...
  627. [ OK ] Started Create Volatile Files and Directories.
  628. [ 768.247393] systemd-journald[6788]: Received request to flush runtime journal from PID 1
  629. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  630. Starting Network Time Synchronization...
  631. Starting Update UTMP about System Boot/Shutdown...
  632. [ OK ] Started Network Time Synchronization.
  633. [ OK ] Started Update UTMP about System Boot/Shutdown.
  634. [ OK ] Found device /dev/ttyS0.
  635. [ OK ] Reached target System Time Synchronized.
  636. [ OK ] Started LSB: Raise network interfaces..
  637. [ OK ] Reached target System Initialization.
  638. [ OK ] Listening on cloud9.socket.
  639. [ OK ] Listening on node-red.socket.
  640. [ OK ] Listening on bonescript.socket.
  641. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  642. [ OK ] Listening on D-Bus System Message Bus Socket.
  643. [ OK ] Reached target Sockets.
  644. [ OK ] Reached target Timers.
  645. Starting Restore Sound Card State...
  646. [ OK ] Reached target Basic System.
  647. Starting Entropy daemon using the HAVEGE algorithm...
  648. [ OK ] Started Entropy daemon using the HAVEGE algorithm.
  649. Starting Bonescript autorun...
  650. [ OK ] Started Bonescript autorun.
  651. [ OK ] Started Regular background program processing daemon.n...
  652. Starting Generic Board Startup...
  653. Starting Restore /etc/resolv.conf if the system cras...s shut down....
  654. Starting Cape Manager Service...
  655. Starting Login Service...
  656. Starting LSB: Load kernel modules needed to enable cpufreq scaling...
  657. Starting LSB: Start busybox udhcpd at boot time...
  658. Starting LSB: Start daemon at boot time...
  659. Starting Avahi mDNS/DNS-SD Stack...
  660. Starting D-Bus System Message Bus...
  661. [ OK ] Started D-Bus System Message Bus.
  662. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  663. Starting System Logging Service...
  664. Starting Permit User Sessions...
  665. [ OK ] Started Restore Sound Card State.
  666. [ OK ] Started Restore /etc/resolv.conf if the system crash...was shut down..
  667. [ OK ] Started Cape Manager Service.
  668. [ OK ] Started LSB: Start busybox udhcpd at boot time.
  669. [ OK ] Started LSB: Start daemon at boot time.
  670. [ OK ] Started Permit User Sessions.
  671. [ OK ] Started System Logging Service.
  672. [ 771.072257] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  673. [ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
  674. [ 771.331440] net eth0: initializing cpsw version 1.12 (0)
  675. [ 771.378220] net eth0: phy found : id is : 0x7c0f1
  676. [ 771.429796] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  677. [ 771.705389] tda998x 0-0070: found TDA19988
  678. [ 771.882243] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
  679. [ 772.098990] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  680. [ 772.105766] [drm] No driver support for vblank timestamp query.
  681. [ 772.511625] tilcdc 4830e000.lcdc: No connectors reported connected with modes
  682. [ 772.795229] [drm] Cannot find any crtc or sizes - going 1024x768
  683. Starting Synchronise Hardware Clock to System Clock...
  684. [ OK ] Stopped target System Time Synchronized.
  685. [ OK ] Stopped Update UTMP about System Runlevel Changes.
  686. [ OK ] Stopped target Graphical Interface.
  687. [ OK ] Stopped Light Display Manager.
  688. Stopping Entropy daemon using the HAVEGE algorithm...
  689. [ OK ] Stopped target Multi-User System.
  690. Stopping Bonescript autorun...
  691. Stopping Regular background program processing daemon...
  692. [ OK ] Stopped BB WL18xx Bluetooth Service.
  693. [ OK ] Stopped OpenBSD Secure Shell server.
  694. [ OK ] Stopped BB WL18xx wlan0 Service.
  695. Stopping Generic Board Startup...
  696. [ 773.185768] Console: switching to colour frame buffer device 128x48
  697. [ 773.223499] tilcdc 4830e000.lcdc: fb0: frame buffer device
  698. [ 773.231196] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  699. [ 773.242369] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
  700. [ 773.245412] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  701. [ 773.248254] remoteproc1: 4a334000.pru0 is available
  702. [ 773.248260] remoteproc1: Note: remoteproc is still under development and considered experimental.
  703. [ 773.248264] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  704. [ 773.258425] remoteproc1: Direct firmware load for am335x-pru0-fw failed with error -2
  705. [ 773.258442] remoteproc1: failed to load am335x-pru0-fw
  706. [ 773.276203] pru-rproc 4a334000.pru0: booting the PRU core manually
  707. [ 773.276214] remoteproc1: powering up 4a334000.pru0
  708. [ 773.276281] remoteproc1: Direct firmware load for am335x-pru0-fw failed with error -2
  709. [ 773.276291] remoteproc1: request_firmware failed: -2
  710. [ 773.276297] pru-rproc 4a334000.pru0: rproc_boot failed
  711. [ 773.276414] remoteproc1: releasing 4a334000.pru0
  712. [ 773.276540] pru-rproc: probe of 4a334000.pru0 failed with error -2
  713. [ 773.276886] remoteproc1: 4a338000.pru1 is available
  714. [ 773.276891] remoteproc1: Note: remoteproc is still under development and considered experimental.
  715. [ 773.276894] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  716. [ 773.277154] remoteproc1: Direct firmware load for am335x-pru1-fw failed with error -2
  717. [ 773.277166] remoteproc1: failed to load am335x-pru1-fw
  718. [ 773.288656] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  719. [ 773.289018] pru-rproc 4a338000.pru1: booting the PRU core manually
  720. [ 773.289027] remoteproc1: powering up 4a338000.pru1
  721. [ 773.289092] remoteproc1: Direct firmware load for am335x-pru1-fw failed with error -2
  722. [ 773.289102] remoteproc1: request_firmware failed: -2
  723. [ 773.289108] pru-rproc 4a338000.pru1: rproc_boot failed
  724. [ 773.289441] remoteproc1: releasing 4a338000.pru1
  725. [ 773.289568] pru-rproc: probe of 4a338000.pru1 failed with error -2
  726. Stopping Login Service...
  727. [ OK ] Stopped target Login Prompts.
  728. [ OK ] Stopped Getty on tty1.
  729. [ OK ] Removed slice system-getty.slice.
  730. [ OK ] Stopped Serial Getty on ttyS0.
  731. [ OK ] Removed slice system-serial\x2dgetty.slice.
  732. [ OK ] Stopped /etc/rc.local Compatibility.
  733. [ OK ] Stopped LSB: set CPUFreq kernel parameters.
  734. [ OK ] Stopped LSB: Apache2 web server.
  735. Stopping LSB: Load kernel modules needed to enable cpufreq scaling...
  736. Stopping LSB: Start busybox udhcpd at boot time...
  737. [ 773.842879] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
  738. [ OK ] Stopped LSB: Advanced IEEE 802.11 management daemon.
  739. [ OK ] Stopped target Network is Online.
  740. [ OK ] Stopped Wait for network to be configured by ConnMan.
  741. [ OK ] Stopped target Network.
  742. Stopping Connection service...
  743. Stopping LSB: Start daemon at boot time...
  744. Stopping Avahi mDNS/DNS-SD Stack...
  745. Stopping System Logging Service...
  746. Stopping Permit User Sessions...
  747. Starting Store Sound Card State...
  748. [ OK ] Stopped Entropy daemon using the HAVEGE algorithm.
  749. [ OK ] Stopped Regular background program processing daemon.
  750. [ OK ] Stopped Generic Board Startup.
  751. [ OK ] Stopped Login Service.
  752. [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
  753. [ OK ] Stopped Connection service.
  754. [ OK ] Stopped System Logging Service.
  755. [ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.
  756. [ OK ] Stopped LSB: Start busybox udhcpd at boot time.
  757. [ OK ] Stopped LSB: Start daemon at boot time.
  758. [ OK ] Stopped Permit User Sessions.
  759. [ OK ] Started Store Sound Card State.
  760. [ OK ] Started Synchronise Hardware Clock to System Clock.
  761. [ OK ] Stopped target Remote File Systems.
  762. [ OK ] Stopped target Remote File Systems (Pre).
  763. Stopping D-Bus System Message Bus...
  764. [ OK ] Stopped D-Bus System Message Bus.
  765. [ OK ] Stopped target Basic System.
  766. [ OK ] Stopped target Slices.
  767. [ OK ] Removed slice User and Session Slice.
  768. [ OK ] Stopped target Paths.
  769. [ OK ] Stopped target Timers.
  770. [ OK ] Stopped target Sockets.
  771. [ OK ] Closed cloud9.socket.
  772. [ OK ] Closed node-red.socket.
  773. [ OK ] Closed bonescript.socket.
  774. [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
  775. [ OK ] Closed Syslog Socket.
  776. [ OK ] Closed D-Bus System Message Bus Socket.
  777. [ OK ] Stopped target System Initialization.
  778. Stopping Network Time Synchronization...
  779. [ OK ] Stopped target Encrypted Volumes.
  780. Stopping Apply Kernel Variables...
  781. [ OK ] Stopped Apply Kernel Variables.
  782. Stopping Load Kernel Modules...
  783. [ OK ] Stopped Load Kernel Modules.
  784. Stopping Update UTMP about System Boot/Shutdown...
  785. Stopping LSB: Raise network interfaces....
  786. [ OK ] Stopped target Swap.
  787. [ OK ] Stopped Network Time Synchronization.
  788. [ OK ] Stopped Update UTMP about System Boot/Shutdown.
  789. [ OK ] Stopped LSB: Raise network interfaces..
  790. Stopping Load/Save Random Seed...
  791. Stopping Create Volatile Files and Directories...
  792. [ OK ] Stopped Create Volatile Files and Directories.
  793. [ OK ] Stopped target Local File Systems.
  794. Unmounting /sys/kernel/debug...
  795. [ OK ] Stopped Load/Save Random Seed.
  796. [ OK ] Unmounted /sys/kernel/debug.
  797. [ OK ] Reached target Unmount All Filesystems.
  798. [ OK ] Stopped target Local File Systems (Pre).
  799. Stopping Create Static Device Nodes in /dev...
  800. [ OK ] Stopped Create Static Device Nodes in /dev.
  801. Stopping Remount Root and Kernel File Systems...
  802. [ OK ] Stopped Remount Root and Kernel File Systems.
  803. [ OK ] Reached target Shutdown.
  804. [ OK ] Reached target Final Step.
  805. Starting Power-Off...
  806. [ 776.136591] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
  807. [ 776.169142] systemd-journald[6788]: Received SIGTERM from PID 1 (systemd-shutdow).
  808. [ 776.213446] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
  809. [ 776.239111] systemd-shutdown[1]: Unmounting file systems.
  810. [ 776.246022] systemd-shutdown[1]: Unmounting /sys/fs/fuse/connections.
  811. [ 776.252871] systemd-shutdown[1]: Unmounting /sys/kernel/config.
  812. [ 776.259018] systemd-shutdown[1]: Unmounting /dev/mqueue.
  813. [ 776.293509] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null)
  814. [ 776.405186] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null)
  815. [ 776.410890] EXT4-fs (mmcblk1p1): re-mounted. Opts: (null)
  816. [ 776.416485] systemd-shutdown[1]: All filesystems unmounted.
  817. [ 776.422193] systemd-shutdown[1]: Deactivating swaps.
  818. [ 776.427590] systemd-shutdown[1]: All swaps deactivated.
  819. [ 776.432969] systemd-shutdown[1]: Detaching loop devices.
  820. [ 776.440699] systemd-shutdown[1]: All loop devices detached.
  821. [ 776.446484] systemd-shutdown[1]: Detaching DM devices.
  822. [ 776.452224] systemd-shutdown[1]: All DM devices detached.
  823. [ 776.466001] systemd-shutdown[1]: Powering off.
  824. [ 776.488566] musb-hdrc musb-hdrc.1.auto: remove, state 4
  825. [ 776.493907] usb usb1: USB disconnect, device number 1
  826. [ 776.499767] musb-hdrc musb-hdrc.1.auto: USB bus 1 deregistered
  827. [ 776.506456] reboot: Power down
  828. [ 776.509674] System will go to power_off state in approx. 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement