Author Topic: nspire Linux Questions  (Read 133436 times)

0 Members and 2 Guests are viewing this topic.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« on: November 15, 2012, 01:48:03 pm »
vogtinator

can you please tell me how to install the links on the ti nspire or if its already posted can you tell me where and how
thanks..

Regards

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #1 on: November 15, 2012, 02:11:03 pm »
From what I can tell it's already in the image. Just type links in the command line, press enter and it should work.


it says " -sh :links: not found "

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
nspire Linux Questions
« Reply #2 on: November 15, 2012, 02:13:58 pm »
Quote
it says " -sh :links: not found "
Well try what was said before your post. If trying to run links still says command not found try running this: /usr/bin/links
/e

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #3 on: November 15, 2012, 02:31:43 pm »
Quote
it says " -sh :links: not found "
Well try what was said before your post. If trying to run links still says command not found try running this: /usr/bin/links

still not found.... T.T

is it because my rootfs is not mounted?

i have this message when starting:

" waiting 10 sec before mounting root device..
Ramdisk: ext2  filesystem found at block 0
Ramdisk: Loading 2061Kib (1disk) into ram disk.. done
VFS: mounted root (ext2 file system) on device 1:0

Welcome to buildroot
Buildroot login: root.... etc.... then i type /usr/bin/links.... still not found  "


Regards,
« Last Edit: November 15, 2012, 02:35:59 pm by noobnonin »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
nspire Linux Questions
« Reply #4 on: November 15, 2012, 02:34:23 pm »
Quote
still not found.... T.T
Did you do what was said before your post first?
/e

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #5 on: November 15, 2012, 02:51:23 pm »
Quote
waiting 10 sec before mounting root device..
Ramdisk: ext2  filesystem found at block 0
Ramdisk: Loading 2061Kib (1disk) into ram disk.. done
Quote
Don't use a initrd! It's not needed and you can't save anything!
Use an USB-Stick as root fs!


so the usb should be in ext2? or fat?
« Last Edit: November 15, 2012, 02:54:15 pm by noobnonin »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
nspire Linux Questions
« Reply #6 on: November 15, 2012, 02:57:26 pm »
Quote
so the usb should be in ext2? or fat?
If you use my kernel (which you should, as X is working), use ext4.
If you crash with ext2, it may become corrupt.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #7 on: November 15, 2012, 03:04:09 pm »
errr if the rootfs its in the ram, i cant open links? theres no directory to it if its in the ram?

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
nspire Linux Questions
« Reply #8 on: November 15, 2012, 03:07:32 pm »
Quote
otfs its in the ram, i cant open links? theres no directory to it if its in the ram?
You use an initrd which gets loaded into ram.

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #9 on: November 15, 2012, 03:15:05 pm »
vogtinator, did u used dd if=rootfs.ext2 of=/dev/sdb ?? on linux?, are you using a usb with an ext4 format?? and is the usb if u are not, then how did you do?

Regards,

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
nspire Linux Questions
« Reply #10 on: November 15, 2012, 03:22:30 pm »
Do the following: (/dev/sda = USB-Stick)
1. mkdir /tmp/mount
2. mkfs.ext4 /dev/sda
3. mount /dev/sda /tmp/mount (ignore warnings)
4. tar -xvf rootfs.tar.bz2 -C /tmp/mount (The rootfs.tar.bz2 I posted before, download with `wget http://ritter-vogt.dyndns.biz/lowlevel/rootfs.tar.bz2`)
5. umount /tmp/mount
6. Enjoy!

Edit: You have to use my kernel, too.

« Last Edit: November 15, 2012, 03:23:21 pm by Vogtinator »

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #11 on: November 15, 2012, 03:35:15 pm »
right away bro ur the best!! XD


can you post your kernel too??
thanks

Regards,
« Last Edit: November 15, 2012, 03:35:50 pm by noobnonin »

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
nspire Linux Questions
« Reply #12 on: November 15, 2012, 03:42:47 pm »
I posted it here

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
nspire Linux Questions
« Reply #13 on: November 15, 2012, 08:46:26 pm »
Vogtinator, i had a problem look


Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
nspire Linux Questions
« Reply #14 on: November 15, 2012, 09:04:15 pm »
Try opening it with the GUI unarchiver. If it also errors, you probably got your archive corrupted at some point along the way. If it extracts normally, just follow the instructions from there as if tar had worked.