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
translations translations
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
|-+  Support and General Use
| |-+  Hardware
| | |-+  New cheap portable player in the market
« previous next »
  • Print
Pages: 1 ... 5 6 [7] 8 9 10

Author Topic: New cheap portable player in the market  (Read 31706 times)

Offline meyertime

  • Member
  • *
  • Posts: 22
Re: New cheap portable player in the market
« Reply #90 on: April 23, 2023, 07:56:35 PM »
Quote from: saucell on April 23, 2023, 03:57:15 PM
reading your guy's posts now it seems like a miracle that the one mp3 player in the beginning of this thread had 4mb of ram!

No kidding! That's why I'm thinking of getting that device, even if the DAC is poor.
Logged

Offline saucell

  • Member
  • *
  • Posts: 17
Re: New cheap portable player in the market
« Reply #91 on: April 24, 2023, 01:22:30 AM »
Quote from: meyertime on April 23, 2023, 07:56:35 PM
Quote from: saucell on April 23, 2023, 03:57:15 PM
reading your guy's posts now it seems like a miracle that the one mp3 player in the beginning of this thread had 4mb of ram!

No kidding! That's why I'm thinking of getting that device, even if the DAC is poor.

if you manage to get rockbox working on that mp3 player i'll buy ten of them LULZ!
Logged

Online speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: New cheap portable player in the market
« Reply #92 on: April 24, 2023, 07:46:25 AM »
Quote from: saucell on April 23, 2023, 03:57:15 PM
reading your guy's posts now it seems like a miracle that the one mp3 player in the beginning of this thread had 4mb of ram!

It is pretty unusual by today's standards, that's for sure.

What I think happened is that its manufacturer got a large pile of the Spreadtrum SoCs for practically nothing, making the resulting devices cost-competitive with the more "modern" shovelware ATJ2157/RKNano-based  units.
Logged

Offline spaceship9876

  • Member
  • *
  • Posts: 11
Re: New cheap portable player in the market
« Reply #93 on: April 27, 2023, 06:12:08 PM »
would the RKNanoD SoC be viable? - https://www.rock-chips.com/a/en/products/RK_Nano_Series/2016/0908/790.html
Logged

Online speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: New cheap portable player in the market
« Reply #94 on: April 27, 2023, 06:34:22 PM »
Quote from: spaceship9876 on April 27, 2023, 06:12:08 PM
would the RKNanoD SoC be viable? - https://www.rock-chips.com/a/en/products/RK_Nano_Series/2016/0908/790.html

The RKNano-D has a total of 1MB of RAM, with no provision for external memory. 

Additionally, this memory is actually split between the two processor cores.  While the datasheet implies they can access each others' memories, it's not clear if they share a common mapping.

Regardless, 1MB of RAM just isn't going to cut it, at least not without a significant culling of our functionality, including moving back to exclusively codecs that the hardware can decode.

So, no, this isn't really viable for what folks think of as "rockbox".
Logged

Offline spaceship9876

  • Member
  • *
  • Posts: 11
Re: New cheap portable player in the market
« Reply #95 on: April 28, 2023, 11:46:54 AM »
this looks extremely interesting: https://www.cnx-software.com/2023/04/25/sonatino-raspberry-pi-zero-sized-esp32-s3-audio-board/

would this be rockboxable?
Logged

Offline saucell

  • Member
  • *
  • Posts: 17
Re: New cheap portable player in the market
« Reply #96 on: April 28, 2023, 11:53:27 AM »
Quote from: spaceship9876 on April 28, 2023, 11:46:54 AM
this looks extremely interesting: https://www.cnx-software.com/2023/04/25/sonatino-raspberry-pi-zero-sized-esp32-s3-audio-board/

would this be rockboxable?

based on reading this thread it looks like you need a minimum of 4mb of ram to run rockbox. probably 8mb preferred. 
« Last Edit: April 28, 2023, 03:26:07 PM by saucell »
Logged

Online speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: New cheap portable player in the market
« Reply #97 on: April 28, 2023, 04:43:33 PM »
Well, 2MB will work, but it means losing some codecs and plugins.  Plus a small, monochrome screen (higher resolution / bit depths require bigger framebuffers)

But the ESP32 devices use *PSRAM* which is off-chip, and connected over SPI, so it's _considerably_ slower (and higher-latency) than on-chip SRAM, or even off-chip DRAM.

So, no, these ESP32s aren't ideal.

This is a _far_ better basis for a port:  https://www.electro-smith.com/daisy/daisy

It sports a Cortex-M7 @480MHz, 64MB SDRAM, 8MB QSPI flash (plus ~384K/1M onboard SRAM/flash IIRC), and a decent WM8731 96Khz/24bit codec.
Logged

Offline saucell

  • Member
  • *
  • Posts: 17
Re: New cheap portable player in the market
« Reply #98 on: April 29, 2023, 01:01:53 AM »
rockbox running on 64mb of ram holy fudge.......
Logged

Online speachy

  • Administrator
  • Member
  • *
  • Posts: 666
Re: New cheap portable player in the market
« Reply #99 on: April 29, 2023, 10:56:44 AM »
Quote from: saucell on April 29, 2023, 01:01:53 AM
rockbox running on 64mb of ram holy fudge.......

Honestly, when we're running off of solid-state storage, you'd probably be hard pressed to see a difference with anything over 16MB of RAM.  If you leave out some of the games, anything over 8MB is probably superfluous.  The main reason the old-school ipods etc had so much RAM was because the spinning-rust hard drives were quite power hungry, and the more RAM you had, the longer you could leave the hard drive powered down.  Granted, flash storage uses power too, but compared to spinning rust, peak power is far lower and powerup is nearly instantaneous, so you can get away with buffering a lot less than before.

