First and foremost, I'm trying to install Rockbox on a Gigabeat S, and I know that at the moment there is no stable way of installing it. My issue is not with installing the Rockbox firmware itself, its with the nk.bin bootloader firmware that puts the device into disk mode.
Here is the output code that I get when executing the
sendfirm command the instructions tell you to enter:
[john@fedora MTP]$ ./sendfirm /home/john/Desktop/"Rockbox - Gigabeat S"/nk.bin
libmtp version: 0.2.6.1
PTP: Opening session
LIBMTP PANIC: create_usb_mtp_devices(): could not inspect object property descriptions!
LIBMTP PANIC: create_usb_mtp_devices(): could not inspect object property descriptions!
Sending /home/john/Desktop/Rockbox - Gigabeat S/nk.bin
Sending file...
Progress: 78735 of 78735 (100%)
New file ID: 267386880
PTP: Closing session
ERROR: Could not close session!
inep: usb_get_endpoint_status(): Protocol error
outep: usb_get_endpoint_status(): Protocol error
usb_clear_halt() on IN endpoint: Protocol error
usb_clear_halt() on OUT endpoint: Protocol error
usb_clear_halt() on INTERRUPT endpoint: Protocol error
I have libmtp and libusb (I presume they are relatively current) along with all their dev packages installed. I'm running Fedora 9 that's currently up-to-date if that matters. If anyone can can help me or at least point me in the right direction I would really appreciate it. Thanks.