Bootstrapping the Pi: USB-ImageWriter
Posted: Thu Apr 04, 2013 5:12 am
For burning a new SD image, Windows users have their Win32DiskImager. Linux PC users, depending on their distribution, have the equivalent USB-ImageWriter. (So why do all the howto's only describe making SDs in linux with dd?)
And USB-ImageWriter works fine on the raspbian version of Pi, provided you manually install it. It's not on the standard raspbian distribution. But it's just python script that runs on the Pi!
I simply copied these files from a working imagewriter on my Mint Nadia laptop:
/usr/bin/imagewriter
/usr/lib/imagewriter/ - 3 files
/usr/share/applications/ImageWriter - the one gnome .desktop launcher **
/usr/share/imagewriter/ - 2 files
I put them into same locations on Pi, ** except I left the launcher .desktop file on "pi"'s Desktop.
usb-imagewriter is available on at least Ubuntu and Mint machines. I had it on lmde. (I,ve recently gone "back" to Mint Nadia because lmde refused to come up on my new Tosh C850.) But I would presume the same files from
https://launchpad.net/usb-imagewriter/+download
would be fine too.
Now, at the Pi, I can plug in a USB flash stick with ".img" file, and a $1 SD read/writer, and I can burn fresh SD cards without any PC. It "just works".
It's too easy. Have I missed something?
And USB-ImageWriter works fine on the raspbian version of Pi, provided you manually install it. It's not on the standard raspbian distribution. But it's just python script that runs on the Pi!
I simply copied these files from a working imagewriter on my Mint Nadia laptop:
/usr/bin/imagewriter
/usr/lib/imagewriter/ - 3 files
/usr/share/applications/ImageWriter - the one gnome .desktop launcher **
/usr/share/imagewriter/ - 2 files
I put them into same locations on Pi, ** except I left the launcher .desktop file on "pi"'s Desktop.
usb-imagewriter is available on at least Ubuntu and Mint machines. I had it on lmde. (I,ve recently gone "back" to Mint Nadia because lmde refused to come up on my new Tosh C850.) But I would presume the same files from
https://launchpad.net/usb-imagewriter/+download
would be fine too.
Now, at the Pi, I can plug in a USB flash stick with ".img" file, and a $1 SD read/writer, and I can burn fresh SD cards without any PC. It "just works".
It's too easy. Have I missed something?