Author Topic: TI-Nspire Navigator stuff  (Read 6436 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire Navigator stuff
« Reply #15 on: September 20, 2011, 05:05:59 pm »
Thanks Critor!
Will look at it tomorrow when I get on a decent computer :)

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: TI-Nspire Navigator stuff
« Reply #16 on: September 24, 2011, 03:59:05 pm »
Episode 4: massively recharge your cradles

Check the TI-Nspire Cradle Charging Bay photos:
http://tiplanet.org/forum/viewtopic.php?t=8249
TI-Planet co-admin.

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: TI-Nspire Navigator stuff
« Reply #17 on: September 29, 2011, 05:59:46 pm »
Episode 5: about the Navigator cradle USB port





First, here's your best hint about this port with this exclusive screen capture:




Now, read the complete test with photos here:
http://tiplanet.org/forum/viewtopic.php?f=43&t=8265#p116611
« Last Edit: September 29, 2011, 06:01:55 pm by critor »
TI-Planet co-admin.

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: TI-Nspire Navigator stuff
« Reply #18 on: September 29, 2011, 06:31:53 pm »
Interesting, thanks for the info critor! :)


Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: TI-Nspire Navigator stuff
« Reply #19 on: September 30, 2011, 05:49:51 pm »
Episode 6: the TI-Nspire Navigator Access Point flashable firmware

Yes, the TI-Nspire Navigator Access Point firmware can be updated.

And the firmware seems to be built on a Linux OS.

Check at my evidence and download the firmware legally here:
http://tiplanet.org/forum/viewtopic.php?f=43&t=8267#p116631
« Last Edit: September 30, 2011, 05:50:16 pm by critor »
TI-Planet co-admin.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire Navigator stuff
« Reply #20 on: September 30, 2011, 05:55:27 pm »
Hah, so Linux anyway!
Will check it out tomorrow, to see if I can get some interesting bits out of it :D

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire Navigator stuff
« Reply #21 on: October 01, 2011, 06:43:19 am »
Alrighty, I managed to extract an ext2 image out of it:
Code: (SH) [Select]
dd if=initrd.e2fs.gz.uboot bs=1 skip=64 of=rootfs.ext2.gz
gzip -d rootfs.ext2.gz

I need to use to split the file because the first part is a uImage (kernel) header.
Now you have the ext2 image, simple mount it (sudo mount -o loop rootfs.ext2 /path/to/mount/point).
In it you can see that it uses the RADIUS technology for its network. Also, it looks like it contains a SSH server, so you should be able to SSH into it.

Here are the file results on initrd.e2fs.gz.uboot and uImage:
Code: [Select]
uImage: u-boot legacy uImage, Linux-2.6.31.13, Linux/ARM, OS Kernel Image (Not compressed), 1655392 bytes, Wed Jan 19 19:11:06 2011, Load Address: 0x80008000, Entry Point: 0x80008000, Header CRC: 0x5D8D20F3, Data CRC: 0xCB86419D

initrd.e2fs.gz.uboot: u-boot legacy uImage, NWB Image 3.0.0.20, Linux/ARM, RAMDisk Image (gzip), 4937853 bytes, Wed Jan 19 19:11:44 2011, Load Address: 0x81000000, Entry Point: 0x81000000, Header CRC: 0xA0DE5B4D, Data CRC: 0x0D85D138
« Last Edit: October 01, 2011, 06:43:37 am by jimbauwens »

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: TI-Nspire Navigator stuff
« Reply #22 on: October 01, 2011, 09:42:48 am »
it looks like it contains a SSH server, so you should be able to SSH into it.

And I should be able to try this ;)



Special Episode: The TI-Nspire Navigator Access Point

Click this for a surprise:
http://tiplanet.org/forum/viewtopic.php?f=43&t=8270#p116645
« Last Edit: October 01, 2011, 09:42:59 am by critor »
TI-Planet co-admin.