Skip to content
Snippets Groups Projects
  1. Dec 28, 2024
  2. Dec 15, 2024
  3. Dec 12, 2024
  4. Dec 05, 2024
  5. Nov 27, 2024
  6. Oct 23, 2024
  7. Oct 21, 2024
  8. Oct 14, 2024
    • Felix Yan's avatar
      install/block: include more low level drivers to fix pci/usb controllers · 2886366a
      Felix Yan authored
      On certain RISC-V boards (and I think generally applied to more embedded devices), there are more low-level drivers that need to be present in the initrd for pci/usb buses to be initialized successfully.
      
      Fixes boot on JH7110-based boards (VisionFive v2 and Milk-V Mars), and
      maybe others that shows these errors:
      
      ```
      [   13.066149] /soc/pcie@2b000000: Failed to get clk index: 1 ret: -517
      [   13.066321] /soc/pcie@2c000000: Failed to get clk index: 1 ret: -517
      [   13.066386] platform 17020000.pinctrl: deferred probe pending: starfive-jh7110-aon-pinctrl: could not get reset
      [   13.066401] platform 2b000000.pcie: deferred probe pending: pcie-starfive: failed to get pcie clocks
      [   13.066412] platform 2c000000.pcie: deferred probe pending: pcie-starfive: failed to get pcie clocks
      ```
      
      These three folders are 644K, 120K, 60K in size, shouldn't be too bad
      for the fallback initrd to be enabled generally.
      Verified
      2886366a
  9. Oct 05, 2024
  10. Oct 03, 2024
  11. Aug 12, 2024
  12. Aug 09, 2024
    • classabbyamp's avatar
      shell: hide stderr from kver() · 026ec0cb
      classabbyamp authored
      it messes up the terminal if there are errors:
      
      bash $ mkinitcpio -k 6od: /boot/initramfs-6.1.101_1.img: Permission non accordée
      .1.101_1 -
      
      zsh $ mkinitcpio -k …od: /boot/initramfs-6.1.101_1.img: Permission non accordée
      /bmkinitcpio -k /boot/vmlinuz-6.1.101_1
      /boot/vmlinuz-6.1.101_1  6.1.101_1
      Verified
      026ec0cb
  13. Aug 08, 2024
  14. Aug 04, 2024
  15. Aug 02, 2024
  16. Jul 09, 2024
  17. Jul 01, 2024
  18. Jun 29, 2024
  19. Jun 19, 2024
Loading