atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ ls -la 合計 1434496 drwxrwxr-x 3 root root 4096 7月 22 15:28 . drwxr-xr-x 21 atmark atmark 4096 7月 22 14:23 .. -rw-rw-r-- 1 root root 14 3月 22 17:11 .gitignore -rw-r--r-- 1 root root 51000 6月 17 15:41 armadillo_x1-v4.9-at23.dtb -rwxrwxr-x 1 root root 4191 3月 22 17:11 build.sh drwxrwxr-x 4 root root 4096 3月 22 17:11 core -rw-rw-r-- 1 root root 159 3月 22 17:11 installbootscr -rw-r--r-- 1 root root 379960 3月 25 16:42 u-boot-x1-at23.bin -rw-r--r-- 1 root root 12138592 6月 17 15:41 uImage-x1-v4.9-at23 -rw-r--r-- 1 root root 321786511 7月 22 13:38 userland1.tar.gz -rw-r--r-- 1 root root 1134518475 7月 22 13:27 userland2.tar.gz atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ sudo ./build.sh x1 u-boot-x1-at23.bin uImage-x1-v4.9-at23 armadillo_x1-v4.9-at23.dtb userland1.tar.gz Image Name: Created: Fri Jul 22 15:29:25 2022 Image Type: ARM Linux Script (uncompressed) Data Size: 167 Bytes = 0.16 KiB = 0.00 MiB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 159 Bytes = 0.16 KiB = 0.00 MiB 0+0 レコード入力 0+0 レコード出力 0 bytes copied, 3.4543e-05 s, 0.0 kB/s Checking that no-one is using this disk right now ... OK Disk /dev/loop0: 400 MiB, 419430400 bytes, 819200 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 0x9435fbdd. /dev/loop0p1: Created a new partition 1 of type 'W95 FAT32' and of size 13 MiB. /dev/loop0p2: Created a new partition 2 of type 'Linux' and of size 386 MiB. /dev/loop0p3: Done. New situation: Disklabel type: dos Disk identifier: 0x9435fbdd Device Boot Start End Sectors Size Id Type /dev/loop0p1 2048 28671 26624 13M b W95 FAT32 /dev/loop0p2 28672 819199 790528 386M 83 Linux The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. mkfs.fat 4.1 (2017-01-24) mke2fs 1.44.5 (15-Dec-2018) Discarding device blocks: done Creating filesystem with 395264 1k blocks and 99176 inodes Filesystem UUID: 8bb399bd-da29-481a-aac1-9cd8c3f6b5e5 Superblock backups stored on blocks: 8193, 24577, 40961, 57345, 73729, 204801, 221185 Allocating group tables: done Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done 368+1 レコード入力 368+1 レコード出力 377288 bytes (377 kB, 368 KiB) copied, 0.198086 s, 1.9 MB/s atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ ls -la install_* -rw-r--r-- 1 root root 419430400 7月 22 15:29 install_disk_sd_20220722_x1.img atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ sudo mv install_* install_disk_sd_20220722_1_x1.img atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$ atmark@atde8:~/make_install_disk_image$