Byzantium / ByzPi

RaspberryPi port of Byzantium Linux.
http://byzantium.github.com/ByzPi/
73 stars 19 forks source link

A few changes to qemu script #4

Open catskillmarina opened 11 years ago

catskillmarina commented 11 years ago

changed 'qemu-system-arm -cpu help' to 'qemu-system-arm -cpu ?' as help did not work on my system.

Added some comments to show where to get raspberry pi kernel and other things.

virtadpt commented 11 years ago

I'm not sure what's going on, but I keep getting "file not found" errors for everything I pass on the command line. Not sure what's up with that.

catskillmarina commented 11 years ago

The flags are not working quite right. I had it working fine but i had to ommit flags. It's using $1 $2 rather than getopts.

On Fri, Apr 12, 2013 at 11:05 AM, The Doctor notifications@github.comwrote:

I'm not sure what's going on, but I keep getting "file not found" errors for everything I pass on the command line. Not sure what's up with that.

— Reply to this email directly or view it on GitHubhttps://github.com/Byzantium/ByzPi/pull/4#issuecomment-16297969 .


Marina's Running Adventures http://catskillmarina.blogspot.com/

http://www.kaaterskill100.org

haxwithaxe commented 11 years ago

getopt ftw?