Guest User

Untitled

a guest
Jul 15th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.17 KB | None | 0 0
  1. ================================================================================
  2. Starting eMMC Flasher from microSD media
  3. Version: [1.20180412: all ssh regneration override...]
  4. ================================================================================
  5.  
  6. ================================================================================
  7. Prepare environment for flashing
  8. Starting at Fri 15 Jul 2022 06:20:22 PM UTC
  9. ----------------------------------------
  10. ==> Giving system time to stablize...
  11. 5 4 3 2 1
  12. ==> Preparing /tmp
  13. ==> Preparing sysctl
  14. ==> sysctl: vm.min_free_kbytes=[2648]
  15. ==> sysctl: setting: [sysctl -w vm.min_free_kbytes=16384]
  16. vm.min_free_kbytes = 16384
  17. ----------------------------------------
  18. ==> Determining root drive
  19. ==> 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
  20. ----------------------------------------
  21. ==> root_drive=[/dev/mmcblk0p1]
  22. ====> Root drive identified at [/dev/mmcblk0p1]
  23. ==> Boot Drive [/dev/mmcblk0p1]
  24. ==> Figuring out Source and Destination devices
  25. ====> Source identified: [/dev/mmcblk0]
  26. ====> Destination identified: [/dev/mmcblk1]
  27. ==> Figuring out machine
  28. ====> Machine is TI_AM335x_BeagleBone_Black
  29. ====> Machine is compatible with BeagleBone Black
  30. ================================================================================
  31. 5 4 3 2 1
  32.  
  33. ========================================
  34. Checking for Valid bbb-eeprom header
  35. ==> Valid bbb-eeprom header found [335]
  36. ========================================
  37.  
  38. ================================================================================
  39. Checking running system
  40. ==> Copying: [/dev/mmcblk0] -> [/dev/mmcblk1]
  41. ==> lsblk:
  42. ----------------------------------------
  43. NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  44. mmcblk0      179:0    0  7.2G  0 disk
  45. └─mmcblk0p1  179:1    0  3.5G  0 part /
  46. mmcblk1      179:8    0  1.8G  0 disk
  47. mmcblk1boot0 179:16   0    1M  1 disk
  48. mmcblk1boot1 179:24   0    1M  1 disk
  49. ----------------------------------------
  50. ==> df -h | grep rootfs:
  51. ----------------------------------------
  52. ==> Giving you time to check...
  53. 10 9 8 7 6 5 4 3 2 1
  54. ================================================================================
  55.  
  56. ================================================================================
  57. Preparing drives
  58.  
  59. ----------------------------------------
  60. ==> Erasing: /dev/mmcblk1
  61. ----------------------------------------
  62. 108+0 records in
  63. 108+0 records out
  64. 113246208 bytes (113 MB, 108 MiB) copied, 20.0807 s, 5.6 MB/s
  65. ----------------------------------------
  66. 108+0 records in
  67. 108+0 records out
  68. 113246208 bytes (113 MB, 108 MiB) copied, 4.65638 s, 24.3 MB/s
  69. ----------------------------------------
  70. ==> Erasing: /dev/mmcblk1 complete
  71. ----------------------------------------
  72.  
  73. ----------------------------------------
  74. ==> Loading /boot/SOC.sh
  75. ************************************************************
  76. #!/bin/sh
  77. format=1.0
  78.  
  79. board=am335x_evm
  80.  
  81. bootloader_location=dd_spl_uboot_boot
  82. bootrom_gpt=
  83.  
  84. dd_spl_uboot_count=2
  85. dd_spl_uboot_seek=1
  86. dd_spl_uboot_conf=notrunc
  87. dd_spl_uboot_bs=128k
  88. dd_spl_uboot_backup=/opt/backup/uboot/MLO
  89.  
  90. dd_uboot_count=4
  91. dd_uboot_seek=1
  92. dd_uboot_conf=notrunc
  93. dd_uboot_bs=384k
  94. dd_uboot_backup=/opt/backup/uboot/u-boot.img
  95.  
  96. boot_fstype=ext4
  97. conf_boot_startmb=4
  98. conf_boot_endmb=
  99. sfdisk_fstype=L
  100.  
  101. boot_label=BOOT
  102. rootfs_label=rootfs
  103.  
  104. #Kernel
  105. dtb=
  106. serial_tty=ttyO0
  107. usbnet_mem=
  108.  
  109. #Advanced options
  110. #disable_ssh_regeneration=true
  111.  
  112. ************************************************************
  113. ==> Loaded
  114.  
  115. ----------------------------------------
  116.  
  117. ================================================================================
  118. Writing bootloader to [/dev/mmcblk1]
  119. ----------------------------------------
  120. ==> Figuring out options for SPL U-Boot copy ...
  121. ===> Will use : count=2 seek=1 conv=notrunc bs=128k
  122. ==> Figuring out options for U-Boot copy ...
  123. ===> Will use : count=4 seek=1 conv=notrunc bs=384k
  124. ==> Copying SPL U-Boot with dd if=/opt/backup/uboot/MLO of=/dev/mmcblk1 count=2 seek=1 conv=notrunc bs=128k
  125. ------------------------------------------------------------
  126. 0+1 records in
  127. 0+1 records out
  128. 92564 bytes (93 kB, 90 KiB) copied, 0.0346902 s, 2.7 MB/s
  129. ------------------------------------------------------------
  130. ==> Copying U-Boot with dd if=/opt/backup/uboot/u-boot.img of=/dev/mmcblk1 count=4 seek=1 conv=notrunc bs=384k
  131. ------------------------------------------------------------
  132. 1+1 records in
  133. 1+1 records out
  134. 476424 bytes (476 kB, 465 KiB) copied, 0.0611612 s, 7.8 MB/s
  135. ------------------------------------------------------------
  136. Writing bootloader completed
  137. ================================================================================
  138.  
  139. ================================================================================
  140. Partitionning /dev/mmcblk1
  141. ----------------------------------------
  142. sfdisk: [2.26.x or greater]
  143. ==> sfdisk parameters:
  144. sfdisk: [sfdisk from util-linux 2.33.1]
  145. sfdisk: [sfdisk --force /dev/mmcblk1]
  146. sfdisk: [4M,,L,*]
  147. ==> Partitionning
  148. ------------------------------------------------------------
  149. Checking that no-one is using this disk right now ... OK
  150.  
  151. Disk /dev/mmcblk1: 1.8 GiB, 1920991232 bytes, 3751936 sectors
  152. Units: sectors of 1 * 512 = 512 bytes
  153. Sector size (logical/physical): 512 bytes / 512 bytes
  154. I/O size (minimum/optimal): 512 bytes / 512 bytes
  155.  
  156. >>> Created a new DOS disklabel with disk identifier 0xf4cc8cbc.
  157. /dev/mmcblk1p1: Created a new partition 1 of type 'Linux' and of size 1.8 GiB.
  158. /dev/mmcblk1p2: Done.
  159.  
  160. New situation:
  161. Disklabel type: dos
  162. Disk identifier: 0xf4cc8cbc
  163.  
  164. Device         Boot Start     End Sectors  Size Id Type
  165. /dev/mmcblk1p1 *     8192 3751935 3743744  1.8G 83 Linux
  166.  
  167. The partition table has been altered.
  168. Calling ioctl() to re-read partition table.
  169. Syncing disks.
  170. ------------------------------------------------------------
  171.  
  172. ==> Partitionning Completed
  173. ==> Generated Partitions:
  174. ------------------------------------------------------------
  175. Disk /dev/mmcblk1: 1.8 GiB, 1920991232 bytes, 3751936 sectors
  176. Units: sectors of 1 * 512 = 512 bytes
  177. Sector size (logical/physical): 512 bytes / 512 bytes
  178. I/O size (minimum/optimal): 512 bytes / 512 bytes
  179. Disklabel type: dos
  180. Disk identifier: 0xf4cc8cbc
  181.  
  182. Device         Boot Start     End Sectors  Size Id Type
  183. /dev/mmcblk1p1 *     8192 3751935 3743744  1.8G 83 Linux
  184. ------------------------------------------------------------
  185. ================================================================================
  186.  
  187. ================================================================================
  188. Preparing future rootfs to receive files
  189. ----------------------------------------
  190.  
  191. ==> Formatting rootfs with mkfs.ext4  /dev/mmcblk1p1 -L rootfs
  192. --------------------------------------------------------------------------------
  193.  
  194. mke2fs 1.44.5 (15-Dec-2018)
  195. Discarding device blocks: done
  196. Creating filesystem with 467968 4k blocks and 117120 inodes
  197. Filesystem UUID: 923b5f6e-2cbe-4f07-a29f-059bcae01ca8
  198. Superblock backups stored on blocks:
  199.         32768, 98304, 163840, 229376, 294912
  200.  
  201. Allocating group tables: done
  202. Writing inode tables: done
  203. Creating journal (8192 blocks): done
  204. Writing superblocks and filesystem accounting information: done
  205.  
  206. --------------------------------------------------------------------------------
  207. ==> Formatting rootfs: /dev/mmcblk1p1 complete
  208. ==> Creating temporary rootfs directory (/tmp/rootfs)
  209. ==> Mounting /dev/mmcblk1p1 to /tmp/rootfs
  210.  
  211. ================================================================================
  212.  
  213. ================================================================================
  214. Copying: Current rootfs to /dev/mmcblk1p1
  215. ----------------------------------------
  216. ==> rsync: / -> /tmp/rootfs
  217. ----------------------------------------
  218.           1.65G  99%    2.65MB/s    0:09:53 (xfr#68649, to-chk=135/83734)
  219. rsync: write failed on "/tmp/rootfs/var/lib/cloud9/extras/mfba2014/Slide09.png": No space left on device (28)
  220. rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]
  221. writing to [/dev/mmcblk1] failed...
  222. ==> Stopping Cylon LEDs ...
  223. ==> Setting LEDs to
  224. ----------------------------------------
  225.  
Advertisement
Add Comment
Please, Sign In to add comment