On Wed, Oct 28, 2015 at 6:10 AM, Jacob Juul Klejs Kolding <[email protected]> wrote: > About a year ago this guy, http://www.hpmuseum.org/forum/thread-1789.html > > managed to compile and boot a small elf binary on the HP Prime. > > The only thing the elf does is writing pixels to the frame buffer and then > halting. > (LCD is 320x240 at 24bpp) > > The HP Prime uses a Samsung SoC > (http://system-on-a-chip.specout.com/l/313/Samsung-S3C2416) > with with a single 400MHz ARM9 core and a LCD controller with 2D > acceleration.
Well, atleast there's mainline support for that cpu: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/s3c2416-smdk2416.dts?id=refs/tags/v4.3-rc7 > > Also i read that the JTAG pins are accessible. > > Now I was thinking. > > How difficult would it be to port the the bbb kernel to this system? why the bbb kernel? We disable anything "not" cortex-Ax class.. As an arm9 device, your only options for userspace, android, debian armel, or yocto. Also as an arm9 device, don't care too much about them .;) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
