Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vogtinator

Pages: 1 ... 51 52 [53] 54 55 ... 83
781
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 11:52:20 am »
No, that is distro specific. You have to install qemu binfmt support (opensuse: qemu qemu-tools qemu-linux-user debian: qemu binfmt-support qemu-user-static)

782
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 11:37:15 am »
Actually, I think you found a bug.
I tried it just now, the following works fine:
Code: [Select]
mkdir root
debootstrap --arch armel --foreign --no-check-gpg squeeze root
qemu-binfmt-conf.sh
cp `which qemu-arm` `which qemu-arm-binfmt` root/usr/bin
chroot root
debootstrap/debootstrap --second-stage

783
TI-Nspire / Re: nspire Linux Questions
« on: April 27, 2013, 11:34:03 am »
mount --help | less ?

784
TI-Nspire / Re: nspire Linux Questions
« on: April 27, 2013, 11:28:37 am »
Quote
BUT, it doesn't seem to MOUNT the drive. I have been using an initrd to test.
If you can mount the drive with mount /dev/sda<whatever> <whereever> and it doesn't work with kernel <whatever> root=/dev/sda<whatever>, I can't help you.
But you can try the following:
Code: [Select]
mount /dev/sda<whatever> /media
mount -t devtmpfs none /media/dev
mount --bind /proc /media/proc
mount --bind /sys /media /sys
chroot /media[/quote]

785
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 11:21:44 am »
Nope, run debootstrap on your computer.
<root> means the path, where your usb drive is mounted.

786
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 11:18:31 am »
Quote
So wait, Debian ARM works?
EVERY Linux distro for arm(v5) works!

787
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 11:04:11 am »
Quote
Could there be a problem when installing over an existing file system?
I wouldn't do that. Maybe it checks if a file exists before overwriting.

Quote
What do you mean by that?
debootstrap squeeze --foreign --arch=armel <root>
Then you can use qemu-arm with qemu-binfmt-misc to run (or direcly on the calculator):
debootstrap --second-stage

Disclaimer: I didn't try it.

788
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 27, 2013, 10:11:49 am »
Does it work with debootstrap?

Quote
but when I booted it said something about runlevel,
I think there's no default runlevel set, but without the whole message it's not possible to discover the real cause.

Quote
When I booted again it ran fine, but there was no Debian (as in I tried apt-get and it gave an error about the command not existing).
Maybe it's just not installed?
If it boots, Debian is installed correctly. Even without apt-get it is debian, only dpkg should be there.

789
TI-Nspire / Re: nspire Linux Questions
« on: April 17, 2013, 01:35:22 pm »
No, it isn't.
If you use OTG, you can use both, auto detected, if not, which works depends on the nspire os.

790
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: April 14, 2013, 05:22:31 am »
No, it's just a regular Xserver which waits for some great programs ;)
But forget browsers like midori, they need to much ram :(

791
TI-Nspire / Re: nspire Linux Questions
« on: April 13, 2013, 02:56:31 pm »
But sadly theres no real lightweight alternative (couldn't find some by quick search) :-/

Quote
When you say port ... you say compiling right ? Nothing hard or too long ?
I'm running out of time on this matter ...
Nope, it can be as quick as typing CC=arm-none-eabi-gcc make && make install if you're using linux ;)

792
TI-Nspire / Re: nspire Linux Questions
« on: April 13, 2013, 02:37:20 pm »
Quote
What do you think of the idea of running a pdf reader on it?
Why not? The only question would be where to store them.
But that's no problem if you want to have to use an usb drive the whole time.

Quote
Would it be usable ?
Yes, I think so.
Xpdf seems to be the right application to port.

793
TI-Nspire / Re: nspire Linux Questions
« on: April 12, 2013, 04:29:08 pm »
Quote
i'm not so good with all those drive thinks how do i install it?
What links? You can't install "a driver", you have to recompile the kernel. Also, you have to know which driver supports your device.

794
TI-Nspire / Re: nspire Linux Questions
« on: April 12, 2013, 04:20:14 pm »
Do you mean "driver"? Nope, they're not included in expandedconfig. But if you own a device supported by linux you can easily add support.

795
TI-Nspire / Re: nspire Linux Questions
« on: April 12, 2013, 03:29:44 pm »
Quote
My hub should be here any second.
Good luck!

Quote
The fne metal tips arrangement were all stuck at the top of a small rod that should've been able to move freely.
Isn't that the standby position onto which it moves to be more resistent against shocks when turned off?
I had to loose it to make a loudspeaker like this.
The discs are now serving as decoration ;)

Pages: 1 ... 51 52 [53] 54 55 ... 83