How much linux is required for the phone to run? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +--- Thread: How much linux is required for the phone to run? (/showthread.php?tid=10877) Pages:
1
2
|
RE: How much linix is required for the phone to run? - Subsentient - 07-30-2020 (07-30-2020, 10:35 AM)overdrawnfettuccine Wrote:Ahh, I see. There are beefier AVR microcontrollers that can probably do what you want, but the ATTIny85 is not it. I would look at some of the higher end ATmega family.(07-29-2020, 10:29 PM)Subsentient Wrote:(07-29-2020, 01:24 AM)overdrawnfettuccine Wrote: Oh I had no idea there were many hoops to jump through. I thought it'd be fun to program a device that only runs my code with a touchscreen and wifiYeah it's depressing on ARM except in the server space where ACPI is starting to appear. Though, I'm starting to think you'd be better off writing such things as apps for Linux on the PinePhone. Wifi/4G support can be accessed easily that way, and you get full access to high-quality game frameworks like SDL2. Why reinvent the wheel, after all? You can write it in C, just like in microcontrollers/arduino. Many applications in Linux are. RE: How much linix is required for the phone to run? - overdrawnfettuccine - 07-31-2020 (07-30-2020, 07:41 PM)Subsentient Wrote:It's more fun when it's bare metal. I'm sure I can easily figure out how to manage the screen and I can live without sound. Input probably not too terrible. However networking is outside of my realm unless I can access it through a library or AT commands.(07-30-2020, 10:35 AM)overdrawnfettuccine Wrote: How much boot/init knowledge is required? I absolutely would like a touchscreen and either wifi or a modem with 4g capabilities/SMS.Ahh, I see. There are beefier AVR microcontrollers that can probably do what you want, but the ATTIny85 is not it. I would look at some of the higher end ATmega family. |