Topic: Retrieve serial number?

Is there a way to retrieve the serial number for a Chumby either via a script or through flash? I'm running a custom control panel and need a way to uniquely identify a Chumby. I could create my own registration process, but I'd prefer to use some hardwired unique id like a serial number or processor id. I've scoured the ChumbyNative code and don't see anything there that looks like it would do the trick. Any suggestions?

Thanks,
Todd

Re: Retrieve serial number?

var guid:String = ChumbyNative.backtick("guidgen.sh");

Re: Retrieve serial number?

Perfect! Thanks!