· 6 years ago · Oct 21, 2019, 07:44 PM
13
2U-Boot SPL 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15)
3Trying to boot from MMC
4bad magic
5
6
7U-Boot 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15 -0500), Build: jenkins-github_Bootloader-Builder-351
8
9 Watchdog enabled
10I2C: ready
11DRAM: 512 MiB
12Reset Source: Power-on reset has occurred.
13MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
14Using default environment
15
16Net: <ethaddr> not set. Validating first E-fuse MAC
17cpsw, usb_ether
18Press SPACE to abort autoboot in 2 seconds
19Card did not respond to voltage select!
20gpio: pin 56 (gpio 56) value is 0
21gpio: pin 55 (gpio 55) value is 0
22gpio: pin 54 (gpio 54) value is 0
23gpio: pin 53 (gpio 53) value is 1
24Card did not respond to voltage select!
25Card did not respond to voltage select!
26switch to partitions #0, OK
27mmc1(part 0) is current device
28Scanning mmc 1:1...
29gpio: pin 56 (gpio 56) value is 0
30gpio: pin 55 (gpio 55) value is 0
31gpio: pin 54 (gpio 54) value is 0
32gpio: pin 53 (gpio 53) value is 1
33switch to partitions #0, OK
34mmc1(part 0) is current device
35gpio: pin 54 (gpio 54) value is 1
36Checking for: /uEnv.txt ...
37Checking for: /boot.scr ...
38Checking for: /boot/boot.scr ...
39Checking for: /boot/uEnv.txt ...
40gpio: pin 55 (gpio 55) value is 1
411182 bytes read in 15 ms (76.2 KiB/s)
42Loaded environment from /boot/uEnv.txt
43Checking if uname_r is set in /boot/uEnv.txt...
44gpio: pin 56 (gpio 56) value is 1
45Running uname_boot ...
46loading /boot/vmlinuz-4.4.9-ti-r25 ...
477833256 bytes read in 447 ms (16.7 MiB/s)
48loading /boot/dtbs/4.4.9-ti-r25/am335x-boneblack.dtb ...
4960958 bytes read in 28 ms (2.1 MiB/s)
50loading /boot/initrd.img-4.4.9-ti-r25 ...
514761957 bytes read in 277 ms (16.4 MiB/s)
52debug: [console=ttyO0,115200n8 root=UUID=c7ea2771-652f-468e-b91d-d881349c2be9 ro rootfstype=ext4 rootwait init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh] ...
53debug: [bootz 0x82000000 0x88080000:48a965 0x88000000] ...
54Kernel image @ 0x82000000 [ 0x000000 - 0x7786a8 ]
55## Flattened Device Tree blob at 88000000
56 Booting using the fdt blob at 0x88000000
57 Loading Ramdisk to 8fb75000, end 8ffff965 ... OK
58 Loading Device Tree to 8fb63000, end 8fb74e1d ... OK
59
60Starting kernel ...
61
62[ 0.000000] Booting Linux on physical CPU 0x0
63[ 0.000000] Initializing cgroup subsys cpuset
64[ 0.000000] Initializing cgroup subsys cpu
65[ 0.000000] Initializing cgroup subsys cpuacct
66[ 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
67[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
68[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
69[ 0.000000] Machine model: TI AM335x BeagleBone Black
70[ 0.000000] cma: Reserved 24 MiB at 0x9e000000
71[ 0.000000] Memory policy: Data cache writeback
72[ 0.000000] CPU: All CPU(s) started in SVC mode.
73[ 0.000000] AM335X ES2.1 (sgx neon )
74[ 0.000000] PERCPU: Embedded 13 pages/cpu @df923000 s24320 r8192 d20736 u53248
75[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408
76[ 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
77[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
78[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
79[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
80[ 0.000000] Memory: 474080K/522240K available (7344K kernel code, 914K rwdata, 3704K rodata, 604K init, 907K bss, 23584K reserved, 24576K cma-reserved, 0K highmem)
81[ 0.000000] Virtual kernel memory layout:
82[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
83[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
84[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
85[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
86[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
87[ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
88[ 0.000000] .text : 0xc0008000 - 0xc0ad2480 (11050 kB)
89[ 0.000000] .init : 0xc0ad3000 - 0xc0b6a000 ( 604 kB)
90[ 0.000000] .data : 0xc0b6a000 - 0xc0c4e818 ( 915 kB)
91[ 0.000000] .bss : 0xc0c51000 - 0xc0d33de8 ( 908 kB)
92[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
93[ 0.000000] Hierarchical RCU implementation.
94[ 0.000000] Build-time adjustment of leaf fanout to 32.
95[ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
96[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
97[ 0.000000] NR_IRQS:16 nr_irqs:16 16
98[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
99[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
100[ 0.000011] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
101[ 0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
102[ 0.000042] OMAP clocksource: timer1 at 24000000 Hz
103[ 0.000224] Console: colour dummy device 80x30
104[ 0.000249] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
105[ 0.000256] This ensures that you still see kernel messages. Please
106[ 0.000262] update your kernel commandline.
107[ 0.000280] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
108[ 0.046947] pid_max: default: 32768 minimum: 301
109[ 0.047079] Security Framework initialized
110[ 0.047092] Yama: becoming mindful.
111[ 0.047124] AppArmor: AppArmor disabled by boot time parameter
112[ 0.047281] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
113[ 0.047292] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
114[ 0.048066] Initializing cgroup subsys io
115[ 0.048094] Initializing cgroup subsys memory
116[ 0.048133] Initializing cgroup subsys devices
117[ 0.048150] Initializing cgroup subsys freezer
118[ 0.048165] Initializing cgroup subsys net_cls
119[ 0.048179] Initializing cgroup subsys perf_event
120[ 0.048193] Initializing cgroup subsys net_prio
121[ 0.048208] Initializing cgroup subsys pids
122[ 0.048266] CPU: Testing write buffer coherency: ok
123[ 0.048317] ftrace: allocating 34073 entries in 67 pages
124[ 0.133460] CPU0: thread -1, cpu 0, socket -1, mpidr 0
125[ 0.133582] Setting up static identity map for 0x80008240 - 0x8000828c
126[ 0.136972] Brought up 1 CPUs
127[ 0.136994] SMP: Total of 1 processors activated (995.32 BogoMIPS).
128[ 0.137001] CPU: All CPU(s) started in SVC mode.
129[ 0.138422] devtmpfs: initialized
130[ 0.157059] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
131[ 0.174928] omap_hwmod: debugss: _wait_target_disable failed
132[ 0.228721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
133[ 0.230777] xor: measuring software checksum speed
134[ 0.266948] arm4regs : 1221.000 MB/sec
135[ 0.306946] 8regs : 1094.000 MB/sec
136[ 0.346944] 32regs : 1093.000 MB/sec
137[ 0.386944] neon : 1754.000 MB/sec
138[ 0.386951] xor: using function: neon (1754.000 MB/sec)
139[ 0.387050] pinctrl core: initialized pinctrl subsystem
140[ 0.389015] NET: Registered protocol family 16
141[ 0.391679] DMA: preallocated 256 KiB pool for atomic coherent allocations
142[ 0.392887] cpuidle: using governor ladder
143[ 0.392908] cpuidle: using governor menu
144[ 0.397857] OMAP GPIO hardware version 0.1
145[ 0.409848] No ATAGs?
146[ 0.409878] hw-breakpoint: debug architecture 0x4 unsupported.
147[ 0.410415] omap4_sram_init:Unable to allocate sram needed to handle errata I688
148[ 0.410427] omap4_sram_init:Unable to get sram pool needed to handle errata I688
149[ 0.487098] raid6: int32x1 gen() 269 MB/s
150[ 0.555032] raid6: int32x1 xor() 236 MB/s
151[ 0.623052] raid6: int32x2 gen() 356 MB/s
152[ 0.690969] raid6: int32x2 xor() 269 MB/s
153[ 0.759031] raid6: int32x4 gen() 405 MB/s
154[ 0.827033] raid6: int32x4 xor() 259 MB/s
155[ 0.895091] raid6: int32x8 gen() 359 MB/s
156[ 0.962945] raid6: int32x8 xor() 231 MB/s
157[ 1.030972] raid6: neonx1 gen() 1460 MB/s
158[ 1.098954] raid6: neonx1 xor() 845 MB/s
159[ 1.166951] raid6: neonx2 gen() 1882 MB/s
160[ 1.234945] raid6: neonx2 xor() 1171 MB/s
161[ 1.302961] raid6: neonx4 gen() 1975 MB/s
162[ 1.370954] raid6: neonx4 xor() 1203 MB/s
163[ 1.438947] raid6: neonx8 gen() 1211 MB/s
164[ 1.506983] raid6: neonx8 xor() 672 MB/s
165[ 1.506990] raid6: using algorithm neonx4 gen() 1975 MB/s
166[ 1.506997] raid6: .... xor() 1203 MB/s, rmw enabled
167[ 1.507003] raid6: using intx1 recovery algorithm
168[ 1.516127] edma 49000000.edma: TI EDMA DMA engine driver
169[ 1.520852] SCSI subsystem initialized
170[ 1.521570] usbcore: registered new interface driver usbfs
171[ 1.521651] usbcore: registered new interface driver hub
172[ 1.521751] usbcore: registered new device driver usb
173[ 1.522335] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
174[ 1.522382] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
175[ 1.522503] media: Linux media interface: v0.10
176[ 1.522565] Linux video capture interface: v2.00
177[ 1.522656] pps_core: LinuxPPS API ver. 1 registered
178[ 1.522663] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
179[ 1.522690] PTP clock support registered
180[ 1.523596] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
181[ 1.524873] NetLabel: Initializing
182[ 1.524884] NetLabel: domain hash size = 128
183[ 1.524890] NetLabel: protocols = UNLABELED CIPSOv4
184[ 1.524946] NetLabel: unlabeled traffic allowed by default
185[ 1.525269] clocksource: Switched to clocksource timer1
186[ 1.631283] NET: Registered protocol family 2
187[ 1.632041] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
188[ 1.632088] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
189[ 1.632147] TCP: Hash tables configured (established 4096 bind 4096)
190[ 1.632213] UDP hash table entries: 256 (order: 1, 8192 bytes)
191[ 1.632234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
192[ 1.632525] NET: Registered protocol family 1
193[ 1.633052] RPC: Registered named UNIX socket transport module.
194[ 1.633065] RPC: Registered udp transport module.
195[ 1.633072] RPC: Registered tcp transport module.
196[ 1.633078] RPC: Registered tcp NFSv4.1 backchannel transport module.
197[ 1.633738] Unpacking initramfs...
198[ 1.969248] Freeing initrd memory: 4652K (cfb75000 - d0000000)
199[ 1.969920] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
200[ 1.972468] futex hash table entries: 256 (order: 2, 16384 bytes)
201[ 1.972580] audit: initializing netlink subsys (disabled)
202[ 1.972654] audit: type=2000 audit(1.908:1): initialized
203[ 1.982873] zbud: loaded
204[ 1.983515] VFS: Disk quotas dquot_6.6.0
205[ 1.983761] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
206[ 1.986472] NFS: Registering the id_resolver key type
207[ 1.986536] Key type id_resolver registered
208[ 1.986544] Key type id_legacy registered
209[ 1.986569] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
210[ 1.986900] fuse init (API version 7.23)
211[ 1.987520] SGI XFS with ACLs, security attributes, realtime, no debug enabled
212[ 1.995213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
213[ 1.995441] io scheduler noop registered
214[ 1.995456] io scheduler deadline registered
215[ 1.995517] io scheduler cfq registered (default)
216[ 1.996847] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
217[ 1.998528] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
218[ 1.999739] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
219[ 2.002912] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
220[ 2.885079] console [ttyS0] enabled
221[ 2.890088] [drm] Initialized drm 1.1.0 20060810
222[ 2.945345] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
223[ 2.951509] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
224[ 2.958063] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
225[ 2.971553] libphy: 4a101000.mdio: probed
226[ 2.975699] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
227[ 2.985796] cpsw 4a100000.ethernet: Detected MACID = c8:df:84:d8:8e:8d
228[ 2.994288] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
229[ 3.001013] ehci-platform: EHCI generic platform driver
230[ 3.006493] ehci-omap: OMAP-EHCI Host Controller driver
231[ 3.012187] usbcore: registered new interface driver usb-storage
232[ 3.019808] 47401300.usb-phy supply vcc not found, using dummy regulator
233[ 3.029979] 47401b00.usb-phy supply vcc not found, using dummy regulator
234[ 3.038944] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
235[ 3.044788] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
236[ 3.052914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
237[ 3.059766] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
238[ 3.067040] usb usb1: Product: MUSB HDRC host driver
239[ 3.072039] usb usb1: Manufacturer: Linux 4.4.9-ti-r25 musb-hcd
240[ 3.077999] usb usb1: SerialNumber: musb-hdrc.1.auto
241[ 3.083806] hub 1-0:1.0: USB hub found
242[ 3.087718] hub 1-0:1.0: 1 port detected
243[ 3.100790] mousedev: PS/2 mouse device common for all mice
244[ 3.108797] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
245[ 3.116847] i2c /dev entries driver
246[ 3.122012] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
247[ 3.129809] omap_hsmmc 48060000.mmc: Got CD GPIO
248[ 3.198701] hidraw: raw HID events driver (C) Jiri Kosina
249[ 3.204959] usbcore: registered new interface driver usbhid
250[ 3.210600] usbhid: USB HID core driver
251[ 3.214761] ashmem: initialized
252[ 3.218970] remoteproc0: wkup_m3 is available
253[ 3.223492] remoteproc0: Note: remoteproc is still under development and considered experimental.
254[ 3.232522] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
255[ 3.249973] NET: Registered protocol family 10
256[ 3.257123] mip6: Mobile IPv6
257[ 3.262249] NET: Registered protocol family 17
258[ 3.266896] Key type dns_resolver registered
259[ 3.271227] mpls_gso: MPLS GSO support
260[ 3.275293] omap_voltage_late_init: Voltage driver support not added
261[ 3.282596] PM: Cannot get wkup_m3_ipc handle
262[ 3.287185] ThumbEE CPU extension supported.
263[ 3.291569] Registering SWP/SWPB emulation handler
264[ 3.297527] registered taskstats version 1
265[ 3.301846] zswap: loaded using pool lzo/zbud
266[ 3.308696] mmc1: MAN_BKOPS_EN bit is not set
267[ 3.314013] Btrfs loaded
268[ 3.320800] mmc1: new high speed MMC card at address 0001
269[ 3.333951] mmcblk0: mmc1:0001 M62704 3.56 GiB
270[ 3.339472] mmcblk0boot0: mmc1:0001 M62704 partition 1 2.00 MiB
271[ 3.351419] mmcblk0boot1: mmc1:0001 M62704 partition 2 2.00 MiB
272[ 3.362927] mmcblk0: p1
273[ 3.368616] Key type encrypted registered
274[ 3.375539] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
275[ 3.406704] tps65217 0-0024: TPS65217 ID 0xe version 1.2
276[ 3.412610] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
277[ 3.419797] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
278[ 3.426995] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
279[ 3.434373] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
280[ 3.441686] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
281[ 3.449009] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
282[ 3.455974] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
283[ 3.462616] remoteproc0: powering up wkup_m3
284[ 3.467162] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 219735
285[ 3.474713] remoteproc0: remote processor wkup_m3 is now up
286[ 3.480406] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
287[ 3.491897] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,000C,1837BBBG0390'
288[ 3.499232] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
289[ 3.545278] bone_capemgr bone_capemgr: slot #0: No cape found
290[ 3.589273] bone_capemgr bone_capemgr: slot #1: No cape found
291[ 3.633273] bone_capemgr bone_capemgr: slot #2: No cape found
292[ 3.677275] bone_capemgr bone_capemgr: slot #3: No cape found
293[ 3.683156] bone_capemgr bone_capemgr: initialized OK.
294[ 3.690040] PM: bootloader does not support rtc-only!
295[ 3.695730] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
296[ 3.704519] of_cfs_init
297[ 3.707103] of_cfs_init: OK
298[ 3.716209] Freeing unused kernel memory: 604K (c0ad3000 - c0b6a000)
299Loading, please wait...
300[ 3.910616] systemd-udevd[104]: starting version 215
301[ 3.922538] random: systemd-udevd urandom read with 27 bits of entropy available
302Begin: Loading essential drivers ... done.
303Begin: Running /scripts/init-premount ... done.
304Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
305Begin: Running /scripts/local-premount ... done.
306Begin: Will now check root file system ... fsck from util-linux 2.25.2
307fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/mmcblk0p1
308fsck exited with status code 8
309done.
310Warning: File system check failed but did not detect errors
311[ 9.694663] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
312done.
313Begin: Running /scripts/local-bottom ... done.
314Begin: Running /scripts/init-bottom ... done.
315-----------------------------
316Starting eMMC Flasher from microSD media
317Version: [1.20160222: deal with v4.4.x+ back to old eeprom location...]
318-----------------------------
319Checking for Valid bbb-eeprom header
320Valid bbb-eeprom header found [335]
321-----------------------------
322copying: [/dev/mmcblk0] -> [/dev/mmcblk1]
323lsblk:
324NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
325mmcblk0boot0 179:8 0 2M 1 disk
326mmcblk0boot1 179:16 0 2M 1 disk
327mmcblk0 179:0 0 3.6G 0 disk
328`-mmcblk0p1 179:1 0 3.6G 0 part /
329-----------------------------
330df -h | grep rootfs:
331-----------------------------
332Error: [/dev/mmcblk1] does not exist
333writing to [/dev/mmcblk1] failed...
334[ 15.313500] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
335[ 15.313500]
336[ 15.322694] CPU: 0 PID: 1 Comm: init-eMMC-flash Not tainted 4.4.9-ti-r25 #1
337[ 15.329683] Hardware name: Generic AM33XX (Flattened Device Tree)
338[ 15.335841] [<c0015b61>] (unwind_backtrace) from [<c00123f5>] (show_stack+0x11/0x14)
339[ 15.343633] [<c00123f5>] (show_stack) from [<c03c9023>] (dump_stack+0x73/0x80)
340[ 15.350895] [<c03c9023>] (dump_stack) from [<c00f240d>] (panic+0xbd/0x1e8)
341[ 15.357807] [<c00f240d>] (panic) from [<c00342dd>] (do_exit+0x7d5/0x7f4)
342[ 15.364540] [<c00342dd>] (do_exit) from [<c0034355>] (do_group_exit+0x2d/0x8c)
343[ 15.371794] [<c0034355>] (do_group_exit) from [<c00343c7>] (SyS_exit_group+0x13/0x14)
344[ 15.379667] [<c00343c7>] (SyS_exit_group) from [<c000ec41>] (ret_fast_syscall+0x1/0x52)
345[ 15.387717] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
346[ 15.387717]
347[ 29.325285] random: nonblocking pool is initialized