lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
tsygam has joined #armbian-rockchip
tsygam has quit [Quit: Connection closed for inactivity]
<DC-IRC> [Discord] <ddeath5421> Hi, anyone willing to have quick sharing session with me? I am fullstack developer so I have coding experience, however this linux kernel is totally new beast to me. I would like to get some intro into it if someone is willing to donate some time.... I bought Orange Pi, wanted to build my own NAS but armbian does not fully work on it and OragePi image is using 5.10 linux kernel 😄
tsygam has joined #armbian-rockchip
<DC-IRC> [Discord] <Werner> You don't have to bring a lot of knowledge to use the Armbian build framework since it does most of the work for you.
<DC-IRC> [Discord] <Werner> In terms of rk3588 at this time you have to choose between most features working and being up-to-date which would equal to _vendor_ or _edge_ kernel. Images in both variants are pre-built for download iirc.
tsygam has quit [Quit: Connection closed for inactivity]
<DC-IRC> [Discord] <ddeath5421> Yeah, the issue is that ethernet port does not work.... I know how to build image, I just dont know how to go about fixing it. I have UART, I have logs but not sure how things fit together. There is uboot, lot of custom patches for different things... I guess the issue with eth port is because pcie is not configured properly.... I mean i am just looking for some boost, to get lit <clipped message>
<DC-IRC> [Discord] <ddeath5421> tle bit more kickstarted 😄
<DC-IRC> [Discord] <ddeath5421> Anyway was just trying my luck to find someone since couple weeks ago I saw that there was some voice chat active 😄
<DC-IRC> [Discord] <Werner> Which board?
<DC-IRC> [Discord] <ddeath5421> Orange Pi 5 Max
<DC-IRC> [Discord] <Werner> Community support been added fairly recently for this board https://github.com/armbian/build/pull/7262
<DC-IRC> [Discord] <Werner> I am pretty confident that @amazingfate tested ethernet
<DC-IRC> [Discord] <ddeath5421> Oh nice!. Didnt notice it. I create my fork and tried to modify 5 plus board. Will look into PR to see where the issue was. Thanks for pointing out!
<DC-IRC> [Discord] <ddeath5421> But I think DTS is not 100% I see it is referencing left and right eth port which is on 5 Plus, but 5 Max has only 1 eth
<DC-IRC> [Discord] <Werner> I don't know, never looked at it, nor having his board
<DC-IRC> [Discord] <Werner> Maybe c&p mistake
<DC-IRC> [Discord] <ddeath5421> Anyway thanks for amazing work. I am excited to try it out ❤️
<DC-IRC> [Discord] <amazingfate> That uboot dts is copied from opi5plus, the comment doesn't matter, opi5max does have one pcie2x1 connector like raspberrypi5
<DC-IRC> [Discord] <ddeath5421> Any idea why I am getting `Low free disk space left in '/armbian/cache'` where it is coming from? I have like 700GB free on my machine 🤔
<DC-IRC> [Discord] <igorpec> check driver where your docker system folder os
<DC-IRC> [Discord] <igorpec> check driver where your docker system folder is
<DC-IRC> [Discord] <igorpec> check drive where your docker system folder is
<DC-IRC> [Discord] <ddeath5421> Thanks, found it
tsygam has joined #armbian-rockchip
<DC-IRC> [Discord] <ddeath5421> Nice. Eth works now 🎉 Thanks AmazingFate!
tsygam has quit [Quit: Connection closed for inactivity]
<DC-IRC> [Discord] <beohoff3174> Would I need to compile a new kernel to incorporate the changes in this commit? Or can I use an overlay?
<DC-IRC> [Discord] <beohoff3174> https://pastebin.com/X6x4nLuy
<DC-IRC> [Discord] <beohoff3174> The pastebin was my attempt, however the command `dtc -@ -I dts -O dtb -o rkvenc-overlay.dtbo rkvenc-overlay.dts` is giving me the error:
<DC-IRC> [Discord] <beohoff3174> Error: rkvenc-overlay.dts:30.31-32 syntax error
<DC-IRC> [Discord] <beohoff3174> FATAL ERROR: Unable to parse input tree
<DC-IRC> [Discord] <beohoff3174> I'm not sure where to start debugging this, but I have a bit of compiled code that I don't want to recompile in a fresh image if possible