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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
« previous next »
  • Print
Pages: 1 ... 4 5 [6] 7 8 ... 29

Author Topic: AGPTEK Rocker  (Read 149219 times)

Offline Milardo

  • Member
  • *
  • Posts: 69
Re: AGPTEK Rocker
« Reply #75 on: March 13, 2018, 06:19:27 PM »
Thanks, so one just has to rerun this?

docker run --rm -it -v /path/to/dir/with/update.upt:/upt \
-e UPT_DIR=/upt agptek-dev bootloader_install.sh

Also, to mention, that the file "update_rb.upt" doesnt get built correctly using the above command, i got a file that was only 366kb, but the post from yzdev, that outputs the file correctly with a size of about 32 mb.


Ok. After compiling this time the file got built correctly i think.

Anyone who is interested, here's a link to download the version which has the bass and treble features.

https://drive.google.com/file/d/15x7KXfIK5Vd0SmlvS5zD7czdyQlJwpWB/view
« Last Edit: June 02, 2018, 11:13:26 AM by Bilgus »
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #76 on: March 14, 2018, 03:20:05 AM »
Its enough to replace files unpacked from rockbox.zip on SD.

My crystal ball wore out. Without actual error message I cannot correct this.

For those interested USB storage support got  commited. You need to update both bootloader and main binary (so the whole procedure with .upt and unziping rockbox.zip). Enjoy.
« Last Edit: June 02, 2018, 11:14:33 AM by Bilgus »
Logged

Offline yzdev

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #77 on: March 17, 2018, 03:44:40 PM »
I noticed a display problem on the WPS (cabbie2v): When playing 1h+ podcasts %pc and %pe weren’t displayed properly. (Maybe because they are used twice?) I fixed this by changing "Time and Playlist Info" from
Code: [Select]
%V(8,126,112,12,1)
%al%pc%ac%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr%ar%pr
to
Code: [Select]
%V(2,126,124,12,1)
%al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr

USB doesn’t work for me. Ubuntu and Win10 can’t mount the disk. The display changes as expected and shows the usb plug, OS finds it, but the disk doesn’t get mounted.
dmesg doesn’t indicate problems:
Code: [Select]
[133462.724141] usb 3-1: new high-speed USB device number 67 using xhci_hcd
[133462.870490] usb 3-1: New USB device found, idVendor=c502, idProduct=0029
[133462.870492] usb 3-1: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[133462.870493] usb 3-1: Product: Rockbox media player
[133462.870494] usb 3-1: Manufacturer: Rockbox.org
[133462.870495] usb 3-1: SerialNumber: 0123456789ABCDEF
[133462.877628] usb-storage 3-1:1.0: USB Mass Storage device detected
[133462.877753] scsi host5: usb-storage 3-1:1.0
[133463.908697] scsi 5:0:0:0: Direct-Access     Agptek R ocker 010        0310 PQ: 0 ANSI: 2
[133463.909082] sd 5:0:0:0: Attached scsi generic sg2 type 0
[133463.909938] sd 5:0:0:0: [sdc] Attached SCSI removable disk
but fdisk -l doesn’t list it and fdisk /dev/sdc reports "fdisk: unable to open /dev/sdc: No medium found"
When unplugging I get "*PANIC* mount: 0"

The microSD card gets mounted properly when used with a card reader.
« Last Edit: March 17, 2018, 03:50:20 PM by yzdev »
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #78 on: March 17, 2018, 04:26:43 PM »
Does your card has partition or is it formated as superfloppy?
Logged

Offline yzdev

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #79 on: March 17, 2018, 05:23:07 PM »
FAT32 partition. I’ve tried a different card with multiple partitions (FAT16 with rockbox), same results.
Logged

Offline Roboturner913

  • Member
  • *
  • Posts: 30
Re: AGPTEK Rocker
« Reply #80 on: March 17, 2018, 08:15:02 PM »
This is probably a really stupid question, but once I have Rockboxw working on the player, can I delete it from my SD card?
Logged

Online johnb

  • Member
  • *
  • Posts: 207
Re: AGPTEK Rocker
« Reply #81 on: March 18, 2018, 03:45:44 AM »
You need to keep the .rockbox directory and its content as this is where it is run from.
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #82 on: March 18, 2018, 04:07:02 PM »
Quote from: yzdev on March 17, 2018, 05:23:07 PM
FAT32 partition. I’ve tried a different card with multiple partitions (FAT16 with rockbox), same results.
Did you perform full update (aka. updating bootloader with .upt file as well as unpacking rockbox.zip)?
Logged

Offline yzdev

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #83 on: March 18, 2018, 04:52:00 PM »
Yes.
But it can’t work if changes from repo aren’t pulled. I just checked the local sources, changes from your last commit weren’t there. I pulled them manually and will try again.
Output of bootloader_install.sh was sth. along the lines of "already up-to-date" … Well, it obviously wasn’t.

PS: Ok, I did. No change. Still unable to mount microSD while it’s in the player.
« Last Edit: March 18, 2018, 05:22:17 PM by yzdev »
Logged

