nareshkamboju

flash x15

Jan 11th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ./x15-flash.sh /dev/mmcblk0
  2. ---> Erase partition table/labels on micro-SD card...
  3. [sudo] password for naresh:
  4. 1+0 records in
  5. 1+0 records out
  6. 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.137063 s, 7.7 MB/s
  7.  
  8. ---> Create partition layout...
  9. Checking that no-one is using this disk right now ... OK
  10.  
  11. Disk /dev/mmcblk0: 14.9 GiB, 16021192704 bytes, 31291392 sectors
  12. Units: sectors of 1 * 512 = 512 bytes
  13. Sector size (logical/physical): 512 bytes / 512 bytes
  14. I/O size (minimum/optimal): 512 bytes / 512 bytes
  15.  
  16. >>> Created a new DOS disklabel with disk identifier 0x8f9f5730.
  17. Created a new partition 1 of type 'W95 FAT32 (LBA)' and of size 100 MiB.
  18. /dev/mmcblk0p2: Created a new partition 2 of type 'Linux' and of size 14.8 GiB.
  19. /dev/mmcblk0p3:
  20. New situation:
  21.  
  22. Device Boot Start End Sectors Size Id Type
  23. /dev/mmcblk0p1 * 2048 206847 204800 100M c W95 FAT32 (LBA)
  24. /dev/mmcblk0p2 206848 31291391 31084544 14.8G 83 Linux
  25.  
  26. The partition table has been altered.
  27. Calling ioctl() to re-read partition table.
  28. Syncing disks.
  29.  
  30. ---> Format partitions...
  31. --> Format partition 1 (boot)...
  32. mkfs.fat 3.0.28 (2015-05-16)
  33. mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
  34. --> Format partition 2 (rootfs)...
  35. mke2fs 1.42.13 (17-May-2015)
  36. Discarding device blocks: done
  37. Creating filesystem with 3885568 4k blocks and 972944 inodes
  38. Filesystem UUID: 457c15af-5d12-4cbc-b878-951a0f466cd6
  39. Superblock backups stored on blocks:
  40. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
  41.  
  42. Allocating group tables: done
  43. Writing inode tables: done
  44. Creating journal (32768 blocks): done
  45. Writing superblocks and filesystem accounting information: done
  46.  
  47. naresh@linaro:/media/naresh/d6b2639d-7d65-4aef-a0ab-860a15404dc5/naresh/x15-uboot$
Add Comment
Please, Sign In to add comment