Jump to content

grixm

Members
  • Posts

    19
  • Joined

  • Last visited

Community Answers

  1. grixm's post in User device overlays don't load after upgrade to 25.2 was marked as the answer   
    Never mind, turns out it wasn't the overlays failing to be recognized after all, one of the overlays were simply wrong, because the base device tree had changed ("acodec" node had changed name to just "codec"). And if even just one of the user overlays was invalid, they all failed to load.
  2. grixm's post in SPI on rock s0 was marked as the answer   
    And here is one for SPI1: rk3308-spi1-spidev.dts
  3. grixm's post in How to change ethernet MAC address on image? was marked as the answer   
    For the record, I finally found a solution.
    There is already a bash script in the rock pi s distribution that changes to a unique mac address. However for whatever reason this is not set up to run on the ethernet port, only on wifi. You can fix this by opening the file /etc/udev/rules.d/05-fixMACaddress.rules , adding this line:
    KERNEL=="end0", ACTION=="add" RUN+="fixEtherAddr %k 06" (Change end0 with eth0 on ubuntu version)
     
    PS: Even this didn't seem to work on older armbian versions like v22, but on v24 debian build it worked.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines