================================================================================ Starting eMMC Flasher from microSD media Version: [1.20180412: all ssh regneration override...] ================================================================================ ================================================================================ Prepare environment for flashing Starting at Sat Jan 1 00:00:26 UTC 2000 ---------------------------------------- ==> Giving system time to stablize... 5 4 3 2 1 ==> Preparing /tmp ==> Preparing sysctl ==> sysctl: vm.min_free_kbytes=[2654] ==> sysctl: setting: [sysctl -w vm.min_free_kbytes=16384] vm.min_free_kbytes = 16384 ---------------------------------------- ==> Determining root drive ==> console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh ---------------------------------------- ==> root_drive=[/dev/mmcblk0p1] ====> Root drive identified at [/dev/mmcblk0p1] ==> Boot Drive [/dev/mmcblk0p1] ==> Figuring out Source and Destination devices ====> Source identified: [/dev/mmcblk0] ====> Destination identified: [/dev/mmcblk1] ==> Figuring out machine ====> Machine is TI_AM335x_BeagleBone_Black ====> Machine is compatible with BeagleBone Black ================================================================================ 5 4 3 2 1 ======================================== Checking for Valid bbb-eeprom header ==> Valid bbb-eeprom header found [335] ======================================== ================================================================================ Checking running system ==> Copying: [/dev/mmcblk0] -> [/dev/mmcblk1] ==> lsblk: ---------------------------------------- NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT mmcblk0 179:0 0 14.9G 0 disk `-mmcblk0p1 179:1 0 3.3G 0 part / mmcblk1 179:8 0 3.6G 0 disk |-mmcblk1p1 179:9 0 70.6M 0 part `-mmcblk1p2 179:10 0 3.5G 0 part mmcblk1boot0 179:16 0 2M 1 disk mmcblk1boot1 179:24 0 2M 1 disk mmcblk1rpmb 179:32 0 128K 0 disk ---------------------------------------- ==> df -h | grep rootfs: ---------------------------------------- ==> Giving you time to check... 10 9 8 7 6 5 4 3 2 1 ================================================================================ ================================================================================ Preparing drives ---------------------------------------- ==> Erasing: /dev/mmcblk1 ---------------------------------------- [ 54.828795] random: crng init done [ 54.832245] random: 7 urandom warning(s) missed due to ratelimiting 108+0 records in 108+0 records out 113246208 bytes (113 MB, 108 MiB) copied, 13.3465 s, 8.5 MB/s ---------------------------------------- 108+0 records in 108+0 records out 113246208 bytes (113 MB, 108 MiB) copied, 2.78874 s, 40.6 MB/s ---------------------------------------- ==> Erasing: /dev/mmcblk1 complete ---------------------------------------- ---------------------------------------- ==> Loading /boot/SOC.sh ************************************************************ #!/bin/sh format=1.0 board=am335x_evm bootloader_location=dd_spl_uboot_boot bootrom_gpt= dd_spl_uboot_count=1 dd_spl_uboot_seek=1 dd_spl_uboot_conf=notrunc dd_spl_uboot_bs=128k dd_spl_uboot_backup=/opt/backup/uboot/MLO dd_uboot_count=2 dd_uboot_seek=1 dd_uboot_conf=notrunc dd_uboot_bs=384k dd_uboot_backup=/opt/backup/uboot/u-boot.img boot_fstype=ext4 conf_boot_startmb=4 conf_boot_endmb= sfdisk_fstype=L boot_label=BOOT rootfs_label=rootfs #Kernel dtb= serial_tty=ttyO0 usbnet_mem= #Advanced options #disable_ssh_regeneration=true ************************************************************ ==> Loaded ---------------------------------------- ================================================================================ Writing bootloader to [/dev/mmcblk1] ---------------------------------------- ==> Figuring out options for SPL U-Boot copy ... ===> Will use : count=1 seek=1 conv=notrunc bs=128k ==> Figuring out options for U-Boot copy ... ===> Will use : count=2 seek=1 conv=notrunc bs=384k ==> Copying SPL U-Boot with dd if=/opt/backup/uboot/MLO of=/dev/mmcblk1 count=1 seek=1 conv=notrunc bs=128k ------------------------------------------------------------ 0+1 records in 0+1 records out 90932 bytes (91 kB, 89 KiB) copied, 0.0163727 s, 5.6 MB/s ------------------------------------------------------------ ==> Copying U-Boot with dd if=/opt/backup/uboot/u-boot.img of=/dev/mmcblk1 count=2 seek=1 conv=notrunc bs=384k ------------------------------------------------------------ 1+1 records in 1+1 records out 447372 bytes (447 kB, 437 KiB) copied, 0.0708843 s, 6.3 MB/s ------------------------------------------------------------ Writing bootloader completed ================================================================================ ================================================================================ Partitionning /dev/mmcblk1 ---------------------------------------- sfdisk: [2.26.x or greater] ==> sfdisk parameters: sfdisk: [sfdisk from util-linux 2.29.2] sfdisk: [sfdisk --force /dev/mmcblk1] sfdisk: [4M,,L,*] ==> Partitionning ------------------------------------------------------------ Checking that no-one is using this disk right now ... OK Disk /dev/mmcblk1: 3.6 GiB, 3867148288 bytes, 7553024 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes >>> Created a new DOS disklabel with disk identifier 0xac04103a. /dev/mmcblk1p1: Created a new partition 1 of type 'Linux' and of size 3.6 GiB. /dev/mmcblk1p2: Done. New situation: Device Boot St[ 67.112127] mmcblk1: p1 art End Sectors Size Id Type /dev/mmcblk1p1 * 8192 7553023 7544832 3.6G 83 Linux The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. ------------------------------------------------------------ ==> Partitionning Completed ==> Generated Partitions: ------------------------------------------------------------ Disk /dev/mmcblk1: 3.6 GiB, 3867148288 bytes, 7553024 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xac04103a Device Boot Start End Sectors Size Id Type /dev/mmcblk1p1 * 8192 7553023 7544832 3.6G 83 Linux ------------------------------------------------------------ ================================================================================ ================================================================================ Preparing future rootfs to receive files ---------------------------------------- ==> Formatting rootfs with mkfs.ext4 -O ^metadata_csum,^64bit /dev/mmcblk1p1 -L rootfs -------------------------------------------------------------------------------- mke2fs 1.43.4 (31-Jan-2017) ext2fs_check_if_mount: Can't check if filesystem is mounted due to missing mtab file while determining whether /dev/mmcblk1p1 is mounted. Discarding device blocks: done Creating filesystem with 943104 4k blocks and 236176 inodes Filesystem UUID: 019ca9a9-1da5-477b-a367-80e8d15a1580 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: done Writing inode tables: done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: done -------------------------------------------------------------------------------- ==> Formatting rootfs: /dev/mmcblk1p1 complete ==> Creating temporary rootfs directory (/tmp/rootfs) ==> Mounting /dev/mmcblk1p1 to /tmp/rootfs [ 81.021398] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null) ================================================================================ ================================================================================ Copying: Current rootfs to /dev/mmcblk1p1 ---------------------------------------- ==> rsync: / -> /tmp/rootfs ---------------------------------------- ---------------------------------------- ==> Copying: Kernel modules ===> Creating directory for modules ===> rsync: /lib/modules/4.14.71-ti-r80/ -> /tmp/rootfs/lib/modules/4.14.71-ti-r80/ ---------------------------------------- ---------------------------------------- Copying: Current rootfs to /dev/mmcblk1p1 complete ================================================================================ ================================================================================ Final System Tweaks: ---------------------------------------- ==> Applying SSH Key Regeneration trick ==> Found pre-existing uEnv file at /tmp/rootfs/boot/uEnv.txt. Using it. ******************************************************************************** #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 uname_r=4.14.71-ti-r80 #uuid= #dtb= ###U-Boot Overlays### ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays ###Master Enable enable_uboot_overlays=1 ### ###Overide capes with eeprom #uboot_overlay_addr0=/lib/firmware/.dtbo #uboot_overlay_addr1=/lib/firmware/.dtbo #uboot_overlay_addr2=/lib/firmware/.dtbo #uboot_overlay_addr3=/lib/firmware/.dtbo ### ###Additional custom capes #uboot_overlay_addr4=/lib/firmware/.dtbo #uboot_overlay_addr5=/lib/firmware/.dtbo #uboot_overlay_addr6=/lib/firmware/.dtbo #uboot_overlay_addr7=/lib/firmware/.dtbo ### ###Custom Cape #dtb_overlay=/lib/firmware/.dtbo ### ###Disable auto loading of virtual capes (emmc/video/wireless/adc) #disable_uboot_overlay_emmc=1 #disable_uboot_overlay_video=1 #disable_uboot_overlay_audio=1 #disable_uboot_overlay_wireless=1 #disable_uboot_overlay_adc=1 ### ###PRUSS OPTIONS ###pru_rproc (4.4.x-ti kernel) #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo ###pru_rproc (4.14.x-ti kernel) uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo ###pru_uio (4.4.x-ti, 4.14.x-ti & mainline/bone kernel) #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo ### ###Cape Universal Enable enable_uboot_cape_universal=1 ### ###Debug: disable uboot autoload of Cape #disable_uboot_overlay_addr0=1 #disable_uboot_overlay_addr1=1 #disable_uboot_overlay_addr2=1 #disable_uboot_overlay_addr3=1 ### ###U-Boot fdt tweaks... (60000 = 384KB) #uboot_fdt_buffer=0x60000 ###U-Boot Overlays### cmdline=coherent_pool=1M net.ifnames=0 quiet #In the event of edid real failures, uncomment this next line: #cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e #Use an overlayfs on top of a read-only root filesystem: #cmdline=coherent_pool=1M net.ifnames=0 quiet overlayroot=tmpfs ##enable Generic eMMC Flasher: cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh ******************************************************************************** ==> Generating: /etc/fstab ===> /etc/fstab generated **************************************** # /etc/fstab: static file system information. # /dev/mmcblk1p1 / ext4 noatime,errors=remount-ro 0 1 debugfs /sys/kernel/debug debugfs defaults 0 0 **************************************** ==> /boot/uEnv.txt: disabling eMMC flasher script **************************************** #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 uname_r=4.14.71-ti-r80 #uuid= #dtb= ###U-Boot Overlays### ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays ###Master Enable enable_uboot_overlays=1 ### ###Overide capes with eeprom #uboot_overlay_addr0=/lib/firmware/.dtbo #uboot_overlay_addr1=/lib/firmware/.dtbo #uboot_overlay_addr2=/lib/firmware/.dtbo #uboot_overlay_addr3=/lib/firmware/.dtbo ### ###Additional custom capes #uboot_overlay_addr4=/lib/firmware/.dtbo #uboot_overlay_addr5=/lib/firmware/.dtbo #uboot_overlay_addr6=/lib/firmware/.dtbo #uboot_overlay_addr7=/lib/firmware/.dtbo ### ###Custom Cape #dtb_overlay=/lib/firmware/.dtbo ### ###Disable auto loading of virtual capes (emmc/video/wireless/adc) #disable_uboot_overlay_emmc=1 #disable_uboot_overlay_video=1 #disable_uboot_overlay_audio=1 #disable_uboot_overlay_wireless=1 #disable_uboot_overlay_adc=1 ### ###PRUSS OPTIONS ###pru_rproc (4.4.x-ti kernel) #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo ###pru_rproc (4.14.x-ti kernel) uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo ###pru_uio (4.4.x-ti, 4.14.x-ti & mainline/bone kernel) #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo ### ###Cape Universal Enable enable_uboot_cape_universal=1 ### ###Debug: disable uboot autoload of Cape #disable_uboot_overlay_addr0=1 #disable_uboot_overlay_addr1=1 #disable_uboot_overlay_addr2=1 #disable_uboot_overlay_addr3=1 ### ###U-Boot fdt tweaks... (60000 = 384KB) #uboot_fdt_buffer=0x60000 ###U-Boot Overlays### cmdline=coherent_pool=1M net.ifnames=0 quiet #In the event of edid real failures, uncomment this next line: #cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e #Use an overlayfs on top of a read-only root filesystem: #cmdline=coherent_pool=1M net.ifnames=0 quiet overlayroot=tmpfs ##enable Generic eMMC Flasher: #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh **************************************** ================================================================================ Tearing down future rootfs ---------------------------------------- ==> Unmounting /tmp/rootfs ================================================================================ ================================================================================ Tearing Down script environment ==> Unmounting /tmp ==> Stopping Cylon LEDs ... ==> Setting LEDs to ==> Force writeback of eMMC buffers by Syncing: /dev/mmcblk1 /opt/scripts/tools/eMMC/functions.sh: line 256: 959 Terminated cylon_leds ---------------------------------------- 100000+0 records in 100000+0 records out 51200000 bytes (51 MB, 49 MiB) copied, 1.40995 s, 36.3 MB/s ---------------------------------------- ===> Syncing: /dev/mmcblk1 complete ==> This script took 392 seconds to run ================================================================================ ==> Setting LEDs to ==> Displaying mount points -------------------------------------------------------------------------------- sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=220136k,nr_inodes=55034,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=49488k,mode=755) /dev/mmcblk0p1 on / type ext4 (ro,relatime,data=ordered) -------------------------------------------------------------------------------- ================================================================================ eMMC has been flashed: please wait for device to power down. ================================================================================ We are init [ 421.560234] systemd[1]: System time before build time, advancing clock. [ 421.606905] ip_tables: (C) 2000-2006 Netfilter Core Team [ 421.639344] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 421.658375] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 9 (stretch)! [ 421.687785] systemd[1]: Set hostname to . [ 422.357018] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 422.375695] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 422.394875] systemd[1]: Mounting /sys/kernel/debug... Mounting /sys/kernel/debug... [ 422.424717] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 422.446544] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 422.472655] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 422.506501] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. [ OK ] Listening on fsck to fsckd communication Socket. [ OK ] Set up automount Arbitrary Executab…rmats File System Automount Point. [ OK ] Reached target Remote File Systems. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Journal Audit Socket. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Created slice system-getty.slice. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Encrypted Volumes. [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Listening on udev Control Socket. [ OK ] Listening on Journal Socket. Starting Load Kernel Modules... Starting Set the console keyboard layout... Starting Journal Service... Starting Create list of required st…ce nodes for the current kernel... Starting File System Check on Root Device... [ OK ] Reached target Paths. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted /sys/kernel/debug. [ OK ] Started Create list of required sta…vice nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Started File System Check Daemon to report status. Mounting FUSE Control File System... Starting Apply Kernel Variables... Mounting Configuration File System... Starting Create Static Device Nodes in /dev... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Configuration File System. [ OK ] Started File System Check on Root Device. [ OK ] Started Apply Kernel Variables. Starting Remount Root and Kernel File Systems... [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started Journal Service. [ 424.092439] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro [ OK ] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Load/Save Random Seed. [ 424.481072] systemd-journald[4287]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Set the console keyboard layout. [ OK ] Reached target Local File Systems (Pre). [ OK ] Reached target Local File Systems. Starting Set console font and keymap... Starting Create Volatile Files and Directories... Starting Raise network interfaces... [ OK ] Started Set console font and keymap. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... [ OK ] Started Entropy daemon using the HAVEGE algorithm. Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Started Raise network interfaces. [ OK ] Started udev Coldplug all Devices. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started Daily apt download activities. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on node-red.socket. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Reached target Timers. [ OK ] Listening on bonescript.socket. [ OK ] Listening on cloud9.socket. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... Starting System Logging Service... Starting BB WL18xx wlan0 Service... [ OK ] Started Deferred execution scheduler. Starting LSB: Load kernel modules needed to enable cpufreq scaling... Starting robotcontrol... Starting Restore /etc/resolv.conf i…fore the ppp link was shut down... Starting Login Service... Starting Save/Restore Sound Card State... [ OK ] Started Regular background program processing daemon. Starting LSB: Start daemon at boot time... Starting LSB: Start busybox udhcpd at boot time... [ OK ] Started Bonescript autorun. Starting rc_battery_monitor... Starting Generic Board Startup... [ OK ] Started D-Bus System Message Bus. [ OK ] Started Avahi mDNS/DNS-SD Stack. Starting Connection service... [ OK ] Started System Logging Service. [ OK ] Started BB WL18xx wlan0 Service. [ OK ] Started robotcontrol. [ OK ] Started Restore /etc/resolv.conf if…before the ppp link was shut down. [ OK ] Started Save/Restore Sound Card State. [ OK ] Started rc_battery_monitor. [ OK ] Started LSB: Start daemon at boot time. [ OK ] Started LSB: Start busybox udhcpd at boot time. [ OK ] Started Connection service. [ OK ] Started Login Service. [ OK ] Reached target Network. Starting OpenBSD Secure Shell server... Starting The Apache HTTP Server... [ OK ] Reached target Network is Online. Starting LSB: Advanced IEEE 802.11 management daemon... Starting Permit User Sessions... [ OK ] Started LSB: Advanced IEEE 802.11 management daemon. [ 432.380126] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) [ OK ] Stopped Generic Board Startup. [ OK ] Reached target Unmount All Filesystems. Stopping Save/Restore Sound Card State... [ OK ] Stopped target Timers. [ OK ] Stopped Daily apt upgrade and clean activities. [ OK ] Stopped Daily apt download activities. [ OK ] Stopped Daily Cleanup of Temporary Directories. [ OK ] Stopped target System Time Synchronized. Stopping System Logging Service... Stopping Avahi mDNS/DNS-SD Stack... Stopping Bonescript autorun... Stopping Deferred execution scheduler... Stopping Login Service... Stopping Regular background program processing daemon... Stopping LSB: Load kernel modules needed to enable cpufreq scaling... Stopping LSB: Start daemon at boot time... Stopping LSB: Start busybox udhcpd at boot time... Stopping LSB: Advanced IEEE 802.11 management daemon... [ OK ] Removed slice system-serial\x2dgetty.slice. Stopping Permit User Sessions... [ OK ] Removed slice system-getty.slice. [ 433.831274] net eth0: initializing cpsw version 1.12 (0) [ OK ] Stopped Avahi mDNS/DNS-SD Stack. [ 433.943031] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) [ OK ] Stopped System Logging Service. [ OK ] Stopped Deferred execution scheduler. [ 434.033749] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ OK ] Stopped Login Service. [ OK ] Stopped Regular background program processing daemon. [ OK ] Stopped Bonescript autorun. [ OK ] Stopped The Apache HTTP Server. [ OK ] Stopped OpenBSD Secure Shell server. [ OK ] Stopped Save/Restore Sound Card State. [ OK ] Stopped LSB: Advanced IEEE 802.11 management daemon. [ OK ] Stopped Permit User Sessions. [ OK ] Found device /dev/ttyS0. [ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling. [ OK ] Stopped LSB: Start daemon at boot time. [ OK ] Stopped LSB: Start busybox udhcpd at boot time. [ OK ] Stopped target Network is Online. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Network. Stopping Connection service... Stopping Raise network interfaces... [ OK ] Stopped Connection service. Stopping D-Bus System Message Bus... [ OK ] Stopped D-Bus System Message Bus. [ OK ] Stopped target Basic System. [ OK ] Stopped target Paths. [ OK ] Stopped target Sockets. [ OK ] Closed Syslog Socket. [ OK ] Closed bonescript.socket. [ OK ] Closed node-red.socket. [ OK ] Closed cloud9.socket. [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Stopped target Slices. [ OK ] Removed slice User and Session Slice. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Swap. Stopping Network Time Synchronization... [ OK ] Stopped target Encrypted Volumes. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped Forward Password Requests to Wall Directory Watch. Stopping Update UTMP about System Boot/Shutdown... Stopping Load/Save Random Seed... [ OK ] Stopped Network Time Synchronization. [ OK ] Stopped Load/Save Random Seed. [ OK ] Stopped Update UTMP about System Boot/Shutdown. [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped Raise network interfaces. [ OK ] Stopped target Local File Systems. [ OK ] Stopped target Local File Systems (Pre). [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped Load Kernel Modules. [ OK ] Reached target Shutdown. [ OK ] Reached target Final Step. Starting Power-Off... [ 436.937286] systemd-shutdow: 37 output lines suppressed due to ratelimiting [ 437.092989] systemd-shutdown[1]: Sending SIGTERM to remaining processes... [ 437.131987] systemd-journald[4287]: Received SIGTERM from PID 1 (systemd-shutdow). [ 437.193973] systemd-udevd[4522]: Process '/bin/sh -c '/bin/chmod -R ug+rw /sys/devices/platform/ocp/*.gpio'' terminated by signal TERM. [ 437.220399] systemd-udevd[4423]: Process '/bin/sh -c '/bin/chmod -R ug+rw /sys/devices/platform/ocp/*.gpio'' terminated by signal TERM. [ 437.419157] systemd-shutdown[1]: Sending SIGKILL to remaining processes... [ 437.439868] systemd-shutdown[1]: Unmounting file systems. [ 437.446675] systemd-shutdown[1]: Remounting '/' read-only with options 'errors=remount-ro,data=ordered'. [ 437.473311] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro,data=ordered [ 437.582869] systemd-shutdown[1]: Remounting '/' read-only with options 'errors=remount-ro,data=ordered'. [ 437.593624] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro,data=ordered [ 437.601278] systemd-shutdown[1]: All filesystems unmounted. [ 437.607014] systemd-shutdown[1]: Deactivating swaps. [ 437.612363] systemd-shutdown[1]: All swaps deactivated. [ 437.617759] systemd-shutdown[1]: Detaching loop devices. [ 437.627420] systemd-shutdown[1]: All loop devices detached. [ 437.672426] reboot: Power down [ 437.675734] System will go to power_off state in approx. 1 second