Hello everyone,
I have question related with this command in
https://github.com/beagleboard/image-builder :
sudo ./setup_sdcard.sh --img-4gb BBB-eMMC-flasher-debian-7.X-201Y-MM-DD \
--dtb beaglebone --enable-systemd --bbb-flasher \
--bbb-old-bootloader-in-emmc
which file is being used related with ./setup_sdcard_sh ?Hello everyone,
I have question related with this command in https://github.com/beagleboard/image-builder :
which file is being used related with ./setup_sdcard_sh ?sudo ./setup_sdcard.sh --img-4gb BBB-eMMC-flasher-debian-7.X-201Y-MM-DD \ --dtb beaglebone --enable-systemd --bbb-flasher \ --bbb-old-bootloader-in-emmc
root@bianchi-HP-Pavilion-dv6-Notebook-PC:/home/bianchi/Documents/image-builder/deploy# ls
debian-7.11-lxde-4gb-armhf-2017-05-09 debian-7.11-lxde-armhf-2017-05-09
debian-7.11-lxde-4gb-armhf-2017-05-09.tar debian-7.11-lxde-armhf-2017-05-09.tar <----These ones ?
root@bianchi-HP-Pavilion-dv6-Notebook-PC:/home/bianchi/Documents/image-builder/deploy/debian-7.11-lxde-armhf-2017-05-09# ls -al
total 1272096
drwxr-xr-x 3 root root 4096 May 9 19:59 .
drwxr-xr-x 4 root root 4096 May 9 20:12 ..
-rw-r--r-- 1 root root 1302528000 May 9 18:15 armhf-rootfs-debian-wheezy.tar <-----or these ones ?
x 2 root root 4096 May 9 18:14 hwpack
-rw-r--r-- 1 root root 40 May 9 18:14 ID.txt
-rw-r--r-- 1 root root 2823 May 9 18:14 image-builder.project
-rw-r--r-- 1 root root 439 May 9 18:14 post-uEnv.txt
-rwxr-xr-x 1 root root 63503 May 9 18:14 setup_sdcard.sh
-rw-r--r-- 1 root root 15 May 9 18:14 user_password.list
root@bianchi-HP-Pavilion-dv6-Notebook-PC:/home/bianchi/Documents/image-builder/deploy/debian-7.11-lxde-armhf-2017-05-09#
--
Does image-builder make 3 images ? as stated on beagleboard.org_image.sh , that was why I saw 3 similar loops ?
debian_lxde_stable="debian-7.11-lxde-armhf-${time}"
debian_lxde_4gb_stable="debian-7.11-lxde-4gb-armhf-${time}"
debian_console_stable="debian-7.11-console-armhf-${time}"
Hi Robert, after ./setup_sdcard.sh command :
root@bianchi-HP-Pavilion-dv6-Notebook-PC:/home/bianchi/Documents/image-builder/deploy/debian-7.11-lxde-armhf-2017-05-09# sudo ./setup_sdcard.sh --img-2gb bone-debian-7.11-2017-05-10 --dtb beaglebone \
> ^C
drwxr-xr-x 3 root root 4096 May 10 09:39 .
drwxr-xr-x 4 root root 4096 May 9 20:12 ..
-rw-r--r-- 1 root root 1302528000 May 9 18:15 armhf-rootfs-debian-wheezy.tar
-rw-r--r-- 1 root root 1782579200 May 10 09:39 bone-debian-7.X-201Y-MM-DD-2gb.img <== is that the file to be burned "dd" to SDcard ?