Here is the output when:
- SD inserted
- Boot/User button pressed (It looks like it is being ignored)
U-Boot SPL 2016.03-00001-g148e520 (Jun 06 2016 - 11:27:44)
Trying to boot from MMC
bad magic
U-Boot 2016.03-00001-g148e520 (Jun 06 2016 - 11:27:44 -0500), Build:
jenkins-github_Bootloader-Builder-395
Watchdog enabled
I2C: ready
DRAM: 512 MiB
Reset Source: Power-on reset has occurred.
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment
Net: <ethaddr> not set. Validating first E-fuse MAC
Could not get PHY for cpsw: addr 0
cpsw, usb_ether
Press SPACE to abort autoboot in 2 seconds
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
** Invalid partition 2 **
** Invalid partition 3 **
** Invalid partition 4 **
** Invalid partition 5 **
** Invalid partition 6 **
** Invalid partition 7 **
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc1(part 0) is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
gpio: pin 55 (gpio 55) value is 1
1263 bytes read in 16 ms (76.2 KiB/s)
Loaded environment from /boot/uEnv.txt
Checking if uname_r is set in /boot/uEnv.txt...
gpio: pin 56 (gpio 56) value is 1
Running uname_boot ...
loading /boot/vmlinuz-4.4.9-ti-r25 ...
7833256 bytes read in 446 ms (16.7 MiB/s)
loading /boot/dtbs/4.4.9-ti-r25/am335x-bonegreen-wireless.dtb ...
61860 bytes read in 47 ms (1.3 MiB/s)
loading /boot/initrd.img-4.4.9-ti-r25 ...
4828115 bytes read in 281 ms (16.4 MiB/s)
debug: [console=ttyO0,115200n8
root=UUID=2b96442f-bc55-493c-8e3d-4c599d12fbad ro rootfstype=ext4 rootwait
init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3-bbgw.sh] ...
debug: [bootz 0x82000000 0x88080000:49abd3 0x88000000] ...
Kernel image @ 0x82000000 [ 0x000000 - 0x7786a8 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8fb65000, end 8ffffbd3 ... OK
Loading Device Tree to 8fb52000, end 8fb641a3 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 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
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7),
cr=50c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing
instruction cache
[ 0.000000] Machine model: TI AM335x BeagleBone Green Wireless
[ 0.000000] cma: Reserved 24 MiB at 0x9e000000
[ 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] PERCPU: Embedded 13 pages/cpu @df923000 s24320 r8192 d20736
u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 129408
[ 0.000000] Kernel command line: console=ttyO0,115200n8
root=UUID=2b96442f-bc55-493c-8e3d-4c599d12fbad ro rootfstype=ext4 rootwait
init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3-bbgw.sh
[ 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: 474012K/522240K available (7344K kernel code, 914K
rwdata, 3704K rodata, 604K init, 907K bss, 23652K reserved, 24576K
cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0ad2480 (11050 kB)
[ 0.000000] .init : 0xc0ad3000 - 0xc0b6a000 ( 604 kB)
[ 0.000000] .data : 0xc0b6a000 - 0xc0c4e818 ( 915 kB)
[ 0.000000] .bss : 0xc0c51000 - 0xc0d33de8 ( 908 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[ 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 24000000 Hz
[ 0.000011] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every
89478484971ns
[ 0.000030] clocksource: timer1: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000042] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000222] Console: colour dummy device 80x30
[ 0.000248] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000255] This ensures that you still see kernel messages. Please
[ 0.000261] update your kernel commandline.
[ 0.000278] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[ 0.046925] pid_max: default: 32768 minimum: 301
[ 0.047056] Security Framework initialized
[ 0.047070] Yama: becoming mindful.
[ 0.047101] AppArmor: AppArmor disabled by boot time parameter
[ 0.047256] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.047268] Mountpoint-cache hash table entries: 1024 (order: 0, 4096
bytes)
[ 0.048045] Initializing cgroup subsys io
[ 0.048073] Initializing cgroup subsys memory
[ 0.048111] Initializing cgroup subsys devices
[ 0.048127] Initializing cgroup subsys freezer
[ 0.048143] Initializing cgroup subsys net_cls
[ 0.048156] Initializing cgroup subsys perf_event
[ 0.048170] Initializing cgroup subsys net_prio
[ 0.048185] Initializing cgroup subsys pids
[ 0.048241] CPU: Testing write buffer coherency: ok
[ 0.048291] ftrace: allocating 34073 entries in 67 pages
[ 0.133357] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.133478] Setting up static identity map for 0x80008240 - 0x8000828c
[ 0.136866] Brought up 1 CPUs
[ 0.136885] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[ 0.136893] CPU: All CPU(s) started in SVC mode.
[ 0.138307] devtmpfs: initialized
[ 0.157087] VFP support v0.3: implementor 41 architecture 3 part 30
variant c rev 3
[ 0.175146] omap_hwmod: debugss: _wait_target_disable failed
[ 0.228862] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.231051] xor: measuring software checksum speed
[ 0.270925] arm4regs : 1221.000 MB/sec
[ 0.310925] 8regs : 1094.000 MB/sec
[ 0.350922] 32regs : 1093.000 MB/sec
[ 0.390922] neon : 1759.000 MB/sec
[ 0.390930] xor: using function: neon (1759.000 MB/sec)
[ 0.391023] pinctrl core: initialized pinctrl subsystem
[ 0.392980] NET: Registered protocol family 16
[ 0.395643] DMA: preallocated 256 KiB pool for atomic coherent
allocations
[ 0.396840] cpuidle: using governor ladder
[ 0.396860] cpuidle: using governor menu
[ 0.401800] OMAP GPIO hardware version 0.1
[ 0.413402] No ATAGs?
[ 0.413432] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.413974] omap4_sram_init:Unable to allocate sram needed to handle
errata I688
[ 0.413987] omap4_sram_init:Unable to get sram pool needed to handle
errata I688
[ 0.491091] raid6: int32x1 gen() 269 MB/s
[ 0.558999] raid6: int32x1 xor() 236 MB/s
[ 0.627034] raid6: int32x2 gen() 356 MB/s
[ 0.694966] raid6: int32x2 xor() 269 MB/s
[ 0.763012] raid6: int32x4 gen() 405 MB/s
[ 0.831021] raid6: int32x4 xor() 259 MB/s
[ 0.899067] raid6: int32x8 gen() 359 MB/s
[ 0.966936] raid6: int32x8 xor() 231 MB/s
[ 1.034933] raid6: neonx1 gen() 1458 MB/s
[ 1.102953] raid6: neonx1 xor() 846 MB/s
[ 1.170928] raid6: neonx2 gen() 1881 MB/s
[ 1.238943] raid6: neonx2 xor() 1172 MB/s
[ 1.306935] raid6: neonx4 gen() 1975 MB/s
[ 1.374931] raid6: neonx4 xor() 1203 MB/s
[ 1.442942] raid6: neonx8 gen() 1211 MB/s
[ 1.510922] raid6: neonx8 xor() 671 MB/s
[ 1.510929] raid6: using algorithm neonx4 gen() 1975 MB/s
[ 1.510936] raid6: .... xor() 1203 MB/s, rmw enabled
[ 1.510942] raid6: using intx1 recovery algorithm
[ 1.520010] edma 49000000.edma: TI EDMA DMA engine driver
[ 1.525065] SCSI subsystem initialized
[ 1.525785] usbcore: registered new interface driver usbfs
[ 1.525854] usbcore: registered new interface driver hub
[ 1.525946] usbcore: registered new device driver usb
[ 1.526524] omap_i2c 44e0b000.i2c: could not find pctldev for node
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring
probe
[ 1.526568] omap_i2c 4819c000.i2c: could not find pctldev for node
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring
probe
[ 1.526677] media: Linux media interface: v0.10
[ 1.526738] Linux video capture interface: v2.00
[ 1.526831] pps_core: LinuxPPS API ver. 1 registered
[ 1.526838] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
Giometti <[email protected]>
[ 1.526865] PTP clock support registered
[ 1.527773] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 1.529062] NetLabel: Initializing
[ 1.529072] NetLabel: domain hash size = 128
[ 1.529078] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.529134] NetLabel: unlabeled traffic allowed by default
[ 1.529462] clocksource: Switched to clocksource timer1
[ 1.635340] NET: Registered protocol family 2
[ 1.636093] TCP established hash table entries: 4096 (order: 2, 16384
bytes)
[ 1.636140] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.636199] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.636264] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 1.636286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 1.636576] NET: Registered protocol family 1
[ 1.637116] RPC: Registered named UNIX socket transport module.
[ 1.637129] RPC: Registered udp transport module.
[ 1.637136] RPC: Registered tcp transport module.
[ 1.637142] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.637800] Unpacking initramfs...
[ 1.975724] Freeing initrd memory: 4716K (cfb65000 - d0000000)
[ 1.976236] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5
counters available
[ 1.978972] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 1.979085] audit: initializing netlink subsys (disabled)
[ 1.979159] audit: type=2000 audit(1.916:1): initialized
[ 1.989222] zbud: loaded
[ 1.989939] VFS: Disk quotas dquot_6.6.0
[ 1.990197] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096
bytes)
[ 1.992828] NFS: Registering the id_resolver key type
[ 1.992889] Key type id_resolver registered
[ 1.992897] Key type id_legacy registered
[ 1.992921] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.993252] fuse init (API version 7.23)
[ 1.993966] SGI XFS with ACLs, security attributes, realtime, no debug
enabled
[ 2.001618] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 249)
[ 2.001883] io scheduler noop registered
[ 2.001897] io scheduler deadline registered
[ 2.001959] io scheduler cfq registered (default)
[ 2.003276] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size
568
[ 2.004720] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 2.006128] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 2.009000] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158,
base_baud = 3000000) is a 8250
[ 2.892513] console [ttyS0] enabled
[ 2.896921] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 159,
base_baud = 3000000) is a 8250
[ 2.907224] [drm] Initialized drm 1.1.0 20060810
[ 2.916364] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.923036] ehci-platform: EHCI generic platform driver
[ 2.928489] ehci-omap: OMAP-EHCI Host Controller driver
[ 2.934157] usbcore: registered new interface driver usb-storage
[ 2.941883] 47401300.usb-phy supply vcc not found, using dummy regulator
[ 2.952006] 47401b00.usb-phy supply vcc not found, using dummy regulator
[ 2.960945] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 2.966797] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned
bus number 1
[ 2.974922] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.981769] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.989039] usb usb1: Product: MUSB HDRC host driver
[ 2.994040] usb usb1: Manufacturer: Linux 4.4.9-ti-r25 musb-hcd
[ 2.999997] usb usb1: SerialNumber: musb-hdrc.1.auto
[ 3.005885] hub 1-0:1.0: USB hub found
[ 3.009768] hub 1-0:1.0: 1 port detected
[ 3.022788] mousedev: PS/2 mouse device common for all mice
[ 3.030914] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as
rtc0
[ 3.038872] i2c /dev entries driver
[ 3.043977] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60
sec
[ 3.051685] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 3.137721] mmc0: host does not support reading read-only switch,
assuming write-enable
[ 3.148850] mmc0: new high speed SDHC card at address 8fe4
[ 3.155834] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.162420] mmcblk0: mmc0:8fe4 SU08G 7.40 GiB
[ 3.167581] usbcore: registered new interface driver usbhid
[ 3.173225] usbhid: USB HID core driver
[ 3.178069] ashmem: initialized
[ 3.181360] mmcblk0: p1
[ 3.185712] remoteproc0: wkup_m3 is available
[ 3.190260] remoteproc0: Note: remoteproc is still under development
and considered experimental.
[ 3.199280] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and
backward compatibility isn't yet guaranteed.
[ 3.214990] NET: Registered protocol family 10
[ 3.223009] mip6: Mobile IPv6
[ 3.226148] NET: Registered protocol family 17
[ 3.230817] Key type dns_resolver registered
[ 3.235199] mpls_gso: MPLS GSO support
[ 3.239260] omap_voltage_late_init: Voltage driver support not added
[ 3.249776] PM: Cannot get wkup_m3_ipc handle
[ 3.254380] ThumbEE CPU extension supported.
[ 3.258719] Registering SWP/SWPB emulation handler
[ 3.264520] registered taskstats version 1
[ 3.268858] zswap: loaded using pool lzo/zbud
[ 3.276800] Btrfs loaded
[ 3.287332] mmc1: MAN_BKOPS_EN bit is not set
[ 3.298266] mmc1: new high speed MMC card at address 0001
[ 3.309703] mmcblk1: mmc1:0001 Q2J54A 3.64 GiB
[ 3.318379] Key type encrypted registered
[ 3.322659] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 2.00 MiB
[ 3.331473] input: tps65217_pwr_but as
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[ 3.341141] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 2.00 MiB
[ 3.348635] mmcblk1: p1
[ 3.360162] omap_hsmmc 47810000.mmc: card claims to support voltages
below defined range
[ 3.378091] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 3.384104] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1
bytes/write
[ 3.391110] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 3.398640] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1
bytes/write
[ 3.406077] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1
bytes/write
[ 3.413530] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1
bytes/write
[ 3.420903] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1
bytes/write
[ 3.427906] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[ 3.434702] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 3.441666] remoteproc0: powering up wkup_m3
[ 3.446153] remoteproc0: Booting fw image am335x-pm-firmware.elf, size
219735
[ 3.453811] remoteproc0: remote processor wkup_m3 is now up
[ 3.459504] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version =
0x191
[ 3.470281] bone_capemgr bone_capemgr: Baseboard:
'A335BNLT,GW1A,BBGW16063625'
[ 3.477635] bone_capemgr bone_capemgr:
compatible-baseboard=ti,beaglebone-black - #slots=4
[ 3.525467] bone_capemgr bone_capemgr: slot #0: No cape found
[ 3.566804] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 3.573571] usb 1-1: New USB device strings: Mfr=0, Product=1,
SerialNumber=0
[ 3.580755] usb 1-1: Product: USB2.0 Hub
[ 3.584737] bone_capemgr bone_capemgr: slot #1: No cape found
[ 3.591795] hub 1-1:1.0: USB hub found
[ 3.595961] hub 1-1:1.0: 4 ports detected
[ 3.608405] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.629471] bone_capemgr bone_capemgr: slot #2: No cape found
[ 3.673462] bone_capemgr bone_capemgr: slot #3: No cape found
[ 3.679345] bone_capemgr bone_capemgr: initialized OK.
[ 3.686583] PM: bootloader does not support rtc-only!
[ 3.692276] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01
00:00:01 UTC (946684801)
[ 3.701077] of_cfs_init
[ 3.703763] of_cfs_init: OK
[ 3.708579] mmc2: new high speed SDIO card at address 0001
[ 3.723255] Freeing unused kernel memory: 604K (c0ad3000 - c0b6a000)
Loading, please wait...
[ 4.026331] systemd-udevd[106]: starting version 215
[ 4.039948] random: systemd-udevd urandom read with 51 bits of entropy
available
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ...
done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p1] fsck.ext4 -a -C0 /dev/mmcblk1p1
BOOT: clean, 114871/238560 files, 574945/954112 blocks
done.
[ 5.157287] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data
mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[H [J-----------------------------
Starting eMMC Flasher from microSD media
Version: [1.20160606: run bb-wl18xx-wlan0 in single user mode...]
-----------------------------
Checking for Valid bbgw-eeprom header
Valid bbgw-eeprom header found [335]
-----------------------------
copying: [/dev/mmcblk1] -> [/dev/mmcblk0]
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk1boot0 179:16 0 2M 1 disk
mmcblk1boot1 179:24 0 2M 1 disk
mmcblk0 179:0 0 7.4G 0 disk
`-mmcblk0p1 179:1 0 7.4G 0 part
mmcblk1 179:8 0 3.7G 0 disk
`-mmcblk1p1 179:9 0 3.7G 0 part /
-----------------------------
df -h | grep rootfs:
-----------------------------
Erasing: /dev/mmcblk0
108+0 records in
108+0 records out
113246208 bytes (113 MB) copied, 9.71981 s, 11.7 MB/s
[ 20.645095] random: nonblocking pool is initialized
108+0 records in
108+0 records out
113246208 bytes (113 MB) copied, 5.45552 s, 20.8 MB/s
Erasing: /dev/mmcblk0 complete
-----------------------------
Writing bootloader to [/dev/mmcblk0]
dd if=/opt/backup/uboot/MLO of=/dev/mmcblk0 count=1 seek=1 conv=notrunc
bs=128k
-----------------------------
0+1 records in
0+1 records out
65764 bytes (66 kB) copied, 0.0113357 s, 5.8 MB/s
-----------------------------
dd if=/opt/backup/uboot/u-boot.img of=/dev/mmcblk0 count=2 seek=1
conv=notrunc bs=384k
-----------------------------
0+1 records in
0+1 records out
350196 bytes (350 kB) copied, 0.0682698 s, 5.1 MB/s
-----------------------------
Formatting: /dev/mmcblk0
sfdisk: [sfdisk from util-linux 2.25.2]
sfdisk: [sfdisk --force --Linux --in-order --unit M /dev/mmcblk0]
sfdisk: [1,,L,*]
sfdisk: Checking that no-one is using this disk right now ...
sfdisk: OK
Disk /dev/mmcblk0: 242560 cylinders, 4 heads, 16 sectors/track
sfdisk: /dev/mmcblk0: unrecognized partition tabl[ 26.238302] mmcblk0:
p1
e type
Old situation:
sfdisk: No partitions found
New situation:
Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/mmcblk0p1 * 1 7579 7579 7760896 83 Linux
/dev/mmcblk0p2 0 - 0 0 0 Empty
/dev/mmcblk0p3 0 - 0 0 0 Empty
/dev/mmcblk0p4 0 - 0 0 0 Empty
Successfully wrote the new partition table
Re-reading the partition table ...
sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use
dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
mkfs.ext4 /dev/mmcblk0p1 -L BOOT
-----------------------------
mke2fs 1.43 (17-May-2016)
Discarding device blocks: 4096/1940224
528384/1940224 1052672/1940224 1576960/1940224
done
Creating filesystem with 1940224 4k blocks and 485760 inodes
Filesystem UUID: d5999751-931a-416f-9aaa-7f507927b188
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Allocating group tables: 0/60 done
Writing inode tables: 0/60 done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: 0/60
done
-----------------------------
Formatting: /dev/mmcblk0 complete
-----------------------------
Copying: /dev/mmcblk1p1 -> /dev/mmcblk0p1
[ 53.013428] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data
mode. Opts: (null)
rsync: / -> /tmp/rootfs/
Copying: Kernel modules
rsync: /lib/modules/4.4.9-ti-r25/ -> /tmp/rootfs/lib/modules/4.4.9-ti-r25/
Copying: /dev/mmcblk1p1 -> /dev/mmcblk0p1 complete
-----------------------------
Final System Tweaks:
UUID=d5999751-931a-416f-9aaa-7f507927b188
Generating: /etc/fstab
# /etc/fstab: static file system information.
#
UUID=d5999751-931a-416f-9aaa-7f507927b188 / 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.4.9-ti-r25
###uuid=3b35d211-8feb-4efb-96e4-a2e18824a0a4
#dtb=
##BeagleBone Black/Green dtb's for v4.1.x (BeagleBone White just works..)
##BeagleBone Black: HDMI (Audio/Video) disabled:
#dtb=am335x-boneblack-emmc-overlay.dtb
##BeagleBone Black: eMMC disabled:
#dtb=am335x-boneblack-hdmi-overlay.dtb
##BeagleBone Black: HDMI Audio/eMMC disabled:
#dtb=am335x-boneblack-nhdmi-overlay.dtb
##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:
#dtb=am335x-boneblack-overlay.dtb
##BeagleBone Black: wl1835
#dtb=am335x-boneblack-wl1835mod.dtb
##BeagleBone Green: eMMC disabled
#dtb=am335x-bonegreen-overlay.dtb
cmdline=coherent_pool=1M quiet cape_universal=enable
#In the event of edid real failures, uncomment this next line:
#cmdline=coherent_pool=1M quiet cape_universal=enable
video=HDMI-A-1:1024x768@60e
##Example v3.8.x
#cape_disable=capemgr.disable_partno=
#cape_enable=capemgr.enable_partno=
##Example v4.1.x
#cape_disable=bone_capemgr.disable_partno=
#cape_enable=bone_capemgr.enable_partno=
##enable BBG: eMMC Flasher:
#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3-bbgw.sh
##uuid=f78a2c6d-7772-4c3d-8cd9-a438dedb3e8c
#uuid=2b96442f-bc55-493c-8e3d-4c599d12fbad
uuid=d5999751-931a-416f-9aaa-7f507927b188
-----------------------------
running: chroot /tmp/rootfs/ /usr/bin/bb-wl18xx-wlan0
-----------------------------
lsmod
Module Size Used by
wl18xx 86482 0
wlcore 189892 1 wl18xx
mac80211 486884 2 wl18xx,wlcore
cfg80211 418909 3 mac80211,wl18xx,wlcore
rfkill 18276 1 cfg80211
-----------------------------
eeprom=[2C:F7:F1:06:5A:D2]
/lib/firmware/ti-connectivity/wl1271-nvs.bin=[2C:F7:F1:06:5A:D2]
-----------------------------
initrd: -rw-r--r-- 1 root root 4.7M May 7 2017
/tmp/rootfs/boot/initrd.img-4.4.9-ti-r25
-----------------------------
Syncing: /dev/mmcblk0
/opt/scripts/tools/eMMC/init-eMMC-flasher-v3-bbgw.sh: line 350: 167
Terminated cylon_leds
100000+0 records in
100000+0 records out
51200000 bytes (51 MB) copied, 2.41636 s, 21.2 MB/s
Syncing: /dev/mmcblk0 complete
-----------------------------
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,relatime,size=10240k,nr_inodes=59251,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,relatime,size=100784k,mode=755)
/dev/mmcblk1p1 on / type ext4 (ro,relatime,data=ordered)
eMMC has been flashed: please wait for device to power down.
-----------------------------
[ 527.219222] systemd[1]: System time before build time, advancing clock.
[ 527.228425] systemd[1]: Failed to insert module 'kdbus': Function not
implemented
[ 527.269875] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT
+GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 527.288686] systemd[1]: Detected architecture arm.
Welcome to [1mDebian GNU/Linux 8 (jessie) [0m!
[ 527.302551] systemd[1]: Set hostname to <beaglebone>.
[ 527.835972] systemd[1]: Started Forward Password Requests to Wall
Directory Watch.
[ [0;32m OK [0m] Started Forward Password Requests to Wall Directory
Watch.
[ 527.858032] systemd[1]: Listening on Syslog Socket.
[ [0;32m OK [0m] Listening on Syslog Socket.
[ 527.869991] systemd[1]: Listening on Journal Socket.
[ [0;32m OK [0m] Listening on Journal Socket.
[ 527.881749] systemd[1]: Reached target Encrypted Volumes.
[ [0;32m OK [0m] Reached target Encrypted Volumes.
[ 527.893679] systemd[1]: Reached target Swap.
[ [0;32m OK [0m] Reached target Swap.
[ 527.906441] systemd[1]: Created slice User and Session Slice.
[ [0;32m OK [0m] Created slice User and Session Slice.
[ 527.926364] systemd[1]: Listening on Journal Audit Socket.
[ [0;32m OK [0m] Listening on Journal Audit Socket.
[ 527.939131] systemd[1]: Set up automount Arbitrary Executable File
Formats File System Automount Point.
[ [0;32m OK [0m] Set up automount Arbitrary Executab...ats File System
Automount Point.
[ 527.961925] systemd[1]: Listening on fsck to fsckd communication Socket.
[ [0;32m OK [0m] Listening on fsck to fsckd communication Socket.
[ 527.982388] systemd[1]: Created slice System Slice.
[ [0;32m OK [0m] Created slice System Slice.
[ 527.994964] systemd[1]: Created slice system-getty.slice.
[ [0;32m OK [0m] Created slice system-getty.slice.
[ 528.013800] systemd[1]: Reached target Slices.
[ [0;32m OK [0m] Reached target Slices.
[ 528.031247] systemd[1]: Mounting /sys/kernel/debug...
Mounting /sys/kernel/debug...
[ 528.057326] systemd[1]: Starting LSB: Setup /var/run/katana directory...
Starting LSB: Setup /var/run/katana directory...
[ 528.144447] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 528.210033] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 528.298345] systemd[1]: Listening on /dev/initctl Compatibility Named
Pipe.
[ [0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.
[ 528.322494] systemd[1]: Started Dispatch Password Requests to Console
Directory Watch.
[ 528.331822] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[ [0;32m OK [0m] Started Dispatch Password Requests to Console Directory
Watch.
[ 528.354053] systemd[1]: Reached target Paths.
[ [0;32m OK [0m] Reached target Paths.
[ 528.386367] 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...
[ 528.430319] systemd[1]: Listening on Journal Socket (/dev/log).
[ [0;32m OK [0m] Listening on Journal Socket (/dev/log).
[ 528.453979] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 528.474969] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ [0;32m OK [0m] Created slice system-serial\x2dgetty.slice.
[ 528.506100] systemd[1]: Reached target Remote File Systems (Pre).
[ [0;32m OK [0m] Reached target Remote File Systems (Pre).
[ 528.525919] systemd[1]: Reached target Remote File Systems.
[ [0;32m OK [0m] Reached target Remote File Systems.
[ 528.546138] systemd[1]: Listening on udev Kernel Socket.
[ [0;32m OK [0m] Listening on udev Kernel Socket.
[ 528.572767] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 528.606287] systemd[1]: Listening on udev Control Socket.
[ [0;32m OK [0m] Listening on udev Control Socket.
[ 528.675255] systemd[1]: Mounted POSIX Message Queue File System.
[ [0;32m OK [0m] Mounted POSIX Message Queue File System.
[ 528.718045] systemd[1]: Mounted /sys/kernel/debug.
[ [0;32m OK [0m] Mounted /sys/kernel/debug.
[ 528.738650] systemd[1]: Started Journal Service.
[ [0;32m OK [0m] Started Journal Service.
[ [0;32m OK [0m] Started Remount Root and Kernel File Systems.
[ [0;32m OK [0m] Started Create list of required sta...ce nodes for the
current kernel.
[ [0;32m OK [0m] Started Load Kernel Modules.
Mounting Configuration File System...
Starting Apply Kernel Variables...
Mounting FUSE Control File System...
Starting Create Static Device Nodes in /dev...
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
Starting Flush Journal to Persistent Storage...
[ [0;32m OK [0m] Mounted Configuration File System.
[ [0;32m OK [0m] Mounted FUSE Control File System.
[ [0;32m OK [0m] Started LSB: Setup /var/run/katana directory.
[ [0;32m OK [0m] Started Apply Kernel Variables.
[ [0;32m OK [0m] Started Create Static Device Nodes in /dev.
[ [0;32m OK [0m] Started Load/Save Random Seed.
[ 529.438105] systemd-journald[4725]: Received request to flush runtime
journal from PID 1
[ [0;32m OK [0m] Reached target Local File Systems (Pre).
[ [0;32m OK [0m] Reached target Local File Systems.
Starting udev Kernel Device Manager...
[ [0;32m OK [0m] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ [0;32m OK [0m] Started udev Kernel Device Manager.
Starting LSB: Tune IDE hard disks...
[ [0;32m OK [0m] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ [0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.
[ [0;32m OK [0m] Started Network Time Synchronization.
[ [0;32m OK [0m] Reached target System Time Synchronized.
[ [0;32m OK [0m] Started LSB: Tune IDE hard disks.
[ [0;32m OK [0m] Started udev Coldplug all Devices.
[ [0;32m OK [0m] Reached target System Initialization.
Starting Restore Sound Card State...
[ [0;32m OK [0m] Started Daily Cleanup of Temporary Directories.
[ [0;32m OK [0m] Reached target Timers.
[ [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.
[ [0;32m OK [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ [0;32m OK [0m] Listening on node-red.socket.
[ [0;32m OK [0m] Listening on cloud9.socket.
[ [0;32m OK [0m] Reached target Sockets.
[ [0;32m OK [0m] Reached target Basic System.
Starting Avahi mDNS/DNS-SD Stack...
[ [0;32m OK [0m] Started D-Bus System Message Bus.
[ [0;32m OK [0m] Started Avahi mDNS/DNS-SD Stack.
Starting Connection service...
Starting Restore /etc/resolv.conf i...e the ppp link was shut
down....
[ [0;32m OK [0m] Started wifidog gateway Service.
[ [0;32m OK [0m] Started Regular background program processing daemon.
Starting Login Service...
[ [0;32m OK [0m] Started Deferred execution scheduler.
Starting Cape Manager Service...
Starting Generic Board Startup...
[ [0;32m OK [0m] Started Entropy daemon using the HAVEGE algorithm.
Starting LSB: Load kernel modules needed to enable cpufreq
scaling...
[ [0;32m OK [0m] Started Pulse Audio.
Starting LSB: Start busybox udhcpd at boot time...
Starting dnsmasq - A lightweight DHCP and caching DNS server...
Starting System Logging Service...
[ [0;32m OK [0m] Started Restore Sound Card State.
[ [0;32m OK [0m] Started Restore /etc/resolv.conf if...ore the ppp link
was shut down..
[ [0;32m OK [0m] Started Cape Manager Service.
[ [0;32m OK [0m] Started System Logging Service.
[ [0;32m OK [0m] Started LSB: Start busybox udhcpd at boot time.
[ [0;32m OK [0m] Started Connection service.
[ [0;32m OK [0m] Started Login Service.
[ [0;32m OK [0m] Stopped Generic Board Startup.
[ [0;32m OK [0m] Stopped target Timers.
[ [0;32m OK [0m] Reached target Unmount All Filesystems.
Starting Store Sound Card State...
[ [0;32m OK [0m] Stopped Daily Cleanup of Temporary Directories.
Stopping Entropy daemon using the HAVEGE algorithm...
Stopping Login Service...
Stopping Regular background program processing daemon...
Stopping Deferred execution scheduler...
Stopping LSB: Start busybox udhcpd at boot time...
[ [0;32m OK [0m] Stopped wifidog gateway Service.
[ [0;32m OK [0m] Stopped target System Time Synchronized.
Stopping Avahi mDNS/DNS-SD Stack...
Stopping System Logging Service...
Stopping Pulse Audio...
[ [0;32m OK [0m] Removed slice system-serial\x2dgetty.slice.
Stopping Connection service...
[ [0;32m OK [0m] Removed slice system-getty.slice.
[ [0;32m OK [0m] Stopped Avahi mDNS/DNS-SD Stack.
[ [0;32m OK [0m] Stopped Regular background program processing daemon.
[ [0;32m OK [0m] Stopped Login Service.
[ [0;32m OK [0m] Stopped Connection service.
[ [0;32m OK [0m] Stopped Deferred execution scheduler.
[ [0;32m OK [0m] Stopped Entropy daemon using the HAVEGE algorithm.
[ [0;32m OK [0m] Stopped LSB: Load kernel modules needed to enable
cpufreq scaling.
[ [0;32m OK [0m] Stopped Pulse Audio.
[ [0;32m OK [0m] Stopped System Logging Service.
[ [0;32m OK [0m] Stopped dnsmasq - A lightweight DHCP and caching DNS
server.
[ [0;1;31mFAILED [0m] Failed to start Store Sound Card State.
See 'systemctl status alsa-store.service' for details.
[ [0;32m OK [0m] Stopped LSB: Start busybox udhcpd at boot time.
[ [0;32m OK [0m] Stopped target Remote File Systems.
[ [0;32m OK [0m] Stopped target Remote File Systems (Pre).
Stopping D-Bus System Message Bus...
[ [0;32m OK [0m] Stopped D-Bus System Message Bus.
[ [0;32m OK [0m] Stopped target Basic System.
[ [0;32m OK [0m] Stopped target Paths.
[ [0;32m OK [0m] Stopped Forward Password Requests to Wall Directory
Watch.
[ [0;32m OK [0m] Stopped Dispatch Password Requests to Console Directory
Watch.
[ [0;32m OK [0m] Stopped target Sockets.
[ [0;32m OK [0m] Closed Syslog Socket.
[ [0;32m OK [0m] Closed cloud9.socket.
[ [0;32m OK [0m] Closed node-red.socket.
[ [0;32m OK [0m] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[ [0;32m OK [0m] Stopped target Slices.
[ [0;32m OK [0m] Removed slice User and Session Slice.
[ [0;32m OK [0m] Closed D-Bus System Message Bus Socket.
[ [0;32m OK [0m] Stopped target System Initialization.
Stopping Network Time Synchronization...
[ [0;32m OK [0m] Stopped target Encrypted Volumes.
[ [0;32m OK [0m] Stopped Apply Kernel Variables.
[ [0;32m OK [0m] Stopped Load Kernel Modules.
Stopping Load/Save Random Seed...
[ [0;32m OK [0m] Stopped target Swap.
[ [0;32m OK [0m] Stopped Network Time Synchronization.
[ [0;32m OK [0m] Stopped Create Volatile Files and Directories.
[ [0;32m OK [0m] Stopped target Local File Systems.
[ [0;32m OK [0m] Stopped target Local File Systems (Pre).
[ [0;32m OK [0m] Stopped Create Static Device Nodes in /dev.
[ [0;32m OK [0m] Stopped Load/Save Random Seed.
[ [0;32m OK [0m] Stopped Remount Root and Kernel File Systems.
[ [0;32m OK [0m] Reached target Shutdown.
[ [0;32m OK [0m] Reached target Final Step.
Starting Power-Off...
[ 535.520513] systemd-shutdown[1]: Sending SIGTERM to remaining
processes...
[ 535.563341] systemd-journald[4725]: Received SIGTERM from PID 1
(systemd-shutdow).
[ 535.591039] systemd-udevd[4772]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.603691] systemd-udevd[4776]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.618414] systemd-udevd[4769]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.630530] systemd-udevd[4803]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.644475] systemd-udevd[4766]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.656310] systemd-udevd[4801]: Process '/bin/readlink
/etc/udev/rules.d/80-net-setup-link.rules' terminated by signal TERM.
[ 535.685811] systemd-shutdown[1]: Sending SIGKILL to remaining
processes...
[ 535.710015] systemd-shutdown[1]: Unmounting file systems.
[ 535.716802] systemd-shutdown[1]: Remounting '/' read-only with options
'errors=remount-ro,data=ordered'.
[ 535.764903] EXT4-fs (mmcblk1p1): re-mounted. Opts:
errors=remount-ro,data=ordered
[ 535.879852] systemd-shutdown[1]: Remounting '/' read-only with options
'errors=remount-ro,data=ordered'.
[ 535.890508] EXT4-fs (mmcblk1p1): re-mounted. Opts:
errors=remount-ro,data=ordered
[ 535.898177] systemd-shutdown[1]: All filesystems unmounted.
[ 535.903865] systemd-shutdown[1]: Deactivating swaps.
[ 535.909251] systemd-shutdown[1]: All swaps deactivated.
[ 535.914635] systemd-shutdown[1]: Detaching loop devices.
[ 535.922789] systemd-shutdown[1]: All loop devices detached.
[ 535.928563] systemd-shutdown[1]: Detaching DM devices.
[ 535.934398] systemd-shutdown[1]: All DM devices detached.
[ 535.950335] systemd-shutdown[1]: Powering off.
[ 535.980972] musb-hdrc musb-hdrc.1.auto: remove, state 4
[ 535.986308] usb usb1: USB disconnect, device number 1
[ 535.991404] usb 1-1: USB disconnect, device number 2
[ 535.998053] musb-hdrc musb-hdrc.1.auto: USB bus 1 deregistered
[ 536.004724] reboot: Power down
[ 536.007965] System will go to power_off state in approx. 1 second
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/beagleboard/bd8bf768-7078-4cfc-951c-2b7eeda729d1%40googlegroups.com.