Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI-Nspire
»
DevkitPro for Nspire possible?
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: DevkitPro for Nspire possible? (Read 17292 times)
0 Members and 2 Guests are viewing this topic.
willrandship
Omnimagus of the Multi-Base.
LV11
Super Veteran (Next: 3000)
Posts: 2953
Rating: +98/-13
Insert sugar to begin programming subroutine.
DevkitPro for Nspire possible?
«
on:
April 18, 2010, 12:35:43 am »
For those who don't know, devkitPro is a popular toolchain for developing of many handhelds, such as the GP2X, GBA, NDS, PSP and others. This is why it was so easy to port their homebrew across all the different devices.
Since the NSpire runs the same ARM9 code as the GBA, would it be possible to build asm programs using devkitpro? While there are not any libraries written as of yet, the code base would be the same, and it would allow us direct access to much other code. Also, certain libraries may be portable, such as graphics libraries. The more compatible libraries we write, the easier it is to code and port.
Anyone have any feedback? Comments? Questions? Criticisms? All are welcome!
William Shipley
Logged
bwang
LV7
Elite (Next: 700)
Posts: 634
Rating: +30/-11
Re: DevkitPro for Nspire possible?
«
Reply #1 on:
April 18, 2010, 12:52:33 am »
Hmmm...I see that devkitPro is also a gcc-based toolchain. It should be possible.
Logged
willrandship
Omnimagus of the Multi-Base.
LV11
Super Veteran (Next: 3000)
Posts: 2953
Rating: +98/-13
Insert sugar to begin programming subroutine.
Re: DevkitPro for Nspire possible?
«
Reply #2 on:
April 18, 2010, 01:00:39 am »
Now, my main question: How would one go about setting it up?
I haven't had much experience programming in asm (none actually) but I think this would spur on much more development.
just a thought.....in the future, since the nspire has a rather powerful processor, on-calc asm programming could be feasible and rather speedy!
EDIT: would you happen to have a non-united TI link to the nspire emu? United TI is in the middle of its scheduled downtime.
«
Last Edit: April 18, 2010, 01:01:24 am by willrandship
»
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #3 on:
April 18, 2010, 01:37:54 am »
That would be nice if it actually made developement easier. ASM can be rather hard to program for because the code ends up so long. Libraries would be very welcome for people who prefer higher level programming rather than having to code 10 lines of code just to do a simple thing.
As for UTI it appears to work fine for me. I can access it fine at the moment. However, you need to register an account to download attachments there, which sucks. A copy of the emu, despite not being up to date, is available in our downloads section:
http://www.omnimaga.org/index.php?action=downloads;sa=view;down=485
Logged
Silver Shadow
Beta Tester
LV8
Addict (Next: 1000)
Posts: 817
Rating: +27/-7
Re: DevkitPro for Nspire possible?
«
Reply #4 on:
April 18, 2010, 04:24:34 am »
The following links have the most recent versions.
Nspire emu by Goplat:
http://ti.bank.free.fr/modules/archives/download.php?id=1604&pseudo=
Modded version by Xspire who added the calc skin:
http://ti.bank.free.fr/modules/archives/download.php?id=1730&pseudo=
«
Last Edit: April 18, 2010, 04:26:22 am by Silver Shadow
»
Logged
Former Coder of Tomorrow
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #5 on:
April 18, 2010, 04:26:40 am »
Oh wait I forgot about TI-BANK having a copy
However I never managed to understand how to get the calc skin version to work. I checked all help and even asked for some, and no one responded
So I stuck with Goplat's version and the annoyances of having to go through Command Prompt everytime to launch it.
Logged
Galandros
LV9
Veteran (Next: 1337)
Posts: 1140
Rating: +42/-10
Re: DevkitPro for Nspire possible?
«
Reply #6 on:
April 18, 2010, 05:45:20 am »
devkitpro also works on NDS. It would be nice but I don't know if it supports grayscale. Does it?
DJ, you can use a batch file instead of writing on command line everythime. I think in TI-bank archives there are some sets of them.
I would really enjoy to set up a Nspire development folder and start messing with it. It is like start everything from ground. Learn new things. But I should master other skills right now.
Logged
Hobbing in calculator projects.
Silver Shadow
Beta Tester
LV8
Addict (Next: 1000)
Posts: 817
Rating: +27/-7
Re: DevkitPro for Nspire possible?
«
Reply #7 on:
April 18, 2010, 06:55:41 am »
Yeah, the links that I provided have those batch files. Try them DJ, I'm sure they'll greatly simplify your usage of the emulator.
Logged
Former Coder of Tomorrow
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #8 on:
April 18, 2010, 11:24:53 am »
I guess I could try the batch files, but I won't write one myself cuz I don't even know how
I wish they did a TI-Nspire emu that was as simple to start up as WabbitEmu. In wabbitemu all you do is double-click wabbitemu.exe, select a ROM image and you're set.
Logged
willrandship
Omnimagus of the Multi-Base.
LV11
Super Veteran (Next: 3000)
Posts: 2953
Rating: +98/-13
Insert sugar to begin programming subroutine.
Re: DevkitPro for Nspire possible?
«
Reply #9 on:
April 18, 2010, 03:32:47 pm »
The thing with DevkitPro is that each device you develop with has its own set of libraries. We would probably have to write our own input, link and display libraries to support grayscale.
Thanks for the emulator links. To write (or change) a batch file open it with notepad, and make sure to save it as a .bat. (unless you're running linux, then you can just edit and run the text files, but for windows commands make sure to use wine!)
EDIT: Sweet! There's a Linux version, and it works!!!!!
«
Last Edit: April 18, 2010, 04:08:35 pm by willrandship
»
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #10 on:
April 18, 2010, 04:17:14 pm »
yeah my issue though is the syntax for batch files. I tried following instructions on other sites before and it wouldn't work. often I would get invalid command errors. Windows XP and 7 x64, btw
Logged
willrandship
Omnimagus of the Multi-Base.
LV11
Super Veteran (Next: 3000)
Posts: 2953
Rating: +98/-13
Insert sugar to begin programming subroutine.
Re: DevkitPro for Nspire possible?
«
Reply #11 on:
April 18, 2010, 04:34:05 pm »
Hmm, it is case sensitive, isn't it?
BTW for DevkitPro to work, we need to write a lib that does the same things as libnds or libgba for the nspire. Everything else is there. libNDS has the following in it:
2D Engine API:
-General Video
-2D Sprites
-2D Backgrounds
3D Engine API:
-OpenGL (ish)
-Box Test
-Position Test
Audio API:
-Simple Sound Engine
-MaxMod
Math:
-Hardware Assisted Math
-Fixed Point Trigonometry Functions
Memory:
-General Memory Definitions
-NDS and GBA header Structure
-Direct Memory Access
System
-Custom DS types
-Hardware Initilization
-Bios
-ARM 9 Cache
-Interrupts
-Fifo
-Timers
User Input/ouput
-Keypad and Touch pad
-Keyboard
-Console and Debug Printing
Utility
-Decompression
-Image Manipulation
-PCX file loader
-General Purpose Data Structures
Custom Peripherals
-Rumble Pack
-DS Motion Pack
Debugging
-Debug via printf to DS screen or NO$GBA
-Send message to NO$GBA
Obviously, the Nspire Library would differ in many ways, but it shows what the Library needs to implement over the devkitARM core.
I got this chart from Here
http://libnds.devkitpro.org/
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #12 on:
April 18, 2010, 04:49:24 pm »
Quote from: willrandship on April 18, 2010, 04:34:05 pm
Hmm, it is case sensitive, isn't it?
idk, it could be because I got the french version of XP. For some reasons, I had trouble running softwares before and with command prompt and got trouble due to different language issue, even if it shouldn't happen.
But again I was born into GUIs, not command prompt, and am kinda illiterate about such low level stuff. Hence why in my 9 years of 83+ programming I had to stick with TI-BASIC and some Axe Parser.
Logged
willrandship
Omnimagus of the Multi-Base.
LV11
Super Veteran (Next: 3000)
Posts: 2953
Rating: +98/-13
Insert sugar to begin programming subroutine.
Re: DevkitPro for Nspire possible?
«
Reply #13 on:
April 18, 2010, 08:17:24 pm »
Hmm...I was born in '93, but we had a realy old computer with 3.1 on it. 3.1 was so bugged up it wouldn't even start, so I used MS-DOS. I was 4, and it was easy for me. I like text more than guis anyways. Half the time in linux I use the terminal anyways
Never messed around much with other language windows. not much call for it here in good ol' utah
EDIT: Anyone want some source code? Here's LibNDS!!!!!
Would've been a tar.bz2 and 80 KB less, but those aren't allowed here.
Be warned, they have their own (short) license, so read it and make sure you follow their rules.
«
Last Edit: April 18, 2010, 08:40:26 pm by willrandship
»
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: DevkitPro for Nspire possible?
«
Reply #14 on:
April 18, 2010, 08:40:00 pm »
It depends of people really. I only got my first computer in 2004 when I was 17, because it was too expensive for us (we got this one for free). Before that, we used computers once a week at school only to play math games, we did not mess around in Windows 3.1. When we moved to 95 and 98 all we did was image editing, websites and visual BASIC. I never got the time to mess around, plus even if I did my changes would have been reset everytime I restart anyway since admins installed Deep Freeze.
In other words I was always into GUIs and stuff and since I'm not a low level language person, this is why I could only really understand TI-BASIC well.
Logged
Print
Pages: [
1
]
2
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI-Nspire
»
DevkitPro for Nspire possible?