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 01-15-2022, 01:48 AM   #1
cwalls
Member
cwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheese
 
Posts: 10
Karma: 1010
Join Date: Jan 2022
Device: Kindle Voyage 3G + WiFi (Europe)
uboot ignores input

Hello,

I am connected to the serial pins at the back of my Kindle Voyage (5.13.5).
The connection seems to work fine, when I press a key at the right time, I get dropped to the 'uboot >' prompt.

However all further input gets ignored. If I press enter the cursor just goes to the beginning of the current line, no matter what I typed.

I also noticed that if I connect to power (via usb) lots of gibberish appears on the serial terminal.

Another Issue which might be related is that if I try to boot normally, I get stuck with:

Code:
imx_epdc_fb imx_epdc_fb: unable to set VCOM = 250mV (err = -22)
..
BATTERY INVALID: -22
..
=== BATTERY ID IS INVALID. STOPPING BOOT ===

I am grateful for any Infos/Ideas!
cwalls is offline   Reply With Quote
Old 01-15-2022, 03:17 AM   #2
eddie.t.h
Groupie
eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.
 
eddie.t.h's Avatar
 
Posts: 198
Karma: 123456
Join Date: Jan 2018
Device: Too Much Kindle :-)
Everything indicates damage to the battery. To be sure, check its connector, preferably under a microscope.
eddie.t.h is offline   Reply With Quote
Advert
Old 01-15-2022, 10:22 AM   #3
cwalls
Member
cwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheese
 
Posts: 10
Karma: 1010
Join Date: Jan 2022
Device: Kindle Voyage 3G + WiFi (Europe)
Is it likely that this (bad battery) is also the cause for the uboot problem (uboot prompt ignoring any input)?

Yesterday I was able to temporarily make it boot normally. But iirc uboot shell was still unusable as described. I then unplugged some wires, because I again wanted to look at the back of the motherbaord. After that, the battery issue reappeared.

What is imx_epdc_fb? Maybe the line
Code:
imx_epdc_fb imx_epdc_fb: unable to set VCOM = 250mV (err = -22)
is caused by not having connected the e-ink display correctly?

In the following image, is it correct that the chip/connector at the top left (J1603) is for the e-ink display, and the one at the top right (REV02 written on it) is for the touch sensor?
https://www.mobileread.com/forums/at...2&d=1415313934

In an attempt to remove the battery I used some force, which bend the battery a little. Can such bending cause such battery problems?

I already have checked the connector before, however I don't have a microscope. Sorry if this is a bad question, but what would I look for anyways? Just bend pins and dirt/dust?
cwalls is offline   Reply With Quote
Old 01-15-2022, 10:38 AM   #4
katadelos
rm -rf /
katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.
 
Posts: 219
Karma: 3333683
Join Date: Nov 2019
Location: United Kingdom
Device: K5, KT, KT2, KT3, KT4, KV, PW2, PW3, PW4, PW5
Quote:
Originally Posted by cwalls View Post
Is it likely that this (bad battery) is also the cause for the uboot problem (uboot prompt ignoring any input)?
Possibly, could also be a bad connection to the serial port too.

Quote:
Originally Posted by cwalls View Post
What is imx_epdc_fb? Maybe the line
Code:
imx_epdc_fb imx_epdc_fb: unable to set VCOM = 250mV (err = -22)
is caused by not having connected the e-ink display correctly?
That line is an error from the driver for the display (IMX E-Paper Display Controller FrameBuffer). Leaving the display disconnected will cause that error.


Quote:
Originally Posted by cwalls View Post
In the following image, is it correct that the chip/connector at the top left (J1603) is for the e-ink display, and the one at the top right (REV02 written on it) is for the touch sensor?
https://www.mobileread.com/forums/at...2&d=1415313934
That is correct.


Quote:
Originally Posted by cwalls View Post
In an attempt to remove the battery I used some force, which bend the battery a little. Can such bending cause such battery problems?
For sure, I'd replace it.
katadelos is offline   Reply With Quote
Old 01-15-2022, 11:59 AM   #5
eddie.t.h
Groupie
eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.
 
eddie.t.h's Avatar
 
Posts: 198
Karma: 123456
Join Date: Jan 2018
Device: Too Much Kindle :-)
The battery error is caused by one of the connector pins being out of contact from the thermistor built into the battery. So I would look for anything that this lack of connection could be causing. Of course, it is possible that the damage is inside the battery.
What voltage do you have the ttl converter for? Check that you have a good ground connection.
The board will not boot up without the display plugged in.

Last edited by eddie.t.h; 01-15-2022 at 01:14 PM.
eddie.t.h is offline   Reply With Quote
Advert
Old 01-15-2022, 11:36 PM   #6
cwalls
Member
cwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheese
 
Posts: 10
Karma: 1010
Join Date: Jan 2022
Device: Kindle Voyage 3G + WiFi (Europe)
I was able to solve my problems:

The "uboot ignores input" problem as well as the problem of gibberish appearing while usb is connected were caused by not connecting with ground correctly.

The battery issue went away after I plugged in the e-ink Display correctly.

Thank you
cwalls is offline   Reply With Quote
Reply

Tags
battery, serial, uboot


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KT3 wiped mmc, only uboot csakakirc Kindle Developer's Corner 15 08-21-2023 02:06 PM
PW Source for PaperWhite uboot? hjalfi Kindle Developer's Corner 11 03-17-2021 07:36 PM
Uboot needed for pw2 Merlin09 Kindle Developer's Corner 67 03-13-2020 08:31 PM
REQ: input on Database Structure and testing a workaround input jecilop Library Management 15 12-17-2015 12:10 AM


All times are GMT -4. The time now is 12:34 PM.


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