Offline JimZipCode

  • Member
  • *
  • Posts: 60
Re: AGPTEK Rocker
« Reply #84 on: March 19, 2018, 08:09:58 PM »
Quote from: Milardo on March 11, 2018, 11:52:30 PM
Instructions for install:

Extract the folder out of rockbox.zip Take the folder out of that named ".rockbox" and put it directly into your sd card. Put update_rb.upt directly into sd card as well, and once in there, rename it too update.upt

Next you'll need to choose the update firmware option in agptek rocker settings. It should upgrade and then you'll have a choice to choose rockbox, the original agptek rocker os and some tools. Hope this helps, leave a reply if you need help with the install.

No luck for me.

I have a .rockbox directory at the root of my card; and I have the update.upt file there too.  When I then turn on the Rocker, go to settings and choose "update firmware", it tells me "No update!"  And then interestingly, when I turn off the device and re-connect to my computer, the update.upt file is now absent from the card.  I've repeated this twice, same behavior both times.  (It also set the filesystem to read-only, I had to unmount and remount rw the filesystem from the command line for the re-try.

The Rocker will play the mp3 and ogg files I have on that card (in folder view mode), so the formatting of the card doesn't seem to be at issue.  Any hints welcome.


Logged

Offline Milardo

  • Member
  • *
  • Posts: 69
Re: AGPTEK Rocker
« Reply #85 on: March 19, 2018, 08:21:10 PM »
Hi,

   I had a few problems as well with that. What is your sd card formatted as? Did you download the files that i uploaded or did you compile/build them yourself.? You might have to reformat the card. I actually put the two files in my sdcard using windows 10 os.
« Last Edit: March 19, 2018, 08:22:46 PM by Milardo »
Logged

Offline JimZipCode

  • Member
  • *
  • Posts: 60
Re: AGPTEK Rocker
« Reply #86 on: March 19, 2018, 08:44:53 PM »
Quote from: Milardo on March 19, 2018, 08:21:10 PM
Hi,

   I had a few problems as well with that. What is your sd card formatted as? Did you download the files that i uploaded or did you compile/build them yourself.? You might have to reformat the card. I actually put the two files in my sdcard using windows 10 os.

I downloaded the files off your Google docs links.  Your first post had one Rockbox.zip and one upt file; your second post had a different Rockbox.zip with updates for bass/treble adjustments.  I used the upt file linked from the first post, and the zip file linked from the second post.

I think the read-only thing occured because I unplugged the device from the computer, without unmounting it.  On plugging it back in, dmesg tells me this:

Code: [Select]
[1511695.530849] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[1511695.868103] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[1511695.868106] FAT-fs (sdb1): Filesystem has been set read-only

Then running mount -o remount,rw  let me write to it again.

Believe it or not, I no longer remember what the card is formatted as.  It's the same 64Gb card I've been using in my Sansa Clip (zip?) for a couple of years.  I formatted it using some tool from a Windows 7 desktop; it might have been a tool I downloaded.  Now I'm using a RHEL laptop, so I have a different set of tools available to me.  Is that log stuff above telling us the the card is formatted FAT32?  That rings a bell.

The mount command says that /dev/sdb1 is of type vfat; the file -sL command says "(volumes > 32 MB) , FAT (32 bit), sectors/FAT 7613" (among other things).




Logged

Offline Milardo

  • Member
  • *
  • Posts: 69
Re: AGPTEK Rocker
« Reply #87 on: March 19, 2018, 09:51:50 PM »
ok, yes the card should be formatted as FAT32. Sorry i'm not sure what that log is telling you. Can you try to get a different sd card (if you want) to see if rockbox can run on your player? Format as FAT32 then add a couple of mp3 then might want to format it in the agptek rocker then add some mp3 files as well as .rockbox folder and the update.upt file. I'm going to upload the upt that enables that usb mass storage support as well which you can try out too.
Logged

Offline JimZipCode

  • Member
  • *
  • Posts: 60
Re: AGPTEK Rocker
« Reply #88 on: March 19, 2018, 10:09:16 PM »
Quote from: Milardo on March 19, 2018, 09:51:50 PM
Can you try to get a different sd card (if you want) to see if rockbox can run on your player?  ... might want to format it in the agptek rocker then add some mp3 files as well as .rockbox folder and the update.upt file.

Easiest thing might be to back up the ~42Gb of music I have on this card to my computer, then format the card in the player and proceed as instructed.  FYI the "about this player" says I have firmware version 1.2.

But it's interesting, the card seems to be working in the player.  The player is reading the music files I have in there, and building its little database of artists and albums. 
Logged

Offline Milardo

  • Member
  • *
  • Posts: 69
Re: AGPTEK Rocker
« Reply #89 on: March 19, 2018, 10:12:15 PM »
Yes i have the same firmware. Also yes the stock os on the player doesnt have any issue reading from my sd card, but formatting might help get rockbox working.
Logged

  • Print
Pages: 1 ... 4 5 [6] 7 8 ... 29
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
 

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

Page created in 0.147 seconds with 22 queries.