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 09-16-2015, 04:44 AM   #46
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by idoit View Post
It doesn't work on my DXG. In fact, it makes it instantly reboot!

I'd say let's go back to how v1 was working (without rmmod g_ether and ...) and use dithermation to speed up instead. ?
What compiler?
Anything newer than 4.6 generates un-aligned memory accesses on ARMv6.
There is a very good chance that the lab126 kernel wasn't patched to support un-aligned memory accesses.

so check your compiler/compiler docs - see if you can disable un-aligned memory accesses - -
or use an older compiler.
knc1 is offline   Reply With Quote
Old 09-16-2015, 11:31 AM   #47
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: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
I have a few ramblings about that very fact in the comments of my x-compile script in the K3 TC setup section .
NiLuJe is offline   Reply With Quote
Old 09-16-2015, 12:23 PM   #48
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
This technical stuff is getting too technical, my head is swimming.
Perhaps we should standardize on something - COBOL maybe?
knc1 is offline   Reply With Quote
Old 09-16-2015, 01:28 PM   #49
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
For all practicality, I'd like to vouch for the mylcd v1.0 way of doing things (as it was less intrusive) + dithermation. I PM'ed.

Last edited by thatworkshop; 09-16-2015 at 03:11 PM.
thatworkshop is offline   Reply With Quote
Old 09-16-2015, 10:25 PM   #50
nahte
Enthusiast
nahte began at the beginning.
 
Posts: 28
Karma: 12
Join Date: Aug 2015
Device: none
Quote:
Originally Posted by idoit View Post
For all practicality, I'd like to vouch for the mylcd v1.0 way of doing things (as it was less intrusive) + dithermation. I PM'ed.
The mylcd v1.0 is for windows only, idoit, the binary is not working on your dxg, the reason I guess is due to the dxg or ubuntu's kernel version is not what is mentioned on github.

I like linux, so the linux binary is put on https://github.com/nahtethan/dxg-display, which I believe is working, but idoit said he failed, has anyone else tried binary?

Last edited by nahte; 09-16-2015 at 10:45 PM.
nahte is offline   Reply With Quote
Old 09-16-2015, 10:57 PM   #51
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by nahte View Post
The mylcd v1.0 is for windows only, idoit, the binary is not working on your dxg, the reason I guess is due to the dxg or ubuntu's kernel version is not what is mentioned on github.
Maybe, but see also posts #46 and #47 above.
knc1 is offline   Reply With Quote
Old 09-17-2015, 02:47 PM   #52
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by nahte View Post
The mylcd v1.0 is for windows only, idoit, the binary is not working on your dxg, the reason I guess is due to the dxg or ubuntu's kernel version is not what is mentioned on github.

I like linux, so the linux binary is put on https://github.com/nahtethan/dxg-display, which I believe is working, but idoit said he failed, has anyone else tried binary?
The kernel version for the client side is out of question because as soon as mylcd is run Kindle reboots!
thatworkshop is offline   Reply With Quote
Old 09-17-2015, 03:06 PM   #53
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by idoit View Post
The kernel version for the client side is out of question because as soon as mylcd is run Kindle reboots!
Just to hijack a thread (haven't done that yet today) -

There is a lot of that going around -
I now have grub(2) booting Win8.1 directly to BSD.
No user interaction required -
just gets the express trip to BSD after the little loading icon stops spinning.

MS has improved that (since Win95) - after about a 5 second delay, it shuts down the computer, as in 'power off'.

= = = =

Most recent release of gparted-live hangs - kernel is missing a USB hub module required for the little box I am testing on.

Which may turn out to be Kubrick's problem also (or something very similar).

Last edited by knc1; 09-17-2015 at 03:10 PM.
knc1 is offline   Reply With Quote
Old 09-17-2015, 10:58 PM   #54
nahte
Enthusiast
nahte began at the beginning.
 
Posts: 28
Karma: 12
Join Date: Aug 2015
Device: none
Quote:
Originally Posted by idoit View Post
The kernel version for the client side is out of question because as soon as mylcd is run Kindle reboots!
I mean the kernel version of dxg, is it dxg 2.5.8 and kernel 2.6.22?
nahte is offline   Reply With Quote
Old 09-17-2015, 11:59 PM   #55
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by nahte View Post
I mean the kernel version of dxg, is it dxg 2.5.8 and kernel 2.6.22?
2.6.22.
Can both Windows version and Linux version of client merge? (which I believe affects the server side too?!)
thatworkshop is offline   Reply With Quote
Old 09-18-2015, 02:27 AM   #56
nahte
Enthusiast
nahte began at the beginning.
 
Posts: 28
Karma: 12
Join Date: Aug 2015
Device: none
Quote:
Originally Posted by idoit View Post
2.6.22.
Maybe you are required to use launchpad to insmod module and execute mylcd.
Windows version is totally different to Linux.
nahte is offline   Reply With Quote
Old 09-18-2015, 02:38 AM   #57
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by nahte View Post
Maybe you are required to use launchpad to insmod module and execute mylcd.
Windows version is totally different to Linux.
launchpad was replaced years ago by KUAL and has not been maintained for even longer.
knc1 is offline   Reply With Quote
Old 09-18-2015, 04:46 AM   #58
nahte
Enthusiast
nahte began at the beginning.
 
Posts: 28
Karma: 12
Join Date: Aug 2015
Device: none
Quote:
Originally Posted by knc1 View Post
launchpad was replaced years ago by KUAL and has not been maintained for even longer.
It is ok, please use kual, just launch some commands using keyboard.
nahte is offline   Reply With Quote
Old 09-18-2015, 07:41 AM   #59
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by nahte View Post
It is ok, please use kual, just launch some commands using keyboard.
I guess my point did not translate well.
Try this in your favorite on-line translator:

Nobody is maintaining launchpad.
When it breaks, it will be broken forever.

People are maintaining KUAL.
When it breaks, it gets fixed.

Do you want your application to die when launchpad dies?
Your choice.
knc1 is offline   Reply With Quote
Old 09-18-2015, 10:44 AM   #60
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by nahte View Post
Maybe you are required to use launchpad to insmod module and execute mylcd.
Windows version is totally different to Linux.
Obviously, I have tried it with both KUAL extension and Launchpad. I think that's irrelevant. Now, the point that knc1 and NiLuJe arise might affect regarding kernel. My point is, even if that's true, it is a weakness, not be able to run on all DX(G)'s let alone other Kindles. We should work towards making it available for more variations. So, did mylcd 1.0 have less complications and therefore less issues of this sort?

One thing is that the Windows version at least did work... The Linux version didn't work for me.

Quote:
Originally Posted by nahte View Post
It is ok, please use kual, just launch some commands using keyboard.
Also, KUAL is keyboard-less...

Last edited by thatworkshop; 09-18-2015 at 12:21 PM.
thatworkshop is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto recompile opensource firmware for KOBO reader fastrobot Kobo Developer's Corner 41 06-24-2015 11:47 PM
Iriver Story firmware to go opensource greenapple iRiver Story 7 05-22-2013 04:05 AM
opensource jetbook?? read365 Ectaco jetBook 2 12-13-2011 07:56 PM
Firmware als OpenSource Projekt? thoschi PocketBook 13 02-04-2011 01:38 AM
Sony and opensource codes. ProDigit Sony Reader 3 10-28-2008 02:04 PM


All times are GMT -4. The time now is 07:32 PM.


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