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/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
norwich_ has joined #armbian
norwich has quit [Ping timeout: 248 seconds]
norwich_ is now known as norwich
stipa_ has joined #armbian
stipa has quit [Ping timeout: 256 seconds]
stipa_ is now known as stipa
agrosant has quit [Quit: Leaving]
norwich has quit [Ping timeout: 248 seconds]
BigShip has quit [Remote host closed the connection]
norwich has joined #armbian
ikmaak has quit [Read error: Connection reset by peer]
ikmaak has joined #armbian
samythemany has joined #armbian
amazingfate_ has joined #armbian
amazingfate has quit [Ping timeout: 240 seconds]
lemonzest has joined #armbian
<Armbian-Discord>
<IgorPec> actually it is
<Armbian-Discord>
<IgorPec> its a symbolic link (in the source code) so we keep both names for background compatibility. we are using this hack in a few occasions
archetech has joined #armbian
samythemany has quit [Quit: Bridge terminating on SIGTERM]
samythemany has joined #armbian
xoan0 has joined #armbian
xoan has quit [Ping timeout: 276 seconds]
xoan0 is now known as xoan
samythemany has quit [Quit: Bridge terminating on SIGTERM]
samythemany has joined #armbian
ikmaak has quit [Quit: No Ping reply in 180 seconds.]
ikmaak has joined #armbian
xoan7 has joined #armbian
xoan has quit [Ping timeout: 248 seconds]
xoan7 is now known as xoan
amazingfate_ has quit [Ping timeout: 260 seconds]
amazingfate has joined #armbian
amazingfate has quit [Read error: Connection reset by peer]
amazingfate has joined #armbian
schwarz_Kat has joined #armbian
schwarz_Kat has left #armbian [#armbian]
qqqhhh8618 has joined #armbian
qqqhhh861 has quit [Ping timeout: 256 seconds]
qqqhhh8618 is now known as qqqhhh861
mpmc is now known as Murk
alekksander has joined #armbian
archetech has quit [Quit: Konversation terminated!]
<ArmbianHelper>
^ So NVIDIA "released" their kernel driver as open source. By which they mean, they moved most of it to firmware and made the open source driver call into it. There are almost 900 functions implemented in the 34MB firmware, give or take, from what I can see.Broadcom vibes... - Hector Martin (@marcan42) May 12, 2022
archetech has quit [Quit: Konversation terminated!]
<Armbian-Discord>
<ilPaco> Is everyone having issues with Docker on the latest releases or is that isolated to specific boards?
<nekomancer[m]>
I successfuly build rk64 and meson64 with docker yesterday.
archetech has joined #armbian
<Armbian-Discord>
<ilPaco> Ok. I come at it every way I can think of and I cannot get Docker installed on the Orange Pi Zero 2 22.02 Bullseye and Focal images. I have tried through armbian-config, the official Debian 11 instructions on Docker's site, downloading and installing the individual .deb files dpkg, using the convenience script. I get libc6-dev and/or dpkg errors every time.The only thing I haven't done is trying to install the
<Armbian-Discord>
pre-release version. I will try to get the issue reported in Github tonight.
<lanefu>
ilPaco remove whateer apt soruce it added
<lanefu>
literally just `apt install docker.io` from the distro repos will work fine
<lanefu>
we need to remove that "feature" from armbian-config
<Armbian-Discord>
<Infinite Entropy> So for the life of me.. I cannot figure out why the hell the system won't mount root onto the NVME drive.. DId the armbian-config thing to copy my emmc root to it, updated the armbianEnv.txt, fstab.. And yet nothing changes.
ajfriesen1 has quit [Quit: Ping timeout (120 seconds)]
<stipa>
time for big speakers
<stipa>
sry, wrong chn
<stipa>
IgorPec: yeah, there's bunch of blobs left but it should help a little to the noveau project
<ArmbianHelper>
^ Why the open source driver release from NVidia is so important for Linux? | Christian F.K. Schaller
ajfriesen1 has joined #armbian
<stipa>
Infinite Entropy if its PBP there was a regression
<Armbian-Discord>
<Infinite Entropy> PBP?
<stipa>
Pine Book Pro
<stipa>
what do you have?
<Armbian-Discord>
<Infinite Entropy> CM4 on a waveshare carrier
<stipa>
last days ppl moan about nvme
<Armbian-Discord>
<Infinite Entropy> that is what I am attempting yes.. it copies over... I see the files successfully.. and yet.. despite armbianEnv.txt being edited..
<stipa>
it's hard to debug that i guess
<stipa>
yeah, something is fishy with the nvme, something broke
<Armbian-Discord>
<Infinite Entropy> go into armbian config and..
<Armbian-Discord>
<Infinite Entropy> still points at the damned emmc
<stipa>
Macer: is having fun with something similar i think
<Armbian-Discord>
<ManoftheSea> updated armbianEnv on the nvme, but there is still emmc in the system? Because if u-boot is autodetecting the emmc first, it's going to find the old armbianEnv, with the old root=UUID=xyz line
<Armbian-Discord>
<Infinite Entropy> emmc can't be removed, so yeah
<Armbian-Discord>
<Infinite Entropy> I must just be entirely missing how to update that and tell it to use the new one then.
<Armbian-Discord>
<ManoftheSea> I don't know how the raspi does it, but I assume it's root=UUID=xyz in the kernel cmdline. That comes from the armbianEnv.txt on devices I know better.
<Armbian-Discord>
<Infinite Entropy> # PLEASE DO NOT EDIT THIS FILE BOARD=rpi4b BOARD_NAME="Raspberry Pi 4" BOARDFAMILY=bcm2711 BUILD_REPOSITORY_URL=https://github.com/armbian/build BUILD_REPOSITORY_COMMIT=92a1c729d-dirty VERSION=22.02.1 LINUXFAMILY=bcm2711 ARCH=arm64 IMAGE_TYPE=stable BOARD_TYPE=wip INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image BRANCH=current
<ArmbianHelper>
^ GitHub - armbian/build: Armbian Linux build framework
<lanefu>
ohhhh
<lanefu>
CM4....rpi.... sorry i'm probably even less helpful then
<lanefu>
but should still try that if you think the UUID in /etc/fstab is wrong
<lanefu>
so generally once the initrd is loaded, thats a mini filesystem that has kernel modules and config ex: /etc/fstab for there to be enough of a rootfs to actual mount the real root and pivot to it
<lanefu>
so you'd want the fstab contents to match... especailly for root
<Armbian-Discord>
<Infinite Entropy> making sure its correct again.. and rerunning that right now..
<Armbian-Discord>
<Infinite Entropy> nope.. still didn't mount it.. 😐
<lanefu>
bummer
<Armbian-Discord>
<ManoftheSea> does /proc/cmdline agree with what it ought to be?
lemonzest has quit [Quit: WeeChat 3.4]
<Armbian-Discord>
<Infinite Entropy> i've been annoyed enough that I'm just gonna order an NVMe cradle and image that straight off the bat and just let the pi boot it.
<Armbian-Discord>
<ManoftheSea> if the emmc is getting in the way, even that won't solve the issue...
<Armbian-Discord>
<Infinite Entropy> Its not.
<Armbian-Discord>
<Infinite Entropy> the boot order on the eeprom is set for NVME first
<Armbian-Discord>
<Infinite Entropy> but there wasn't a boot partition on the nvme
<Armbian-Discord>
<Infinite Entropy> 😐 I just can't access it via rpiboot to flash straight to it.. but hey.. amazon prime.. I'll have a cradle tomorrow
<Armbian-Discord>
<ManoftheSea> cool
alekksander has joined #armbian
Mony has quit [Ping timeout: 246 seconds]
<Armbian-Discord>
<Infinite Entropy> since the boot is misbehaving I'll just talk to its supervisor.. the eeprom. But thats for tomorrow.. assuming amazon doesnt play games
mrueg has joined #armbian
<Macer>
hm. trying to change to individual keys for apt with armbian.com repo
<Macer>
Skipping acquire of configured file 'main/binary-aarch64/Packages' as repository 'https://apt.armbian.com jammy InRelease' doesn't support architecture 'aarch64'
<ArmbianHelper>
(REDIRECT) ^ Index of /armbian/
<Macer>
oh. i guess arm64?
<Armbian-Discord>
<clever> using rpiboot, you can shove over a linux kernel and initrd
<Armbian-Discord>
<clever> and you can bake a script into the initrd, that sets up the dwc in MSD mode, and shared a block device
<Armbian-Discord>
<clever> ive done it before against the SD interface, and got a measureable perf improvement over msd4.elf
<Armbian-Discord>
<Infinite Entropy> I'm not gonna.. keep flipping things about in the most annoying way possible.. just gonna get that cradle tomorrow and externally flash the OS/boot. 🤷♂️
<ArmbianHelper>
^ rpi-tools/msd.nix at master · librerpi/rpi-tools · GitHub
<Macer>
ah ok. yah. i was just getting sick of those deprecated warnings in apt
<Armbian-Discord>
<clever> @Infinite Entropy oh, the new net-install feature, if you just turn the cm4 on without any os, and look at the hdmi, does it say hold shift to run the installer?
<Armbian-Discord>
<Infinite Entropy> that'd be hard with the board having the USB disabled without boot options specified.