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 ... 60 61 [62] 63 64 ... 83
916
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 23, 2013, 07:58:05 am »
Quote
Better change this before an idiots types this in an terminal on his pc....
/dev/<usb> would be better, many use a second hdd.

Edit: Too late, I hate caching..

917
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 23, 2013, 07:48:05 am »
Otherwise you'll get HUGE problems ;)

918
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 22, 2013, 03:25:56 pm »
It's your script, theres "#boot" instead of "boot" which gives an "Unknown command" error.

Edit: "Ramdisk too large" Oops, my mistake  :-[ Use the initrd from tangrs for now

919
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 03:20:20 pm »
Remeber: Change system/skeleton/etc/passwd and etc/securetty before the first build!

Edit: Made two rebuilds for tiplanet.org/nspire-linux-builds.
It works now, should be easier to read with a larger font. Also, the console output is faster.

Edit2: The bottleneck we have is neither the ram nor the cpu, it's rather the slow connection to our drive. USB 2 will make a huge difference.

920
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 03:14:29 pm »
Quote
I guess I'll just put lua/python or something lighter on there
Buildroot even has php and perl :3

921
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 02:47:08 pm »
Simple example:
Code: [Select]
int main(int argc, char** argv)
{
    printf("Hello World");
    return 0;
}
gcc main.c -o hw
needed 2 minutes (not overclocked).

922
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 02:30:04 pm »
Nope, the patch is for the kernel :D

923
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 02:26:23 pm »
No problems, you can build your own rootfs. I posted a tutorial on configuring somewhere in the other thread, too lazy to search now.

You can also use some other distribution, like opensuse or debian, as long as it runs on armv5.

924
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 12:37:27 pm »
Quote
I tested your image and it works perfectly
Except it makes your calculator refuse to boot in 80% of all cases xD

925
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 12:23:00 pm »
Does X work now and could you move the cursor with the mouse?
I could only test it on my device.

926
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 12:20:10 pm »
Quote
Edit: Figured it out, it passed the NAND test...weird
Yes, it is weird. But sadly we can't fix it as we don't know the cause.

927
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 12:13:04 pm »
You just corrupted your nand/filesystem/bad block table.
Nope, you didn't xD Sometimes I only need to reboot, but most times I have to run NAND tests in diag mode..
To get into diagnostics you have to press Esc+Menu+- while pressing reset on the back.

928
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 11:31:36 am »
Ok, so they made some more changes in the buildroot configuration.
I'll check that, but it needs ~2 hours to compile (Or I bypass make clean)
Use http://tiplanet.org/nspire-linux-builds/xconfig_20130112_1412.tar.bz2 instead.
that's my version.
Tip: Don't extract it over / or you'll break your system (own experience)

BTW: directfb should still work. "df_window" is a good example for touchpad and graphics.

929
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 11:21:47 am »
Quote
Black-box reverse-engineering of the filesystem is a pain.
Haven't done it before, but I think it's too confusing to see weird accesses with apparently no purpose at all.
Maybe it's the best way to compile nspire_emu with nand read/write debugging.

930
TI-Nspire / Re: nspire Linux Questions
« on: January 19, 2013, 10:59:51 am »
Quote
Ok, so this is basically an issue with the kernel itself, not with my setup.
Yes, probably with the cpufreq driver. I hope tangrs implemented the AHB clock limit correctly..

Quote
I wish I could help with porting/patching linux stuff, but I'm a newbie with C.
If you don't want to/can't code stuff, you may try to understand the filesystem.
Just open your flash image from nspire_emu in a hex editor.
Maybe you can reverse engineer it, there's currently no open source driver for the filesystem TI uses available.

Edit: Compiled the kernel on my laptop (instead of download it), it works. (Haven't tested X)
Does it work for you, too?

Pages: 1 ... 60 61 [62] 63 64 ... 83