Jump to content

Torndeco

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Just been going through the build system https://github.com/armbian/build/blob/master/lib/functions/compilation/patch/kernel-bootsplash-and-drivers.sh Noticed that https://github.com/armbian/build/blob/master/patch/misc/general-packaging-5.10.y.patch, doesn't seem to be used Is this on purpose or did i miss something ----------------------- Anyway i submitted a pull request at https://github.com/armbian/build/pull/4818 Was afew places where python needed tobe changed to python2 Symlink was not the ideal solution, considering there is a separate package to symlink python3 to python.
  2. Main Makefile references python2 as python. PYTHON = python PYTHON3 = python3 ideally change this to PYTHON = python2 PYTHON3 = python3 I quickly just made symlink and force a re-install via and removed the symlink afterwards apt-get --reinstall install <package name> Not an issue with later version of kernel header package (looks like only uses later python3 scripts.) ----------------- Sorry haven't had time to check if issue upstream or best way to patch it and submit to repo etc...
  3. Hi just a quick question What package is dt-bindings normally located in, i would assume kernel headers but i tried installation via armbian-config and couldn't see them. Can anyone confirm what package it normally is in or was i blind thanks. Was just working on adding support Waveshare Dual RS232 on SPI2, uploaded DTS to https://github.com/radxa/overlays/blob/main/arch/arm64/boot/dts/rockchip/overlays/rk3399-spi2-sc16is752.dts Atm i hardcoded the defines on machine but not ideal if it changes in the future Thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines