Search results

  1. aTc

    Preparing for a Prototype

    The newer flasher doesn't ask anything anymore, it'll just start erasing the emmc once it starts. So be careful :) (There were some problems where all the screen output would stop sometimes until you pressed enter for a second time, probably because it would see some extra keypresses)
  2. aTc

    Contributing to PyraOS

    https://git.ti.com/cgit/graphics/omap5-sgx-ddk-um-linux/tree/?h=ti-img-sgx/1.14.3699939&id=3af51eb8fe10f73c4bb64c4cc31e44ab4676081f I think that's the one. I think things broke with the commit after it, which happened a few days later...
  3. aTc

    Contributing to PyraOS

    No, I just use make deb-pkg , and all the dtb end up in /usr/lib/linux-image-4.19.75-letux-lpae-pyra/ . I just tried it with make bindeb-pkg in case that made a difference, but that also puts the dtb in linux-image-4.19.75-letux-lpae-pyra_4.19.75-letux-lpae-pyra-1_armhf.deb Maybe you're missing...
  4. aTc

    Contributing to PyraOS

    It's done mostly through https://dev.pyra-handheld.com/packages/pyra-kpkg , that runs the postinst scripts when a kernel package is installed, and puts everything in the right place for extlinux to work. Default kernel options are set in /etc/default/pyra-extlinux, which are then used by...
  5. aTc

    Contributing to PyraOS

    There is, it's the same installer used to make bootable sd cards, ran from the init-hwtest script : https://dev.pyra-handheld.com/atc/pyra-install https://dev.pyra-handheld.com/packages/pyra-scripts/blob/master/scripts/init-hwtest.sh#L268 It's not very well tested. ED seems to have an issue...
  6. aTc

    Contributing to PyraOS

    eMMC booting works fine. The only slight issue is that there's a switch between the microsd card slot and the emmc, and the hardware can only see one at a time. The kernel defaults to microsd mode currently so once it's running it can't see the eMMC. The current fix is a small script in the...
  7. aTc

    Contributing to PyraOS

    I just tried it with a fresh 4.19.63, straight from the letux git, using letux_lpae_defconfig with CONFIG_DRM_LEGACY enabled manually, and that also works fine. (meaning it runs gles1test1)
  8. aTc

    Contributing to PyraOS

    insmod pvrsrvkm.ko [ 227.827404] pvrsrvkm: loading out-of-tree module taints kernel. [ 227.857967] omap_hwmod: gpu: _wait_target_disable failed [ 227.865738] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on minor 1 ./pvrsrvctl --start --no-module [ 315.227256] PVR_K: UM...
  9. aTc

    Contributing to PyraOS

    source and binaries are here : https://packages.pyra-handheld.com/images/extra/pvr/4.19.4-letux-lpae-zmatt-pyra/linux-4.19.4-letux-lpae-zmatt-pyra.tar.xz ( dtbs are slightly hidden at usr/lib/linux-image-4.19.4-letux-lpae-zmatt-pyra/ ) /etc/powervr.ini doesn't even exist on PyraOS, I must have...
  10. aTc

    Contributing to PyraOS

    I just tried it with the 4.19.4-letux-lpae-zmatt-pyra kernel/module, and that works. and "works" in the case means that it can run eglinfo , gles1test1 and gles2test1 , the other programs all give errors, but I don't think that's ever been any other way. (run it as "gles1test1 100" otherwise...
  11. aTc

    Contributing to PyraOS

    Xorg has to be stopped, and the tiler rotation has to be set to 0 for the sgx to work. Although im not 100% sure about xorg needing to be stopped, I think i remember messing about with some windowed mode things where they just showed up in the corner of the screen. (but that might have also been...
  12. aTc

    Contributing to PyraOS

    all the other kernels are here: https://packages.pyra-handheld.com/debian/pool/main/l/
  13. aTc

    Contributing to PyraOS

    That's the one that didn't work :) https://packages.pyra-handheld.com/images/extra/pvr/ I think all of those worked , but they're not very recent. https://packages.pyra-handheld.com/images/extra/sgx.tar.xz That one certainly works, but it's even older, with a 4.7 kernel.
  14. aTc

    Contributing to PyraOS

    https://dev.pyra-handheld.com/kernel/omap5-sgx-ddk-linux should be accesible now, it defaults to private, and I hadn't changed the setting. I'll try to find the last working kernel/module version.
  15. aTc

    Contributing to PyraOS

    kernel module : https://dev.pyra-handheld.com/kernel/omap5-sgx-ddk-linux userspace libs: https://dev.pyra-handheld.com/packages/omap5-sgx-ddk-um-linux We do have a bit of hack in the package postinst to patch the lib (so technically we're not distributing modified binaries). in libsrv_um.so...
  16. aTc

    Not much text here. Just a video.

    I hope not, the current first-run is just supposed to be a temporary solution, until someone writes a nice gui. It's actually intentionally bad to get someone annoyed enough to do it.
  17. aTc

    Not much text here. Just a video.

    It will run whatever Debian calls stable. You can of course run anything you want on it, but as something we have to sort of officially support as a default OS, stable should give the least amount of problems. Then again, if we run into issues where we need lots of newer library versions than...
  18. aTc

    Some personal stuff - and prototypes building!

    Other than lowlevel kernel stuff, we also need devs for the support apps, like having a nice non-zenity based first-run-wizard, automated hardware testing, and various gui applications to change pyra specific settings. There's also a lot of non-kernel lowlevel stuff to be done though. Just...
  19. aTc

    FNA Games on ARM board (i.e. play FEZ, Stardew Valley, Bastion... on Odroid/OrangePI/RPi)

    Same here, it's because lightdm keeps restarting because xorg keeps crashing on the driver , if you stop lightdm the messages will stop too. Something in those kernels > 4.15.0 goes pretty wrong. 3d should work once the kernel module is loaded though, and that won't do anything while xorg is...
  20. aTc

    FNA Games on ARM board (i.e. play FEZ, Stardew Valley, Bastion... on Odroid/OrangePI/RPi)

    linux-image-4.15.17-letux-lpae-pyra-l is the one that has the gpu stuff : apt install linux-image-4.15.17-letux-lpae-pyra-l boot with that kernel. stop xorg/dm ( from serial/ssh: systemctl stop lightdm) edit /usr/share/pyra/scripts/letux/tiler-ctl and change ROTATION=0 to ROTATION=1 disable...
Back
Top