Search results

  1. Linux-SWAT

    Slackware inside Pyra

    Looks like the boot option "earlycon" is not friendly to every kernel, at least it hangs the boot with Letux 5.10.182-lpae.
  2. Linux-SWAT

    Slackware inside Pyra

    That's crazy, it seems that with some SD cards, uEnv.txt is used, and with other cards, extlinux.conf has to be present in order to boot !!! Could it be related to brand, or first partition size ?
  3. Linux-SWAT

    Slackware inside Pyra

    No exciting news yet, I'm mostly doing a first pass on compiling packages, check builds, making proper build lists (sqf for https://sbopkg.org), etc. So far, I got stuff like jack, audacity, evince, geany, wireshark, xournal and some more. I'll also rebuild optimized SDL2. I'm still far from an...
  4. Linux-SWAT

    Right CFLAGS/CXXFLAGS for Pyra ?

    I'll switch to: -O2 -pipe -mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -fPIC https://gcc-help.gcc.gnu.narkive.com/aDnhe73f/mcpu-vs-march https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html $ gcc -### -E - -O2 -pipe -mcpu=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -fPIC 2>&1 | sed -r...
  5. Linux-SWAT

    Right CFLAGS/CXXFLAGS for Pyra ?

    Right now, I'm using for most of my Slackware packages: -O2 -pipe -march=native -mfloat-abi=hard -fPIC I had-ftree-vectorize -ffast-math on Pandora, I wonder if I should also have them. 1685987514 $ gcc -### -E - -O2 -march=native 2>&1 | sed -r '/cc1/!d;s/(")|(^.* - )//g'...
  6. Linux-SWAT

    Slackware inside Pyra

    Thanks. Wrote a PyraOS SD card, the first partition is ext2 and looks like: $ ls -la total 29813 drwxr-xr-x 5 root root 1024 Jun 14 2022 . drwxr-xr-x 18 root root 4096 Jun 5 18:58 .. -rw-r--r-- 1 root root 3919995 Dec 14 2020 System.map-5.6.19-daveiii-pyradef-aufs -rw-r--r-- 1...
  7. Linux-SWAT

    Slackware inside Pyra

    I have some questions: 1- Is it possible to boot from a SD card with only one partition ? 2- If no, can the 1st partition be formatted as ext4 ? 3- Are MLO and u-boot.img mandatory on the SD card ? What are the limitations if they are not present ?
  8. Linux-SWAT

    Slackware inside Pyra

    Thanks. Not yet, I'm wondering where is the setup located in the PyraOS. I'd like to be as close as possible.
  9. Linux-SWAT

    Slackware inside Pyra

    Xfce's battery plugin indicates that AC is off-line, but the charge percentage increases... (USB3 port is plugged)
  10. Linux-SWAT

    Anyone else have problems with the underscore ("_") on Bullseye?

    I've just noticed this when starting X: The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Multiple symbols for level 1/group 1 on key <I129> > Using section, ignoring KP_Decimal > Warning: Symbol map for key <I129> redefined > Using...
  11. Linux-SWAT

    Slackware inside Pyra

    Having this in /etc/elogind/logind.conf seems to solve the lid issue: HandleLidSwitch=ignore HandleLidSwitchExternalPower=ignore HandleLidSwitchDocked=ignore Still the screen doesn't go off but it's better than crash the machine.
  12. Linux-SWAT

    Slackware inside Pyra

    Two more things to solve: 1- when closing the lid, it seems that the unit goes to suspend instead of shutting down the screen 2- the battery doesn't seem to charge when power is plugged in any of chargin ports
  13. Linux-SWAT

    Anyone else have problems with the underscore ("_") on Bullseye?

    Have that kind of problem under Slackware.
  14. Linux-SWAT

    Slackware inside Pyra

    To be honest I got everything running in around 5 minutes after receiving my Pyras, but this storytelling is more sexy isn't it ?
  15. Linux-SWAT

    Slackware inside Pyra

    I've got 3D running ! Yamagi Quake II timedemo (compiled from source) runs fast !
  16. Linux-SWAT

    Is there a loadkeys-friendly keyboard map available for Pyra ?

    Yes, at least it's compiled and now running by default on Slackware. I'll take a look, thanks !
  17. Linux-SWAT

    A possible PND-system replacement

    Mergerfs seems to do the same as AUFS, but it uses FUSE so it doesn't need a specific kernel module. https://github.com/trapexit/mergerfs Does it looks like functional enough to replace AUFS ?
  18. Linux-SWAT

    Slackware inside Pyra

    A quick update: -switched to 5.10.x kernel, proper X driver + rotation is now working -I now see all audio controls (bluetooth, tuner, etc.), but still no speaker output -found out that some keys (at least the undescore) are missing under X despite using the same config file as PyraOS...
  19. Linux-SWAT

    Is there a loadkeys-friendly keyboard map available for Pyra ?

    Hi, I searched in the official Pyra OS, but found nothing suitable.
  20. Linux-SWAT

    Should I have received my final order eMail already?

    Tried this patch blindly on MPlayer but it changes nothing, i guess someone more skilled could understand how to swap red and blue (this could solve the problem): https://www.avrfreaks.net/s/topic/a5C3l000000U9kAEAS/t051252?comment=P-462477
Back
Top