ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum feed: #armbian-rss | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
zeemate has quit [Ping timeout: 256 seconds]
<DC-IRC> <FakeShell> where is ${prefix} in bootscripts
<DC-IRC> <FakeShell> is it /boot?
<nekomancer[m]> DC-IRC: нуы
<nekomancer[m]> > <@DC-IRC:libera.chat> <FakeShell> is it /boot?
<nekomancer[m]> * yes
<nekomancer[m]> not exactly: it points to same place, as /boot in booted system. but when only /boot mounted it is / if /boot separated volume but /boot if one volume for all
maknho has quit [Ping timeout: 252 seconds]
<DC-IRC> <FakeShell> can you rephrase
maknho has joined #armbian
<nekomancer[m]> prefix=/boot when yuo have one fs for root and boot
TheCoffeMaker has joined #armbian
popolon has quit [Quit: Leaving]
TheCoffeMaker has quit [Remote host closed the connection]
TheCoffeMaker has joined #armbian
TheCoffeMaker has quit [Client Quit]
<DC-IRC> <FakeShell> ah so if we have two partitions how will that work?
TheCoffeMaker has joined #armbian
<DC-IRC> <c0rnelius> I've never found any good docs or scripts that explain the flash points for uboot on that soc.
<DC-IRC> <c0rnelius> my google foo fails me
<DC-IRC> <FakeShell> i'm trying my damn hardest to look into other boards and u-boot commits and branches to find stuff and i have succeeded so far but its a painful process when theres no good docs
<archetech> find an img for it and look at armbian.txt
<archetech> or equiv of whoever made one
<archetech> cd /
<DC-IRC> <FakeShell> got it
archetech has quit [Quit: Leaving]
archetech has joined #armbian
<DC-IRC> <FakeShell> yeah i guess best way is just experimentation
joshaspinall has quit [Quit: No Ping reply in 180 seconds.]
buzzmarshall has quit [Quit: Konversation terminated!]
archetech has quit [Quit: Konversation terminated!]
jclsn has quit [Ping timeout: 250 seconds]
jclsn has joined #armbian
dhchunk has joined #armbian
Suspect has quit [Ping timeout: 260 seconds]
dhchunk has quit [Quit: Leaving]
Suspect has joined #armbian
smcavoy16 has quit [Quit: The Lounge - https://thelounge.chat]
aasami_ has joined #armbian
joshaspinall has joined #armbian
Suspect has quit [Quit: Leaving]
<DC-IRC> <krachlatte> hi guys, radxa is maintaining latest u-boot and kernel here https://github.com/radxa-repo/bsp, what would be the best way to included these into the armbian build system ?
<DC-IRC> <krachlatte> so there is 6.1.20 kernel for radxa-e25 and so on
<DC-IRC> <amazingfate> Armban has maintained its own kernel based on rkr3.6: https://github.com/armbian/linux-rockchip. Armbian is using branch `stable-5.10-rock5` for rock-5b.
<DC-IRC> <krachlatte> because overlays and device trees are totadlay diffrent
<DC-IRC> <amazingfate> 6.1.2 is a mainline kernel, armbian is maintaining patches under family rockchip64:https://github.com/armbian/build/blob/main/patch/kernel/rockchip64-edge
<DC-IRC> <amazingfate> Armban has maintained its own kernel based on rkr3.6: https://github.com/armbian/linux-rockchip. Armbian is using branch `stable-5.10-rock5` for rock-5b' u-boot.
stipa_ has joined #armbian
stipa has quit [Ping timeout: 250 seconds]
stipa_ is now known as stipa
<DC-IRC> <krachlatte> what is the best way to to port this radxa bsp device trees to the mainline kernel ??
<DC-IRC> <krachlatte> any recomendations ?
<DC-IRC> <krachlatte> will uboot 2017 fork together with mainline 6.1 ?
kolla has quit [Quit: %fog relay%]
kolla has joined #armbian
<DC-IRC> <amazingfate> You can take rock3a as an example: https://github.com/armbian/build/blob/main/config/boards/rock-3a.conf
<DC-IRC> <amazingfate> `BOOTSOURCE` and `BOOTBRANCH` define the u-boot src, `KERNELSOURCE` and `KERNELBRANCH` defines the kernel src. `BOOTCONFIG` defined in `rock-3a.conf` is the uboot build config.
<DC-IRC> <amazingfate> Rock3a is using v2017 uboot from radxa's repo with mainline/rockchip kernels.
<DC-IRC> <krachlatte> work togther
Wolf480pl has quit [Quit: ZNC disconnected]
Wolf480pl has joined #armbian
danilogondolfo has joined #armbian
Suspect has joined #armbian
<DC-IRC> <krachlatte> i tried to coppy over the device tries from the bsp kernel and ad them to the mainline in the armbian-next build system, build runs fine but there are problems with the patch system i had to comment out some stuff to even be able to patch, please see the bopot log
<DC-IRC> <krachlatte> https://pastebin.com/kfSiYtbE
danilogondolfo has quit [Ping timeout: 265 seconds]
danilogondolfo has joined #armbian
danilogondolfo has quit [Ping timeout: 265 seconds]
alekksander has joined #armbian
danilogondolfo has joined #armbian
danilogondolfo has quit [Max SendQ exceeded]
danilogondolfo has joined #armbian
danilogondolfo has quit [Max SendQ exceeded]
danilogondolfo has joined #armbian
archetech has joined #armbian
danilogondolfo has quit [Quit: Leaving]
danilogondolfo has joined #armbian
lyri has joined #armbian
<DC-IRC> <diem> I'm trying to boot an radxa zero with either bullseye or jammy (no emmc, 1gb ram) and i'm encountering the following in a bootloop . Any help?
<blathijs> Anyone else seeing DNS resolution errors when building armbian using the docker build script? Everything works fine in my browser, but the build throws some DNS errors (but seems to retry and eventually manage...)
Suspect has quit [Quit: Leaving]
zeemate has joined #armbian
joshaspinall has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
archetech has quit [Quit: Konversation terminated!]
<blathijs> Ah, turns out I had installed firewalld, which docker supposedly integrates with, but that didn't actually (or maybe I should have configured something to make that work). Stopping firewalld and restarting docker made things work (so it was probably not working at all, silently skipping things instead of eventually managing things)
archetech has joined #armbian
danilogondolfo has quit [Ping timeout: 255 seconds]
<DC-IRC> <krachlatte> not working with 6.1.21, is there a guide on porper protation of device trees ?
alekksander has quit [Quit: Konversation terminated!]
danilogondolfo has joined #armbian
<DC-IRC> <krachlatte> done.
<DC-IRC> <krachlatte> Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
<DC-IRC> <krachlatte> Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
<DC-IRC> <krachlatte> done.
<DC-IRC> <krachlatte> [ 35.81175] vdd_npu: disabling
<DC-IRC> <krachlatte> [ 35.813409] vdda0v9_image: disabling
<DC-IRC> <krachlatte> [ 35.815568] vcca1v8_image: disabling
<DC-IRC> <krachlatte> Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
<DC-IRC> <krachlatte> done.
<DC-IRC> <krachlatte> Gave up waiting for root file system device. Common problems:
<DC-IRC> <krachlatte> - Boot args (cat /pro/cmdline)
<DC-IRC> <krachlatte> - Check rootdelay= (did the system wait long enough?)
<DC-IRC> <krachlatte> - Missing modules (cat /proc/modules; ls /dev)
<DC-IRC> <krachlatte> ALERT! UUID=5ba4a22f-4ee1-49a8-9cc9-df99696953ee does not exist. Dopping to a shell!
<DC-IRC> <krachlatte> now we are here again
<DC-IRC> <krachlatte> Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
<DC-IRC> <krachlatte> Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
<DC-IRC> <krachlatte> done.
<DC-IRC> <krachlatte> [ 35.81175] vdd_npu: disabling
<DC-IRC> <krachlatte> [ 35.813409] vdda0v9_image: disabling
<DC-IRC> <krachlatte> [ 35.815568] vcca1v8_image: disabling
<DC-IRC> <krachlatte> Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
<DC-IRC> <krachlatte> done.
<DC-IRC> <krachlatte> Gave up waiting for root file system device. Common problems:
<DC-IRC> <krachlatte> - Boot args (cat /pro/cmdline)
<DC-IRC> <krachlatte> - Check rootdelay= (did the system wait long enough?)
<DC-IRC> <krachlatte> - Missing modules (cat /proc/modules; ls /dev)
<DC-IRC> <krachlatte> ALERT! UUID=5ba4a22f-4ee1-49a8-9cc9-df99696953ee does not exist. Dopping to a shell!
<DC-IRC> <krachlatte> IDs match
<DC-IRC> <IgorPec> sd card initialization failed, missing / wrong definition in dts, missing / wrong regulator ...
jason123santaoni has joined #armbian
jason123onirc has quit [Ping timeout: 276 seconds]
lyri has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
<DC-IRC> <lomotil> can't seem to find the .SHA for the orange pi 4 lts ver of armbian
<DC-IRC> <c0rnelius> I'm also having issue with the SD card acting iffy. Tried adding a freq to it but it doesn't seem to help.
Suspect has joined #armbian
archetech has quit [Quit: Konversation terminated!]
<DC-IRC> <FakeShell> can't get my board booting really feel like its the boot scripts offsets
<DC-IRC> <c0rnelius> how are you flashing the u-boot bins?
wd has quit [Ping timeout: 276 seconds]
<DC-IRC> <c0rnelius> you need more than the mainline u-boot binary to boot that board I believe.
<DC-IRC> <c0rnelius> these bl1's and loaders are required; https://github.com/friendlyarm/sd-fuse_s5p4418/tree/master/prebuilt
<DC-IRC> <FakeShell> omg
<DC-IRC> <FakeShell> ok
<DC-IRC> <c0rnelius> they also have a wiki that explains them 'sorta' but it doesn't tell you in what order and where they are flashed.
<DC-IRC> <c0rnelius> its absurd. and the mainline README just says where to flash the mainline u-boot.bin.
<DC-IRC> <FakeShell> puf
<DC-IRC> <FakeShell> can't we just use the u-boot that already exists on the board?
<DC-IRC> <FakeShell> sure its from 2016 but it should be usable?
<DC-IRC> <FakeShell> scripting all that isn't worth the time
<DC-IRC> <c0rnelius> yeah this is why I've never gotten any further.
<DC-IRC> <FakeShell> can armbian boot from an old u-boot?
<DC-IRC> <FakeShell> or the one provided by the vnedor
<DC-IRC> <c0rnelius> not a clue
<DC-IRC> <FakeShell> how does friendlyarms thing even boot
<DC-IRC> <FakeShell> i can't find a u-boot config in the boot partition of their friendlycore image
<DC-IRC> <FakeShell> at this state i'll just move the repo to my abandoned projects
<DC-IRC> <FakeShell> i'm done with this 2 fire
<DC-IRC> <GiGoBaiT> do we get any forum bling/swag if we donate to that fund raiser you have going?
buzzmarshall has joined #armbian
lyri has quit [Remote host closed the connection]
<nekomancer[m]> armbian build turns very complex
wd has joined #armbian
zeemate has quit [Ping timeout: 248 seconds]
archetech has joined #armbian
stipa_ has joined #armbian
stipa has quit [Ping timeout: 246 seconds]
stipa_ is now known as stipa
aasami_ has quit [Quit: leaving]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 240 seconds]
stipa_ is now known as stipa