Author Topic: Calling all Linux Kernel developers!  (Read 351063 times)

0 Members and 1 Guest are viewing this topic.

Offline Official.Xian

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +1/-0
  • n00bGalore
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1005 on: January 05, 2014, 10:35:40 am »
One issue I've run into, is that after a short amount of time, the keypad starts to glitch. Meaning that I have to press a key a few times to get it to be typed, or sometimes it will be entered several times. Any solutions? thanks.
http://internetometer.com/image/41346.png

If you think I deserve it, you may give my internets! :D

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1006 on: January 05, 2014, 10:37:22 am »
Do USB keyboards work?

Offline Hooloovoo

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 225
  • Rating: +22/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1007 on: January 05, 2014, 05:21:40 pm »
I can confirm that this happens on clickpad calculators. It is often triggered by the clear key for me as far as I can tell. USB keyboards work just fine.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale." -tr1p1ea
Spoiler For some of the calcs I own:



(actually I have quite a few more than this, but I don't feel like making bars for them all.)

Offline tangrs

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 229
  • Rating: +98/-0
    • View Profile
    • tangrs blog
Re: Calling all Linux Kernel developers!
« Reply #1008 on: February 11, 2014, 10:29:47 pm »
A quick update: the IRQ controller driver for classic models has just been mainlined.

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=397e7b515785cad6e10b29f3001fd80c3f519bb8

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1009 on: February 11, 2014, 10:46:17 pm »
I updated the Hackspire Wiki page at http://hackspire.unsads.com/wiki/index.php/Linux#Newer_device_tree_kernel_status. Is the rest of the page up to date?

Also, can you tell what should be added to the dts files for the entries that say "Should be a matter of adding a few lines to the device tree"?
I am using an Nspire CX, and I finally got the device tree kernel to build and run a few days ago.
« Last Edit: February 11, 2014, 10:48:32 pm by Legimet »

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1010 on: February 13, 2014, 03:06:55 pm »
Hello
sorry for my bad english im from germany
yesterday i saw this video

can you help me to get this on my ti nspire cx
i got linux without grapics with linuxloader2 working but i dont know so much about that theme  >:(
if i use linuxloader 2 i can restart the calculator and i have the normal os is it similar with this linux version
thank you for your help ;D
« Last Edit: February 13, 2014, 03:07:11 pm by jannick_s »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1011 on: February 13, 2014, 04:27:39 pm »
Hello
sorry for my bad english im from germany
Me too :D
Quote
yesterday i saw this video

can you help me to get this on my ti nspire cx
i got linux without grapics with linuxloader2 working but i dont know so much about that theme  >:(
The kernel in this video is still the old version (without DTB support, not mainlined),
so you'll have to use one of these builds (expanded) and extract one of the xconfig filesystems onto a usb drive. Run "startx" and it should work.
Quote
if i use linuxloader 2 i can restart the calculator and i have the normal os is it similar with this linux version
thank you for your help ;D
You can use nlaunch to skip the OS, but as it's a bit more complicated I'd try to get it booting manually first.

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1012 on: February 13, 2014, 04:32:33 pm »
Thank you for your fast answer
mayby you can make a Video or explain in a more detaild what i habe to so
im 16 and i dont know so mich aboit that
nur im very interested in that theme and at my school im,in The informatic class
thanks  ;D

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1013 on: February 13, 2014, 04:37:23 pm »
Thank you for your fast answer
mayby you can make a Video or explain in a more detaild what i habe to so
You said you have a working kernel, right?
You'll just have to get USB drives working and boot from it: Append "root=/dev/sda" to the  the "kernel" line in your .ll2 file.
Quote
im 16 and i dont know so mich aboit that
nur im very interested in that theme and at my school im,in The informatic class
thanks  ;D

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1014 on: February 13, 2014, 04:44:41 pm »
Ok thanks ill try it
nur i got another question how must i Format the usb drive ans in which Format must i put the files on it should they be a zip file ?

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1015 on: February 13, 2014, 04:46:47 pm »
You'll need a linux system for this. The partition should be ext4 or ext3 formatted and the .tar.bz should be extracted like this:
Code: [Select]
tar -xvzf xconfig.tar.bz2 -C /media/Replace /media/ with wherever your drive is mounted.

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re:
« Reply #1016 on: February 13, 2014, 04:48:23 pm »
Ok ill try this but today I can't get at my computer anymore

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1017 on: February 14, 2014, 08:33:31 am »
do i need the initrd file in my linux folder on the calculator?
If not, the only files in my foulder should be the linuxloader2.tns, the zImage and the startscript

Offline jannick_s

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1018 on: February 14, 2014, 08:37:54 am »
thats how my bootscript looks like:
(its one from an earlier post)

Code: [Select]
kernel linux/zImage.tns
cmdline root=/dev/sda earlyprintk debug console=tty0 console=ttyAMA0,115200n8 rootdelay=10
boot

is that right or must i change something?

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Calling all Linux Kernel developers!
« Reply #1019 on: February 14, 2014, 04:28:21 pm »
If it works, it's correct ;)