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 ... 78 79 [80] 81 82 83
1186
TI-Nspire / Re: nspire Linux Questions
« on: November 24, 2012, 01:22:51 pm »
No, try it with CONFIG_RT2X00.
http://ourl.ca/17131/325155

1187
TI-Nspire / Re: nspire Linux Questions
« on: November 24, 2012, 10:53:22 am »
Hm, I googled "Ralink RT2080L linux" and it seems to need firmware..
I hate it, as these things tend to get quite annoying  >:(

1188
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 24, 2012, 08:23:45 am »
Quote
But now imagine I have succesfuly compiled the kernel, how to compile stuff that is not included in that kernel ? (for example, how to you manage to add the extra-programs that are available by default when you run your kernel ?).

Ok, guide for buildroot:
1. "git clone git://git.buildroot.org/buildroot" and "cd buildroot"
2. "make menuconfig"
3. Target Architecture -> ARM (little endian)
4. Target Architecture Variant -> arm926t
5. Enable BR2_CCACHE for faster recompilings
6. System Configuration -> Port to run a getty (login prompt) on -> tty0
7. Configure what you want, but use GCC 4.6.x as 4.7 introduces some preprocessor bugs.
8. Edit system/skeleton/etc/passwd and change "root:x:0" to "root::0"
9. "make"
10. "tar -xvf output/images/rootfs.tar -C <usb-stick>"
11. boot
12. Play crysis if you chose to build it (may need some time)

Of course you can use whatever arm(v5) linux distro you like. But most of them are waaay to slow.

1189
TI-Nspire / Re: nspire Linux Questions
« on: November 23, 2012, 05:09:03 pm »
Loader and bootscript from http://ourl.ca/17131;msg=266194.
Kernel and root file system from http://ourl.ca/17131/323635

1190
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 23, 2012, 04:30:52 pm »
Quote
Here, the "build yourself" means for me to open emacs, and start coding. Is that what you wanted to say?
You could do that if you have the patience and time, but http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux should be faster if you're not trying to compile it on a 4004 ;D
Your prefix will be arm-none-eabi-, you just have to copy the binarys created into /usr/bin, /opt/cross or whatever directory is in your $PATH.

Quote
Where you talking about the rule "some" and "tea"?
That'd be possible to, but the configuration is much more complicated..


1191
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 23, 2012, 01:35:55 pm »
How to compile your kernel (not using buildroot):
1. Build yourself a cross compiler for arm (little endian), you can use buildroot and the nspire-scripts.
Than add the binarys to your PATH (if they dont have a prefix like "arm-gcc", add one)
2. Create a new folder for your build
3. clone tangrs git tree with "git clone git://github.com/tangrs/linux" and "cd linux"
4. Download my patch (for X, directfb...) "wget http://dl.dropbox.com/u/105478372/fbdev.patch" and apply it "git apply fbdev.patch"
5. Edit "Makefile" and search for "ARCH ?= $(SUBARCH)" and change it to "ARCH := arm".
    Do the same for "CROSS_COMPILE ?= <something>" and change it to "CROSS_COMPILE := <your arm-gcc-prefix e.g. 'arm-elf-'>"
6. "make nspire_defconfig"
7. "make menuconfig", "make xconfig" or "make gconfig"
Configure it suitable for your needs, but enable (Search using "/"):
CONFIG_EXT4_FS
EXT4_USE_FOR_EXT23
CONFIG_SCSI
CONFIG_BLK_DEV_SD
CONFIG_USB_STORAGE
CONFIG_SWAP if you want to use swap
CONFIG_STRIP_ASM_SYMS if you dont want to debug the kernel
disable CONFIG_LOGO if you want to see longer errors on your screen without scrolling ;D

For internet you will need:
CONFIG_INET
CONFIG_NETDEVICES
For WLAN:
CONFIG_CFG80211
CONFIG_MAC80211
and the driver for your WLAN-dongle, you can get the name with "lsusb -v".

If something doesn't work, there are many tutorials on configuring your kernel.
8. Compile: "make zImage -j"
9. Make cup of coffee
10. Drink it, but be careful, it may be hot
11. "mv arch/arm/boot/zImage zImage.tns"
12. Copy it onto your calculator
13. Boot

1192
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 21, 2012, 04:06:26 pm »
Is it already possible to use GPIOs?

Edit:
http://www.youtube.com/watch?v=K8P7lxQ9bcw Yeah, got removed!

1193
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 21, 2012, 10:07:01 am »
Wow, I just checked the comments on my video, and I saw THAT:
http://www.youtube.com/watch?v=K8P7lxQ9bcw
Some a**hole motherf****r stole my video, I already reported it!

1194
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 20, 2012, 01:54:32 pm »
I tried to compile mednafen, but it needs opengl and there's no way to disable it  >:(

1195
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 02:13:29 pm »
Hm, I don't think snes9x will work, 5 min should be enough for the nintendo-logo.

1196
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 02:03:05 pm »
Quote
He can forget about that right now
Not if someone compiles webkit, qt and midori, midori supports Youtube HTML5.
But I think it'll be even slower than a slide show..

1197
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 01:48:07 pm »
Quote
Did you try multiple ROMs? Some ROMs might not work in it.
Super Mario World (it's not even illegal, I own it  ;) ) works on my desktop..
I'll give it another try and wait longer

Quote
I think I read somewhere that you need about 10-30 times the console's processor speed in order to emulate it properly, add to that the extra chips that certain SNES games use (I think Starfox Super FX chip was 20-30 MHz)
No prob at all, at least for games without superFX 240 MHz should be enough..

1198
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 01:30:30 pm »
By
Quote
Quote
Well, browsing the Internet to be able to visit Omnimaga anywhere of course
It's already possible if you have an UMTS-Stick and 5V battery for the hub, so, we're finished, bye  ;D
I meant your target for this project is already reached.. Sorry if you misunderstood

I can't get snes9x to run.. It starts, loads the file without any problems/warnings and shows a black screen..
Should I just wait or does it just simply not run?

1199
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 12:19:47 pm »
Quote
Yeah, that was not a very kind way of telling me something I already knew. Moreover, as aeTIos said, I was talking about a graphical web browser because there is no interest to browse Omni without being able to see the projects' screenshots.
But links has support for graphics! X11 or directfb, both works (see my video)

1200
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: November 19, 2012, 11:29:21 am »
Quote
This doesn't really sound kind.  Especially since I think he means a graphical web browser.
No problem, midori is integrated in buildroot and ONLY needs QT and webkit..
I didn't try that, I don't want to have to wait until it's compiled.

Pages: 1 ... 78 79 [80] 81 82 83