Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-26-2020, 06:51 AM   #1
trcm
Connoisseur
trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!trcm rocks like Gibraltar!
 
Posts: 96
Karma: 100000
Join Date: Dec 2018
Location: London
Device: Kobo Libra H2O
New models speculation (bellatrix)

I was curious to see @ilovejedd mention references to a new platform 'bellatrix' seen mentioned in the most recent update bin.

Poking lightly in the rootfs image, I see the following interesting bits :

# A new CPU type (MediaTek?), so no longer using the NXP i.MX chips ?
Code:
eink_device()
  if [ "$(f_platform)" = "bellatrix" ]; then
  echo '        Driver      "mtk"' >> $XCONFFILE
  else
  echo '        Driver      "imx"' >> $XCONFFILE
  fi
# Looks like at least a new 7" device is coming....
Code:
      # Default value for 7 inch device, TODOBELLATRIX Remove after v2 is widely available
      echo '        Option      "Rotate"  "UR"' >> $XCONFFILE
# Possibly a new 6", 7" and .... 10" device ???
Code:
elif [ "$(f_platform)" = "bellatrix" ]; then
    _v_id=`cat /proc/board_id | cut -c 4-6`
    case ${_v_id} in
        BL6)
            f_modprobe gt9xx_ts
        BL7)
            /etc/upstart/cyttsp5
        BLX)
            /etc/upstart/pt5
# Though the 'Rex' platform isn't new, I hadn't heard of 'Jaeger' or 'Malbec' before, quite a few new devices there it seems?
Code:
_v_id=$(cat /proc/board_id)
case "$_v_id" in
# TATTOO ids
# malbec
      23X) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      248) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      249) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      26J) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      26K) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ;
 _v_wan=0 ;;
      26L) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      27A) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      27B) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
# bellatrix platform
      BLX) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      BL6) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;
      BL7) _v_platform=bellatrix ; _v_board=malbec ; _f_do_rev $_v_id ; _v_wan=0 ;;

Last edited by trcm; 12-26-2020 at 11:08 AM. Reason: Remove Jaeger as per NiLuJe note it’s the KT4
trcm is offline   Reply With Quote
Old 12-26-2020, 10:42 AM   #2
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
That'd be the extent of it yep.

(Jaeger is the KT4, on Rex).
NiLuJe is offline   Reply With Quote
Advert
Old 12-26-2020, 12:22 PM   #3
binaryhermit
Grand Sorcerer
binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.binaryhermit ought to be getting tired of karma fortunes by now.
 
binaryhermit's Avatar
 
Posts: 5,732
Karma: 20469902
Join Date: Oct 2014
Location: Lockport, IL
Device: Kindle PW4, Kindle Paperwhite Signature Edition
MTK and 10 inch sounds like Kindle fire to me...

EDIT: Err, Fire Tablet, FKA Kinde Fire.

EDIT again: I'd guess some of their Fire Tablet firmware source code leaked into the Kindle firmware source code

Last edited by binaryhermit; 12-26-2020 at 12:26 PM.
binaryhermit is offline   Reply With Quote
Old 12-26-2020, 01:29 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Or Fire-ish hardware leaking into the Kindle eInk SW stack .

----

FWIW, there are also hints from Kobo moving away from i.MX (but, similarly to the Fire situation on Kindle, it might also be a case of Tolino pollution).

Then there's the strange mess that is the reMarkable 2: an i.MX 7D, a SoC known for supporting a configuration with an EPDC (Hi, Zelda!), but without an EPDC in the rM board.

Last edited by NiLuJe; 12-26-2020 at 01:32 PM.
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Are the newer models of kindles better made than the older models were? jbcohen Amazon Kindle 8 10-14-2014 11:44 PM
Kindle PW 2 speculation markbot Amazon Kindle 46 01-12-2013 10:01 AM
Nook2 display speculation John-Galt Nook Color & Nook Tablet 3 10-25-2010 03:58 PM
Let the speculation begin jxh11215 Amazon Kindle 16 07-27-2010 03:33 AM
Speculation: We've seen this before from Amazon brecklundin News 20 10-08-2009 11:44 AM


All times are GMT -4. The time now is 03:13 PM.


MobileRead.com is a privately owned, operated and funded community.