1216
TI-Nspire / nspire Linux Questions
« on: November 17, 2012, 01:38:56 pm »Quote
bunzip2: No such file or directoryPlease read your error messages..
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. 1216
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 01:38:56 pm »Quote bunzip2: No such file or directoryPlease read your error messages.. 1217
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 01:23:17 pm »
I'll download it myself and look whether it's really corrupt.. on my server it worked :-/
I downloaded it from dropbox, ran "bunzip2 rootfs.tar.bz2" and got no errors. Could you try to use bunzip2 too? Does it work now? Edit(Eeems): Merged double post 1218
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 12:50:27 pm »
One HDD (of two, RAID 1) from my server is faulty, maybe thats the cause.
I'll upload it to dropbox, if I can find my username Could you please post the commands you're running? rootfs.tar.bz2 zImage.tns 1219
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 10:23:49 am »
If you format the whole disk, the partition table becomes invalid.
So format it, unplug and replug it (or use partprobe) and mount it. (`mount -t ext4 /dev/sda /media`) 1220
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 08:14:40 am »
If you partition /dev/sda, you have to mkfs.ext4 /dev/sda1, then mount it.
You have to use partprobe to reread the partition table, if it's not automatically invoked. 1221
TI-Nspire / nspire Linux Questions« on: November 17, 2012, 07:02:50 am »
Partitioning overwrites the first 512 Bytes of your USB-Stick, making it's filesystem corrupt.
If you want to use the whole disk, you mustn't partition it! But if you want to partition, do it first, then mkfs.ext4 /dev/sda1. If you really partition /dev/sda on your computer, make sure it's your USB-Stick, else your data will be lost, be careful! 1222
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 16, 2012, 01:22:12 pm »Quote Have you used scripts/checkpatch.pl on that patch, and fixed the warnings/errors if any ?Whoops, no, I forgot But now I don't get any errors besides one 80+ character line ^^ 1223
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 16, 2012, 12:31:49 pm »Quote Update: Just bought a Clickpad. Work on porting to it will begin soon!Yay, finally my friend can use linucx too :-) At the moment he calls it useless, dumb and ugly, but he's only jealous... Tangrs, did you get my patch for the framebuffer? It's sent in Opera, but not in the webinterface.. Please give me your opinion, it's my first patch ever 1224
TI-Nspire / nspire Linux Questions« on: November 16, 2012, 01:24:38 am »
Yeah, try downloading it again. On my server and laptop it works fine.
1226
TI-Nspire / nspire Linux Questions« 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. 1227
TI-Nspire / nspire Linux Questions« 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. 1228
TI-Nspire / nspire Linux Questions« 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. 1229
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 15, 2012, 02:40:36 pm »Quote This may be a stupid question, but could binary distributions such as Fedora ARM be used with it?Nope, all supported devices have a Cortex A9, the nspire an armv5. openSUSE and debian work fine. Quote waiting 10 sec before mounting root device..Don't use a initrd! It's not needed and you can't save anything! Use an USB-Stick as root fs! 1230
TI-Nspire / Re: Calling all Linux Kernel developers!« on: November 15, 2012, 02:09:53 pm »Quote Vogtinator, do you have an actual partition on the USB drive? And if so, what type?Yes, /dev/sda1 for / (you need to customize bootscript_usb.lls) and /dev/sda2 for swap (/etc/fstab). Quote 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 how1. Copy linuxloader2.tns and bootscript_usb.lls onto your calc 2. Assign the lls extension to linuxloader2 (/ndless/ndless.cfg) 3. Untar the root filesystem onto your usb-stick (`tar -xvf rootfs.tar.bz2 -C <mountpoint of usb-stick>`) |
|