46
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: February 24, 2013, 04:25:24 pm »
Pretty much all packages available for ARM debian are available for the calculators.
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. 46
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 24, 2013, 04:25:24 pm »
Pretty much all packages available for ARM debian are available for the calculators.
47
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 24, 2013, 04:52:55 am »
Very nice!
48
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 21, 2013, 06:08:28 am »@Naruto: Try doing the following:The initrd works. There's a maintenance menu and a diagnostics menu. Which one did you boot to? Booting into diags and running the NAND tests has always worked for me. 49
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 19, 2013, 05:56:03 am »That time comparison seems a little off, depending on where nLaunch's exploit is. (I haven't used it since I currently don't have an nspire) I'm pretty sure nLaunch exploits a hole in boot2 before it starts loading the OS so it does it early enough to be useful. 50
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 19, 2013, 05:28:46 am »
Update
I've started working on nLaunch integration. Basically, I'm writing up some software that will package up the kernel into a format that boot2 likes and will be launchable with nLaunch directly. Pretty much everything is done but unfortunately, boot2 doesn't like the file I built and won't boot just yet. Once I solve this, we'll be able to boot Linux directly from boot2 without the Nspire software even existing (i.e. a 'permanent' installation). This can save some a lot of loading time since we don't have to wait for boot2 to load a ~9MB OS into memory then load the ~2MB kernel + initrd afterwards - we can simply have boot2 load our 2MB kernel directly! This will reduce the time from cold boot to a Linux shell down to about 12-15 seconds. For reference, it normally takes ~50 seconds to get to a Linux shell from a cold boot. I hope that post made sense. The hours of coding has messed with my brain a little 51
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 18, 2013, 11:55:05 pm »From what I've read, GCC is not a good compiler to use on the nspire. 1. Yes. Recompile the kernel with no USB debugging messages. 2. Yes. You should be able to just mount the rootfs on your virtual machine and modify the welcome message from there. 3. Not as far as I know. X was probably designed for larger screen sizes so the default window size is probably a reflection of that. 4. The borders and being able to drag stuff around is controlled by a window manager (which runs on X). twm is the one that looks most X-y but you can use others right up to Gnome/KDE (though, it'd probably be pretty slow). 5. I believe the directfb library will let you do that. 52
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 08:47:05 pm »On which device? Are you running it as root? 53
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 08:30:37 pm »
Ohh, I've never used the initrds on the nightly builds I'd imagine you can just login as 'root' with no password.
54
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 08:18:13 pm »never mind, now it says hi, wtf are you doing with me? nanocx login: what do i do lol Huh? 55
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 08:07:31 pm »So I open my linux loader and run this. What if you add a rdsize 0x4000 before the boot? 56
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 07:57:53 pm »On which device? On your virtual machine. To make sure USB host always works, try reading up http://hackspire.unsads.com/wiki/index.php/Linux#USB 57
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 07:32:08 pm »
What does fdisk -l show?
58
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 15, 2013, 06:47:13 pm »
How are you preparing the USB drive?
59
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 13, 2013, 05:08:19 pm »Do you have the old version of the bootloader by any chance? If you enter the bootloader (without the script), and use the mach command, what does it give you? Yeah, that's an older version of the bootloader. The machine number changed in the recent version. You'll need to grab a more recent version. 60
TI-Nspire / Re: Calling all Linux Kernel developers!« on: February 13, 2013, 03:31:13 am »kernel linux/zImage.tns Do you have the old version of the bootloader by any chance? If you enter the bootloader (without the script), and use the mach command, what does it give you? |
|