Hi,
I’m trying to unzip the image found here: https://developer.download.nvidia.com/training/nano/dlinano_v1-0-0_image_20GB.zip
I’ve downloaded it twice. The current (zipped) file is 7.58GB and SHA256 is:
d5f0fdd336110528e989edcd9dafd9519abf82aa02d662eb1b71116e56b494c3
Both times, unzipping (by double clicking on Mac Finder) results in a *.cpgz file. Trying the “unzip” command in Terminal gives this error:
$ unzip dlinano_v1-0-0_image_20GB.zip
Archive: dlinano_v1-0-0_image_20GB.zip
warning [dlinano_v1-0-0_image_20GB.zip]: 3285468411 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [dlinano_v1-0-0_image_20GB.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
I am going to use Balena Etcher (on Mac)- I’ve seen vague references to just imaging the zip file directly to the SD card - is this the correct method?
Thank you.