Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ================================================================================
- Starting eMMC Flasher from microSD media
- Version: [1.20180412: all ssh regneration override...]
- ================================================================================
- ================================================================================
- Prepare environment for flashing
- Starting at Fri 15 Jul 2022 06:20:22 PM UTC
- ----------------------------------------
- ==> Giving system time to stablize...
- 5 4 3 2 1
- ==> Preparing /tmp
- ==> Preparing sysctl
- ==> sysctl: vm.min_free_kbytes=[2648]
- ==> 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 coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet
- ----------------------------------------
- ==> 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 7.2G 0 disk
- └─mmcblk0p1 179:1 0 3.5G 0 part /
- mmcblk1 179:8 0 1.8G 0 disk
- mmcblk1boot0 179:16 0 1M 1 disk
- mmcblk1boot1 179:24 0 1M 1 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
- ----------------------------------------
- 108+0 records in
- 108+0 records out
- 113246208 bytes (113 MB, 108 MiB) copied, 20.0807 s, 5.6 MB/s
- ----------------------------------------
- 108+0 records in
- 108+0 records out
- 113246208 bytes (113 MB, 108 MiB) copied, 4.65638 s, 24.3 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=2
- 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=4
- 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=2 seek=1 conv=notrunc bs=128k
- ==> Figuring out options for U-Boot copy ...
- ===> Will use : count=4 seek=1 conv=notrunc bs=384k
- ==> Copying SPL U-Boot with dd if=/opt/backup/uboot/MLO of=/dev/mmcblk1 count=2 seek=1 conv=notrunc bs=128k
- ------------------------------------------------------------
- 0+1 records in
- 0+1 records out
- 92564 bytes (93 kB, 90 KiB) copied, 0.0346902 s, 2.7 MB/s
- ------------------------------------------------------------
- ==> Copying U-Boot with dd if=/opt/backup/uboot/u-boot.img of=/dev/mmcblk1 count=4 seek=1 conv=notrunc bs=384k
- ------------------------------------------------------------
- 1+1 records in
- 1+1 records out
- 476424 bytes (476 kB, 465 KiB) copied, 0.0611612 s, 7.8 MB/s
- ------------------------------------------------------------
- Writing bootloader completed
- ================================================================================
- ================================================================================
- Partitionning /dev/mmcblk1
- ----------------------------------------
- sfdisk: [2.26.x or greater]
- ==> sfdisk parameters:
- sfdisk: [sfdisk from util-linux 2.33.1]
- sfdisk: [sfdisk --force /dev/mmcblk1]
- sfdisk: [4M,,L,*]
- ==> Partitionning
- ------------------------------------------------------------
- Checking that no-one is using this disk right now ... OK
- Disk /dev/mmcblk1: 1.8 GiB, 1920991232 bytes, 3751936 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 0xf4cc8cbc.
- /dev/mmcblk1p1: Created a new partition 1 of type 'Linux' and of size 1.8 GiB.
- /dev/mmcblk1p2: Done.
- New situation:
- Disklabel type: dos
- Disk identifier: 0xf4cc8cbc
- Device Boot Start End Sectors Size Id Type
- /dev/mmcblk1p1 * 8192 3751935 3743744 1.8G 83 Linux
- The partition table has been altered.
- Calling ioctl() to re-read partition table.
- Syncing disks.
- ------------------------------------------------------------
- ==> Partitionning Completed
- ==> Generated Partitions:
- ------------------------------------------------------------
- Disk /dev/mmcblk1: 1.8 GiB, 1920991232 bytes, 3751936 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: 0xf4cc8cbc
- Device Boot Start End Sectors Size Id Type
- /dev/mmcblk1p1 * 8192 3751935 3743744 1.8G 83 Linux
- ------------------------------------------------------------
- ================================================================================
- ================================================================================
- Preparing future rootfs to receive files
- ----------------------------------------
- ==> Formatting rootfs with mkfs.ext4 /dev/mmcblk1p1 -L rootfs
- --------------------------------------------------------------------------------
- mke2fs 1.44.5 (15-Dec-2018)
- Discarding device blocks: done
- Creating filesystem with 467968 4k blocks and 117120 inodes
- Filesystem UUID: 923b5f6e-2cbe-4f07-a29f-059bcae01ca8
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912
- Allocating group tables: done
- Writing inode tables: done
- Creating journal (8192 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
- ================================================================================
- ================================================================================
- Copying: Current rootfs to /dev/mmcblk1p1
- ----------------------------------------
- ==> rsync: / -> /tmp/rootfs
- ----------------------------------------
- 1.65G 99% 2.65MB/s 0:09:53 (xfr#68649, to-chk=135/83734)
- rsync: write failed on "/tmp/rootfs/var/lib/cloud9/extras/mfba2014/Slide09.png": No space left on device (28)
- rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]
- writing to [/dev/mmcblk1] failed...
- ==> Stopping Cylon LEDs ...
- ==> Setting LEDs to
- ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment