Difference between revisions of "Talk:PineTime"
Jump to navigation
Jump to search
(fixed signatures, purged spam) |
|||
Line 1: | Line 1: | ||
== | == Some informations about CST816S == | ||
Hello everyone, I managed to receive some informations from manufacturer after request them. You can find those in attachments. [[Media:CST816S.zip]] --[[User:Memiks|Memiks]] ([[User talk:Memiks|talk]]) 05:07, 14 January 2020 (UTC) | |||
== Emulation == | == Emulation == | ||
Line 40: | Line 10: | ||
Does anyone know Qemu and PineTime well enough to complete the above command? This would be really helpful.<BR/> | Does anyone know Qemu and PineTime well enough to complete the above command? This would be really helpful.<BR/> | ||
—[[User:JRHaigh|JRHaigh]] ([[User talk:JRHaigh|talk]]) | —[[User:JRHaigh|JRHaigh]] ([[User talk:JRHaigh|talk]]) 14:40, 6 August 2020 (UTC) |
Revision as of 07:25, 21 August 2020
Some informations about CST816S
Hello everyone, I managed to receive some informations from manufacturer after request them. You can find those in attachments. Media:CST816S.zip --Memiks (talk) 05:07, 14 January 2020 (UTC)
Emulation
I'd like to try programming PineTime firmware even though I've not yet ordered any PineTimes (due to concerns about the capacitive touch and lack of transflectivity) and so I was wondering whether the PineTime system could be emulated using Qemu. Based on the PineTime specifications and determining that nRF52832 is ARM Cortex-M4, this is as far as I got with composing the Qemu command:
qemu-system-arm -machine none -cpu cortex-m4 -m 0.06125 -serial stdio -display ??? -rtc ??? -bt ??? -bios ???.bin -mtdblock PineTime-firmware.bin
Does anyone know Qemu and PineTime well enough to complete the above command? This would be really helpful.
—JRHaigh (talk) 14:40, 6 August 2020 (UTC)