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> <I​gorPec> actually it is
<Armbian-Discord> <I​gorPec> 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!]
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
archetech has joined #armbian
<stipa> NVIDIA Transitioning To Official, Open-Source Linux GPU Kernel Driver / https://www.phoronix.com/scan.php?page=article&item=nvidia-open-kernel&num=1
<ArmbianHelper> ^ NVIDIA Transitioning To Official, Open-Source Linux GPU Kernel Driver - Phoronix
<Armbian-Discord> <I​gorPec> fake news. as ususal
<Armbian-Discord> <I​gorPec> here is explanation https://twitter.com/marcan42/status/1524615058688724992
<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
alekksander has quit [Ping timeout: 248 seconds]
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
archetech has quit [Quit: Konversation terminated!]
<Armbian-Discord> <i​lPaco> 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> <i​lPaco> 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> <I​nfinite 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
samythemany has quit [Ping timeout: 240 seconds]
<ArmbianHelper> ^ Why the open source driver release from NVidia is so important for Linux? | Christian F.K. Schaller
ajfriesen1 has joined #armbian
<stipa> I​nfinite Entropy if its PBP there was a regression
<Armbian-Discord> <I​nfinite Entropy> PBP?
<stipa> Pine Book Pro
<stipa> what do you have?
<Armbian-Discord> <I​nfinite Entropy> CM4 on a waveshare carrier
<stipa> last days ppl moan about nvme
<Armbian-Discord> <I​nfinite 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> <I​nfinite Entropy> go into armbian config and..
<ArmbianHelper> ^ [image/png] (10.4KiB)
<Armbian-Discord> <I​nfinite Entropy> still points at the damned emmc
<stipa> Macer: is having fun with something similar i think
<Armbian-Discord> <M​anoftheSea> 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> <I​nfinite Entropy> emmc can't be removed, so yeah
<Armbian-Discord> <I​nfinite Entropy> I must just be entirely missing how to update that and tell it to use the new one then.
<lanefu> you could try fetching the updated nand-sata-install script. but no promises https://github.com/armbian/build/blob/master/packages/bsp/common/usr/sbin/nand-sata-install
<ArmbianHelper> ^ build/nand-sata-install at master · armbian/build · GitHub
<lanefu> i dont know if it's addressing anythign relevant
<lanefu> but first time its been updated in a long time
<Armbian-Discord> <M​anoftheSea> mount both the nvme and the emmc, and check the uuid in both
<Armbian-Discord> <I​nfinite Entropy> I have.
<Armbian-Discord> <I​nfinite Entropy> I've tried changing the fstab on the emmc as well, literally nothing changes.. 😐
<lanefu> is there an /etc/fstab inside the initrd image that needs to be updated?
<Armbian-Discord> <I​nfinite Entropy> that I don't know.
<Armbian-Discord> <I​nfinite Entropy> I would have hoped/assumed it wouldnt require that much.
<lanefu> pbp?
<lanefu> do `dpkg-reconfigure linux-image-current-rockchip64`
<Armbian-Discord> <M​anoftheSea> "cm4 on waveshare"
<ArmbianHelper> ^ linx - q8z8yb7s.txt
<lanefu> well whatever device is is
<lanefu> source /etc/armbian-release; dpkg-reconfigure linux-image-${BRANCH}-${FAMILY}
<Armbian-Discord> <M​anoftheSea> 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> <I​nfinite 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> <I​nfinite Entropy> making sure its correct again.. and rerunning that right now..
<Armbian-Discord> <I​nfinite Entropy> nope.. still didn't mount it.. 😐
<lanefu> bummer
<Armbian-Discord> <M​anoftheSea> does /proc/cmdline agree with what it ought to be?
lemonzest has quit [Quit: WeeChat 3.4]
<Armbian-Discord> <I​nfinite 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> <M​anoftheSea> if the emmc is getting in the way, even that won't solve the issue...
<Armbian-Discord> <I​nfinite Entropy> Its not.
<Armbian-Discord> <I​nfinite Entropy> the boot order on the eeprom is set for NVME first
<Armbian-Discord> <I​nfinite Entropy> but there wasn't a boot partition on the nvme
<Armbian-Discord> <I​nfinite 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> <M​anoftheSea> cool
alekksander has joined #armbian
Mony has quit [Ping timeout: 246 seconds]
<Armbian-Discord> <I​nfinite 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> <c​lever> using rpiboot, you can shove over a linux kernel and initrd
<Armbian-Discord> <c​lever> and you can bake a script into the initrd, that sets up the dwc in MSD mode, and shared a block device
<Armbian-Discord> <c​lever> ive done it before against the SD interface, and got a measureable perf improvement over msd4.elf
<Armbian-Discord> <I​nfinite 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> <c​lever> @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> <I​nfinite Entropy> that'd be hard with the board having the USB disabled without boot options specified.
<Armbian-Discord> <c​lever> ah right
<Armbian-Discord> <I​nfinite Entropy> https://imgs.xkcd.com/comics/real_programmers.png
<ArmbianHelper> ^ [image/png] (82.5KiB)
<Armbian-Discord> <I​nfinite Entropy> if only I had that skill.
<Armbian-Discord> <c​lever> 😄
<Armbian-Discord> <I​nfinite Entropy> plus I should probably have an NVMe cradle in general so.. yeah
xoan has quit [Remote host closed the connection]
xoan has joined #armbian
alekksander has quit [Quit: Konversation terminated!]