Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
nodelay has quit [Ping timeout: 260 seconds]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 245 seconds]
stipa_ is now known as stipa
milkii has joined #armbian
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
archetech has quit [Quit: Konversation terminated!]
nodelay has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
wootehfoot has quit [Read error: Connection reset by peer]
ajfriesen164 has joined #armbian
arch3r has quit [Ping timeout: 244 seconds]
arch3r has joined #armbian
arch3r- has joined #armbian
arch3r has quit [Ping timeout: 265 seconds]
arch3r- is now known as arch3r
coldfeet has quit [Ping timeout: 272 seconds]
<Dex2x>
Hi all, is there anything special needed to get a M.2 to SATA converter working? Do I need some overlay added ?
<Dex2x>
oh with an orangepi 5 board
<DC-IRC>
[Discord] <Werner> I think there is an overlay for sata, check /boot dtb overlay folder
<Dex2x>
there is, a few actually, the orangepi-5-sata should be correct here, interesting there is already a over_prefix
<Dex2x>
hopefully I can boot
<Dex2x>
Rebooted, even did a `sudo update-initramfs -u` and nothing :/
<DC-IRC>
[Discord] <Werner> dunno, never used sata on this board
<Dex2x>
weird one forum, says I need to alter the overlay_prefix=orangepi-5 , to that, and then overlays=sata
<Dex2x>
but my prefix already has rockchip in
<DC-IRC>
[Discord] <Werner> prefix might be incorrect. There is inconstency on overlays across rk35xx socs unfortunately
<DC-IRC>
[Discord] <Werner> You can use debug serial console to check uboot logs whether it loads the sata overlay or path/name is wrong
<Dex2x>
the initramfs step is needed though right?
<DC-IRC>
[Discord] <Werner> I don't think so
<Dex2x>
aah yeah updating the overlay_prefix did something
<Dex2x>
thanks @Werner
<DC-IRC>
[Discord] <Werner> great
<Dex2x>
I have a orangepi 5 ultra, arriving soon hopefully, not sure if I will do the debian image, or the orange pi OS(arch) this time
<DC-IRC>
[Discord] <Werner> Armbian support for max and ultra is csc. May work, maybe not
<Dex2x>
Is the debian bullseye orangepi shows, based of armbian
<DC-IRC>
[Discord] <Werner> A few years ago Orangepi forked an old version of the Armbian build framework, replaced "Armbian" with "orangepi" and now building their images from this.
<Dex2x>
Is that their Orangepi OS, or still just now "debian" ?
<DC-IRC>
[Discord] <Werner> I don't know what's the difference, I never checked their images
<Dex2x>
ha lol folder is empty :/
<Dex2x>
What did you load then ?
<DC-IRC>
[Discord] <Werner> what do you mean?
<Dex2x>
which distro did you pick ?
<DC-IRC>
[Discord] <Werner> I use Armbian on all my sbcs
<Dex2x>
ah okay
<DC-IRC>
[Discord] <menu> just out of interest, but is the M.2 to SATA adapter an active PCIe-to-SATA with an M.2 connector? or is it a passive one designated specifically for that board?
<Dex2x>
I know with my rpi2, I used to use armbian, but the hdmi to vga adapter just would not work well with it, swapped to arch-arm and tit just worked
<Dex2x>
It's just a M.2 slot with pins weird to the sata port, there isn't any chips on it
<Dex2x>
You do get with a controller on, but then its like 5 SATA ports
<DC-IRC>
[Discord] <Werner> rpi2 isn't support afaik. Only 3, 4 and 5 series
<DC-IRC>
[Discord] <Werner> *supported
<Dex2x>
armbian used to support rpi2
<DC-IRC>
[Discord] <Werner> Ah I see. Maybe that was updated at some point
<Dex2x>
Okay I have no idea anywhere what I did to this OS, it reads armbian, uses ubuntu for the source list urls
<DC-IRC>
[Discord] <menu> armbian exists in both debian and Ubuntu flavours
<DC-IRC>
[Discord] <menu> because Ubuntu is really just debian with a silly hat on
<DC-IRC>
[Discord] <Werner> true
<Dex2x>
lol yeah
<Dex2x>
Well okay, the board now lies very exposed, but it works, I can now finally run ddrescue on this drive, and not have to boot a full desktop :D
wootehfoot has joined #armbian
wootehfoot has quit [Max SendQ exceeded]
wootehfoot has joined #armbian
zeemate has quit [Ping timeout: 248 seconds]
jfsimon has joined #armbian
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #armbian
Treibholz has quit [Quit: WeeChat 3.8]
Treibholz has joined #armbian
wootehfoot has quit [Read error: Connection reset by peer]
SymbioticFemale has joined #armbian
<SymbioticFemale>
i'm trying to use the (community) image for Radxa Zero W3, got an issue with wifi firmware
<SymbioticFemale>
rwnx_load_firmware: fw_patch_table_880d80.bin file failed to open
<SymbioticFemale>
finally says "wrong size of firmware file"
<SymbioticFemale>
(note: minor errors possible, typed all that manually)
chewitt has quit [Quit: Zzz..]
<DC-IRC>
[Discord] <nicolospingola> hiya, i'm trying to build a custom image for my banana pi m5 via the armbian build tool and I was wondering if there were any resources on how to setup everything so that I already have a default user, with some apt packages, wi-fi connection and ssh key setup. I saw something about cloud-init (i'm trying to use ubuntu 22.04 lts) but no in-depth resources. does anybody have any p <clipped message>
<DC-IRC>
[Discord] <nicolospingola> ointers? thank you very much in advance for any and all help 🙂
<DC-IRC>
[Discord] <nicolospingola> i've got something that might work using customize-image.sh, adduser, chpasswd and apt-get for everything but the wi-fi connection part, that's the bit I'm most unsure about
<DC-IRC>
[Discord] <menu> afaik cloud-init isn't supported OOTB, but there's https://docs.armbian.com/User-Guide_Autoconfig/ some limited support for pre-configuring an image, and if you *really* want, you can hook the end of the script that does it to call another script
<DC-IRC>
[Discord] <menu> ideally you'd use netplan directly for networking, but the answers file supports it too
<DC-IRC>
[Discord] <menu> it's a long-term goal of mine to make this easier, though i'm still not certain of how best to do it, and i feel like i'll probably get shouted at or using Nix 😅
<DC-IRC>
[Discord] <nicolospingola> thank you for the directives; if I'm understanding correctly, I can use the `preset-firstrun` extension to configure the root and user accounts, and `customize-image.sh` to install the packages I desire? (PS. I'm not super sure on if it's more approriate to directly apt-get install packages there or use `add_package_to_image`, especially since I'm looking to install ROS2 packages <clipped message>
<DC-IRC>
[Discord] <nicolospingola> which require a special apt repository)
<DC-IRC>
[Discord] <Werner> firstrun preset is limited to the things listed in the documentation. With the image customization script you don't have limits. You can adjust users, install packages, modify files.
<DC-IRC>
[Discord] <nicolospingola> are there any examples of more complex `customize-image.sh` files? i've had trouble finding any
<DC-IRC>
[Discord] <nicolospingola> i saw that, but it doesn't seem to set up users or ssh
<DC-IRC>
[Discord] <Werner> users can be added with a command like `useradd -m -s /bin/bash mygreatuser` and something like `echo -e "agreatpassword" | passwd mygreatuser`
<DC-IRC>
[Discord] <Werner> These commands will be executed in the image while assembly if they're put in the customisation script.
eldereko has joined #armbian
jasmint has quit [Read error: Connection reset by peer]
jasmint has joined #armbian
eldereko has quit [Quit: goodbye]
zeemate has joined #armbian
buzzmarshall has joined #armbian
SymbioticFemale has quit [Remote host closed the connection]