That said, these days, it's probably _cheaper_ to buy a 64MB RAM chip than one that's "only" 8MB.

Logged

Offline saucell

  • Member
  • *
  • Posts: 17
Re: New cheap portable player in the market
« Reply #100 on: April 29, 2023, 12:41:49 PM »
Quote from: speachy on April 29, 2023, 10:56:44 AM
Quote from: saucell on April 29, 2023, 01:01:53 AM
rockbox running on 64mb of ram holy fudge.......

Honestly, when we're running off of solid-state storage, you'd probably be hard pressed to see a difference with anything over 16MB of RAM.  If you leave out some of the games, anything over 8MB is probably superfluous.  The main reason the old-school ipods etc had so much RAM was because the spinning-rust hard drives were quite power hungry, and the more RAM you had, the longer you could leave the hard drive powered down.  Granted, flash storage uses power too, but compared to spinning rust, peak power is far lower and powerup is nearly instantaneous, so you can get away with buffering a lot less than before.

That said, these days, it's probably _cheaper_ to buy a 64MB RAM chip than one that's "only" 8MB.



forgive me for not reading all threads on this message board but why doesn't one of you geniuses make a player from that board and we all kickstart it? not enough people would put money down because a dedicated rockbox player is a niche thing?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9373
Re: New cheap portable player in the market
« Reply #101 on: April 29, 2023, 01:55:36 PM »
Quote from: saucell on April 29, 2023, 12:41:49 PM
Quote from: speachy on April 29, 2023, 10:56:44 AM
Quote from: saucell on April 29, 2023, 01:01:53 AM
rockbox running on 64mb of ram holy fudge.......

Honestly, when we're running off of solid-state storage, you'd probably be hard pressed to see a difference with anything over 16MB of RAM.  If you leave out some of the games, anything over 8MB is probably superfluous.  The main reason the old-school ipods etc had so much RAM was because the spinning-rust hard drives were quite power hungry, and the more RAM you had, the longer you could leave the hard drive powered down.  Granted, flash storage uses power too, but compared to spinning rust, peak power is far lower and powerup is nearly instantaneous, so you can get away with buffering a lot less than before.

That said, these days, it's probably _cheaper_ to buy a 64MB RAM chip than one that's "only" 8MB.



forgive me for not reading all threads on this message board but why doesn't one of you geniuses make a player from that board and we all kickstart it? not enough people would put money down because a dedicated rockbox player is a niche thing?

See here:  https://forums.rockbox.org/index.php/topic,6751.0.html
Logged

Offline saucell

  • Member
  • *
  • Posts: 17
Re: New cheap portable player in the market
« Reply #102 on: April 30, 2023, 05:29:41 PM »
Quote from: saratoga on April 29, 2023, 01:55:36 PM
Quote from: saucell on April 29, 2023, 12:41:49 PM
Quote from: speachy on April 29, 2023, 10:56:44 AM
Quote from: saucell on April 29, 2023, 01:01:53 AM
rockbox running on 64mb of ram holy fudge.......

Honestly, when we're running off of solid-state storage, you'd probably be hard pressed to see a difference with anything over 16MB of RAM.  If you leave out some of the games, anything over 8MB is probably superfluous.  The main reason the old-school ipods etc had so much RAM was because the spinning-rust hard drives were quite power hungry, and the more RAM you had, the longer you could leave the hard drive powered down.  Granted, flash storage uses power too, but compared to spinning rust, peak power is far lower and powerup is nearly instantaneous, so you can get away with buffering a lot less than before.

That said, these days, it's probably _cheaper_ to buy a 64MB RAM chip than one that's "only" 8MB.



forgive me for not reading all threads on this message board but why doesn't one of you geniuses make a player from that board and we all kickstart it? not enough people would put money down because a dedicated rockbox player is a niche thing?

See here:  https://forums.rockbox.org/index.php/topic,6751.0.html

thanks for the link. if after 15 years of talking about it we aren't any closer to making a dedicated rockbox player i guess i wont hold my breath that its going to happen soon. either way i would put some cash down on a kickstarter if it did!
Logged

Offline lubatur

  • Member
  • *
  • Posts: 15
Re: New cheap portable player in the market
« Reply #103 on: April 30, 2023, 06:27:27 PM »
Quote
either way i would put some cash down on a kickstarter if it did!
Me too.
Logged

Offline meyertime

  • Member
  • *
  • Posts: 22
Re: New cheap portable player in the market
« Reply #104 on: May 01, 2023, 01:30:14 AM »
Quote from: saucell on April 30, 2023, 05:29:41 PM
thanks for the link. if after 15 years of talking about it we aren't any closer to making a dedicated rockbox player i guess i wont hold my breath that its going to happen soon. either way i would put some cash down on a kickstarter if it did!

I would do what I can to fund it as well.  I shied away from reading that enormous thread...  I wonder if it would be easier now than it would have been back when that thread was started.  With Arduino, Raspberry Pi, and similar boards readily available.  I think someone would just have to take the time to design it, build a prototype...

Unfortunately, I don't have time for such fun.  If it were me, I would take the easiest route using readily available parts to get something that works.  It would probably be bulky and ugly.  That's why I thought it might be easier to just take a device that already exists and port Rockbox to it.
Logged

  • Print
Pages: 1 ... 5 6 [7] 8 9 10
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  New cheap portable player in the market
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.078 seconds with 21 queries.