Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Sandisk - Installation/Removal
| | | |-+  E200R Automatic Bootloader and Rockbox Installer
« previous next »
  • Print
Pages: [1] 2 3 ... 5

Author Topic: E200R Automatic Bootloader and Rockbox Installer  (Read 19623 times)

DavidGWRawson

  • Guest
E200R Automatic Bootloader and Rockbox Installer
« on: September 08, 2007, 06:10:08 PM »
Im currently working on an automatic bootloader and rockbox installer for E200R Models. It uses the same method as before, but makes it automated. Ill come back with results...

EDIT: I can't seem to get e200tool for windows to work..... it wont find the device. Libusb doesnt help.

EDIT: It's probably best to do it manually.......It isn't as hard as it sounds.
« Last Edit: September 08, 2007, 06:39:25 PM by DavidGWRawson »
Logged

Offline chrisjs169

  • Member
  • *
  • Posts: 95
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #1 on: September 08, 2007, 08:46:02 PM »
Quote from: DavidGWRawson on September 08, 2007, 06:10:08 PM
Im currently working on an automatic bootloader and rockbox installer for E200R Models. It uses the same method as before, but makes it automated. Ill come back with results...

EDIT: I can't seem to get e200tool for windows to work..... it wont find the device. Libusb doesnt help.

EDIT: It's probably best to do it manually.......It isn't as hard as it sounds.

I already have a semi automatic script to patch the bootloader - it mostly just tells you what to do and you simply press enter a few times.  It, like e200tool, only works on Linux.  
Logged

DavidGWRawson

  • Guest
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #2 on: September 08, 2007, 09:06:47 PM »
I was thinking of one for windows users without having to download linux or ubuntu
Logged

Offline chrisjs169

  • Member
  • *
  • Posts: 95
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #3 on: September 08, 2007, 10:15:58 PM »
e200tool requires libusb, which, while can be installed on Windows, nobody has had any luck on getting it working.  Good luck if you want to try.
Logged

Offline e280ruser

  • Member
  • *
  • Posts: 21
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #4 on: September 08, 2007, 10:39:09 PM »
I just wrote up a script to install rockbox automatically on the R series only.  It is experimental, however, as I don' t have a R series to test it on.  USE AT YOUR OWN RISK!  It was made from the wiki, and should work, but I am not sure if it will.  I am not responsible for stupidity (except my own).  Please only use if you know what you are actually doing and don't want to do the process by hand.  By the way, this is linux only.  
Note: Because of forum rules, I uploaded this file as a .txt file.  Just rename the file extension if/when you download it.

USE AT YOUR OWN RISK!



[attachment deleted by admin for age]
« Last Edit: September 08, 2007, 10:41:27 PM by e280ruser »
Logged

Offline chrisjs169

  • Member
  • *
  • Posts: 95
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #5 on: September 08, 2007, 11:05:43 PM »
Quote from: e280ruser on September 08, 2007, 10:39:09 PM
I just wrote up a script to install rockbox automatically on the R series only.  It is experimental, however, as I don' t have a R series to test it on.  USE AT YOUR OWN RISK!  It was made from the wiki, and should work, but I am not sure if it will.  I am not responsible for stupidity (except my own).  Please only use if you know what you are actually doing and don't want to do the process by hand.  By the way, this is linux only.  
Note: Because of forum rules, I uploaded this file as a .txt file.  Just rename the file extension if/when you download it.

USE AT YOUR OWN RISK!



Very nice, seems to work better than mine...more automatic.  However, there's no sleep (or similar) after some directions.  Example: "Let's determine where your sansa is located.  Plug in your sansa in regular mode.  Don't mount it just yet."  Right after bash is able to display that, it immediately runs fdisk, which wouldn't give the user enough time.


UPDATE: I don't think your script is needed now - JdGordon modified e200tool in a way to have it patch the bootloader, so now all you need to do is run "./et2 bootloader.bin" (without holding REC) and it patches it.
« Last Edit: September 08, 2007, 11:16:27 PM by chrisjs169 »
Logged

Offline e280ruser

  • Member
  • *
  • Posts: 21
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #6 on: September 08, 2007, 11:16:32 PM »
Yea, this is still in its alpha stages.  I think I'll be setting up a SVN sometime soon.  Just kidding.  I've been trying to learn bash, so I just threw this together.  I hoped that with the 2 flashing warning banners, that people would read every line somewhat carefully.  
Logged

Offline chrisjs169

  • Member
  • *
  • Posts: 95
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #7 on: September 08, 2007, 11:18:42 PM »
Quote from: e280ruser on September 08, 2007, 11:16:32 PM
Yea, this is still in its alpha stages.  I think I'll be setting up a SVN sometime soon.  Just kidding.  I've been trying to learn bash, so I just threw this together.  I hoped that with the 2 flashing warning banners, that people would read every line somewhat carefully.  

See my edit 5 seconds before your post ;)
Logged

Offline e280ruser

  • Member
  • *
  • Posts: 21
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #8 on: September 08, 2007, 11:44:57 PM »
Cool beans. ;D
Logged

DavidGWRawson

  • Guest
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #9 on: September 09, 2007, 12:46:08 AM »
I'm saying that it needs to work on windows to make it 90% easier, without the hassle of using linux. For those windows users. (by the way, ubuntu(a linux based OS) is better than windows, in its own way).
Logged

Offline chrisjs169

  • Member
  • *
  • Posts: 95
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #10 on: September 09, 2007, 12:52:04 AM »
Well, the problem isn't Rockbox, it's getting libusb to work on Windows.
Logged

Offline John Brown

  • Member
  • *
  • Posts: 81
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #11 on: September 09, 2007, 04:59:28 PM »
Yeah if only there was one way of getting it to work on windows....
Logged

Offline Bagder

  • Member
  • *
  • Posts: 1452
    • Daniel's site
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #12 on: September 09, 2007, 05:12:20 PM »
If only there was a Windows programmer interested to get it working...
Logged

Offline e280ruser

  • Member
  • *
  • Posts: 21
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #13 on: September 09, 2007, 08:57:21 PM »
Quote from: Bagder on September 09, 2007, 05:12:20 PM
If only there was a Windows programmer interested to get it working...

Wait...there are windows programmers.  I think I'm going to vomit.  That's like a buddhist nazi, it just doesn't make sense.
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: E200R Automatic Bootloader and Rockbox Installer
« Reply #14 on: September 09, 2007, 08:59:43 PM »
The key word there was interested.
Logged

  • Print
Pages: [1] 2 3 ... 5
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Sandisk - Installation/Removal
| | | |-+  E200R Automatic Bootloader and Rockbox Installer
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.097 seconds with 16 queries.