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
_whitelogger has joined #armbian-rockchip
<Armbian-Discord>
<krachlatte> Hi Guys, were to find a working image for ROCK5 to do some tests ? received my board yesterday, images on the web are not coming up with PD powersupply, but original imaghe is
<Armbian-Discord>
<krachlatte> i did not say working ones sorry
<Armbian-Discord>
<IgorPec> those are automated builds - if they broke something in their code, it will remain broken. I am running some early builds and it still works
<Armbian-Discord>
<krachlatte> so i have to build it myself with edge kernel right ?
<Armbian-Discord>
<IgorPec> edge kernel perhaps next year. only stock radxa kernel exits
<Armbian-Discord>
<IgorPec> which is default when you build. but it would be good to understand why it doesn't work
<Armbian-Discord>
<IgorPec> this PD is buggy on HW side
<Armbian-Discord>
<krachlatte> yes i saw severeal threads about some PD PS not working but some are
<Armbian-Discord>
<krachlatte> i will try to build and huck up my uart to see what is printet on console
<Armbian-Discord>
<Tenkawa> PD can be locked out which helps dramaticly however it is a workaround.. not a fix.
<Armbian-Discord>
<Tenkawa> That's what I did here and haven't run into anymore problems.
<Armbian-Discord>
<Tenkawa> Problem there is you have to put that change in the dts/dtb "any/every" time you rebuild/change it
<Armbian-Discord>
<Tenkawa> I made a script hook to ensure it gets dome
<Armbian-Discord>
<krachlatte> this should work via patch ? in the amrbian config fiels ?
<Armbian-Discord>
<Tenkawa> That part I cannot say (I am currently using a custom built os).. Someone else here can say for sure however I would say yes as long long as the kernel itself doesn't change too dramaticly between updates (moving the potentisl for a diff failure in the patch)
<Armbian-Discord>
<Tenkawa> I started with Armbian base however built my own changes on it so they are currently controlling what happens on the unit.
<Armbian-Discord>
<Tenkawa> My other devices use a completely custom built Debian os image built from the ground up.
<Armbian-Discord>
<krachlatte> could you send the cahneg
<Armbian-Discord>
<krachlatte> https://pastebin.com/fjw8vJTu please see this pastbin, id did a minimal server build on jammy it reboots and reboots
<Armbian-Discord>
<amazingfate> Your kernel start 5 seconds after the power plugged in, which is too late and the pd power had a hard reset. You have to change a faster storage, like emmc or nvme SSD.
<Armbian-Discord>
<krachlatte> ok will try the emmc if this goes better thanks
<Armbian-Discord>
<krachlatte> is there a guide to flash armbian to emmc?
<Armbian-Discord>
<krachlatte> Is there a guide on how to install armbian to emmc? Etcher fails
<Armbian-Discord>
<ManoftheSea> You're getting these errors from u-boot?
<Armbian-Discord>
<ManoftheSea> sorry, I'm not current on what you're trying to do.
<Armbian-Discord>
<krachlatte> U-Boot SPL board init U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34) Failed to set cpub01 Failed to set cpub23 Trying to boot from MMC2 MMC: no card present mmc_init: -123, time 0 spl: mmc init failed with error: -123 Trying to boot from MMC1 Card did not respond to voltage select! mmc_init: -95, time 13 spl: mmc init failed with error: -95 Trying to boot from MTD2 GUID Partition
<Armbian-Discord>
<krachlatte> i am flashing the emmc wia maskrom
<Armbian-Discord>
<krachlatte> sd card works, boots in 5 seconds to loing prompt
<Armbian-Discord>
<ManoftheSea> well, you might try setting up the emmc manually from the running system, and copying the contents of the system into place.