Seems like its not the expensive doorstopper in the first 2 months (tm) like i thought..
I wrote several pages of my Bachelor Thesis on my Pyra prototype.
Be sure it won't be a useless brick the moment you get it
Seems like its not the expensive doorstopper in the first 2 months (tm) like i thought..
Is the keyboard that good?
You will be.Wow. Being able to type that much is impressive. Looking really forward to this. I don't anticipate doing a lot of typing, but I would like to be able to write scripts and enough code to do interesting things.
Thanks for the info!
You will be.
Especially with having CRTL,SHIFT,FN and ALT on the shoulder buttons.
And TAB and ESC finally are on its own keys.
Is FN mappable for scripts?
Is it available for reading somewhere?I wrote several pages of my Bachelor Thesis on my Pyra prototype.
Be sure it won't be a useless brick the moment you get it
Is FN mappable for scripts?
Hmm. You might want to be more specific in that
This is also something i wanted to ask: you only used the DPAD and Buttons on your Videos, arend the Nubs mapped yet ?
I'm still waiting for my grade.Is it available for reading somewhere?
You used them in your playstation video, although I think you mainly used them to navigate the desktop, because for PS1 gaming I think you went to the d-pad. I remember them because of the springy noises they made. So it seems that even without configuring them they're good to use, so I wouldn't sweat it on trying to learn how to configure them.The nubs are mapped but I havent figured our how to configure them yet. It’s all mapped with funkeymonkey but I’ve still to learn how to configure this. I’d like to soon, but it hasn’t been a priority for me yet.
You used them in your playstation video, although I think you mainly used them to navigate the desktop, because for PS1 gaming I think you went to the d-pad. I remember them because of the springy noises they made. So it seems that even without configuring them they're good to use, so I wouldn't sweat it on trying to learn how to configure them.
So what are the options? One is loading it in the initramfs (which I think it loaded by the bootloader or something rather close to it) and the other is doing it in the bootloader itself? I guess doing it in the initramfs will be slower to start charging, because it need to load the initramfs of a potentially slow SD card, but then again the initramfs is only in the order to 8MiB or so I assume, which could take as long as two seconds on an old class 4 card but in all likelihood probably won't. But I'm still tending to support the idea of doing it from the bootloader, because it seems simpler.I need to take a look at the schematic to see what’s good with the LEDs on the display board. With regards to charging the battery when off, a secondary OS is not needed for this. We could handle this in the initramfs and prevent mounting the rootfs and continuing booting until we’ve reached a good level. In my opinion it’s better to handle this in the bootloader but I’m open to options.
Okay, don't sweat getting exact charge percentages up on the screen then. I'm sure the majority of us (including myself) are perfeclty content with LED indications combined with a feeling for how long we've had it on charge. As I say three states; charging and less the recharge level, past recharge level and past full and having stopped charging, but still being plugged in. Presumably also it should find a way to halt the cpu and turn off ram refresh and basically power down the machine entirely if the charge cable is removed at any time.For now there’s no driver in the bootloader to handle the display. This is not particularly trivial so it’ll be a little bit until I get this going. For now just LED feedback. The charger chip fully handles proper charging of the battery, so all we need to do is configure the appropriate settings and wait until we’re charged enough to to boot if we’re below a certain threshold.