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
shoragan has quit [Quit: quit]
shoragan has joined #armbian
montjoie has quit [Ping timeout: 245 seconds]
montjoie has joined #armbian
shoragan has quit [Read error: Connection reset by peer]
shoragan has joined #armbian
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
Unit193 has joined #armbian
milkii has quit [Quit: tara]
milkii has joined #armbian
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #armbian
crabbedhaloablut has joined #armbian
milkii has quit [Quit: tara]
milkii has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
junaid_ has joined #armbian
rainbyte has joined #armbian
junaid_ has quit [Remote host closed the connection]
junaid_ has joined #armbian
junaid_ has quit [Remote host closed the connection]
aasami_ has joined #armbian
ikmaak2 is now known as ikmaak
junaid_ has joined #armbian
junaid_ has quit [Client Quit]
qqqhhh861993 has quit [Ping timeout: 245 seconds]
danilogondolfo has joined #armbian
rainbyte has quit [Ping timeout: 245 seconds]
califax has quit [Remote host closed the connection]
califax has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
lemonzest has quit [Quit: WeeChat 3.6]
lemonzest has joined #armbian
rainbyte has joined #armbian
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
<DC-IRC>
<mcfoi> PAID SUPPORT REQUEST: I am not sure if this is the proper channel to ask for.. ..but I need a quote for a support to properly compile either QT6 or GTK4 (with Python support) on a BananaPi M2+ (ARMHF architecture). My goal is being able to use the SoC to run a GUI App using Python (> =3.7) that needs to also play short movies anong with showing the user a set of choises through b <clipped message>
<DC-IRC>
<mcfoi> uttons and controls. While I can develop the App part, compiling Python GUI support and multimedia support is out of my knowledge.
vpeter has quit [Remote host closed the connection]
vpeter has joined #armbian
echatzip has joined #armbian
echatzip has quit [Client Quit]
echatzip has joined #armbian
<DC-IRC>
<diegdoming> Hi, sorry if dont know if this is the right channel for the question. But, does anyone know how to build the kernel so it comes with ZFS module?
califax has quit [Remote host closed the connection]
califax has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
<sally>
Regarding of hardware; is there a difference between Orange Pi 5Plus and Rock5B?
<DC-IRC>
<efectn> opi5+ has x2 2.5 gbps ethernet, rock5b has x1 1gbps
<DC-IRC>
<tenkawa42> 3 hdmi on the opi as well (2 out 1 in)
<sally>
efectn, So, because of this, it needs a different image?
<DC-IRC>
<efectn> opi5+ has x2 2.5 gbps ethernet, rock5b has x1 2.5gbps
<sally>
Okay
<DC-IRC>
<efectn> there are also other reasons. they have different pinctrls
<DC-IRC>
<tenkawa42> yeah the dts I imagine is a fair bit different
<sally>
efectn, I got the point, thank you so much.
zeemate has joined #armbian
lyri has joined #armbian
jantones has joined #armbian
qqqhhh861993 has joined #armbian
jason123onirc has quit [Ping timeout: 252 seconds]
jason123onirc has joined #armbian
<DC-IRC>
<Guerrilla Dynamics> can anyone help me im trying to modify an .img for orange pi so I can write to the emmc
<DC-IRC>
<Guerrilla Dynamics> but I cant seem to modify the .img file
<DC-IRC>
<viraniac> what modifications are you trying to make, and what have you tried so far?
<DC-IRC>
<Guerrilla Dynamics> just need to edit the armbianenv file
<DC-IRC>
<Guerrilla Dynamics> to work on orange pi 5b
<DC-IRC>
<Guerrilla Dynamics> ive tried mounting on linux
<DC-IRC>
<viraniac> ok...you tried mounting the image on linux by using something like kpartx -av <imagefilepath> and then mounting the partition?
lyri has quit [Ping timeout: 250 seconds]
<DC-IRC>
<Guerrilla Dynamics> no did mount -o loop with the offset
<DC-IRC>
<Guerrilla Dynamics> ill try that kpartx
junaid_ has joined #armbian
lyri has joined #armbian
<DC-IRC>
<tenkawa42> @Guerrilla Dynamics if its a premade image thats not the correct method...
<DC-IRC>
<tenkawa42> you do not want to be using offsets
<DC-IRC>
<viraniac> kpartx will map it to a loop device, then you should be able to mount and modify it using mount /dev/mapper/loopxp1 where x is the loop device returned by kpartx
<DC-IRC>
<tenkawa42> kpartx or something like losetup -P /dev/loop(number) imagefile are the preferred way.. then mount the individual partition
<DC-IRC>
<efectn> do you need overkill? write and edit
<DC-IRC>
<viraniac> after modifications, unmount the image and run kpartx -dv <imagefilepath> to remove the created loop device
<DC-IRC>
<Guerrilla Dynamics> let me try kpartx now
<DC-IRC>
<tenkawa42> you'll notice it creates nodes like /dev/loop(number)p1-x
alekksander has joined #armbian
<DC-IRC>
<Guerrilla Dynamics> yes
<DC-IRC>
<Guerrilla Dynamics> ok that seemed to work
<DC-IRC>
<tenkawa42> excellent
<DC-IRC>
<Guerrilla Dynamics> im going to mount it the way i did before and see if my changes took place
<DC-IRC>
<Guerrilla Dynamics> it did not save
<DC-IRC>
<viraniac> Thats weird. You used sudo to edit the file right?
<DC-IRC>
<Guerrilla Dynamics> yep
<DC-IRC>
<Guerrilla Dynamics> even copy pasted new one
<DC-IRC>
<tenkawa42> I wonder if he didn't unbind the loops and sync after umount
<DC-IRC>
<Guerrilla Dynamics> whats the command to sync
<DC-IRC>
<viraniac> sync
<DC-IRC>
<viraniac> to unbind, kpartx -dv <imagepath>
<DC-IRC>
<viraniac> imagepath must to be absolute path not relative
<DC-IRC>
<tenkawa42> best to use sudo losetup -l when done and make sure they aren't listed anymore
<DC-IRC>
<Guerrilla Dynamics> yeah something is still looped
<DC-IRC>
<tenkawa42> Had a feeling it might have been..
<DC-IRC>
<Guerrilla Dynamics> kpartx -av .img
<DC-IRC>
<tenkawa42> now if you are on ubuntu there will be some loops.... just make sure that its the one you are looking for
<DC-IRC>
<Guerrilla Dynamics> now im gonna do
<DC-IRC>
<Guerrilla Dynamics> mount -o loop /dev/mapper/loop0p1 /mnt/img
<DC-IRC>
<viraniac> you don't have to add -o loop
<DC-IRC>
<viraniac> just mount /dev/mapper/loop0p1 /mnt/img works
<DC-IRC>
<Guerrilla Dynamics> ok made myu changes
<DC-IRC>
<Guerrilla Dynamics> now typing sync
<DC-IRC>
<Guerrilla Dynamics> leaving the directory
<DC-IRC>
<Guerrilla Dynamics> and doing kpartx -dv imgpath
<DC-IRC>
<viraniac> you forgot unmount
<DC-IRC>
<Guerrilla Dynamics> umount /dev/loop0
<DC-IRC>
<Guerrilla Dynamics> ?
<DC-IRC>
<Guerrilla Dynamics> nvm
<DC-IRC>
<Guerrilla Dynamics> umount /mnt/img
<DC-IRC>
<Guerrilla Dynamics> now kpart -dv imgpath
<DC-IRC>
<viraniac> yes
<DC-IRC>
<Guerrilla Dynamics> ok peaking in the image now
<DC-IRC>
<Guerrilla Dynamics> nope
<DC-IRC>
<Guerrilla Dynamics> still wont take my modification
<DC-IRC>
<viraniac> Maybe share a screenshot or content of your terminal, just to see the commands you used and corresponding output
<DC-IRC>
<Guerrilla Dynamics> trying from the start again one sec
<DC-IRC>
<Guerrilla Dynamics> kpart -av imgfile
<DC-IRC>
<Guerrilla Dynamics> mount /dev/mapper/loop0p1 /mnt/img
<DC-IRC>
<viraniac> after mounting the partition, can you run mount and share the output
danilogondolfo has quit [Remote host closed the connection]
junaid_ has quit [Ping timeout: 245 seconds]
lyri has quit [Ping timeout: 240 seconds]
lyri has joined #armbian
Sally2 has quit [Remote host closed the connection]
Sally1 has joined #armbian
lyri has quit [Ping timeout: 246 seconds]
LanDi has joined #armbian
lyri has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
LanDi has quit [Remote host closed the connection]
buzzmarshall has joined #armbian
echatzip has quit [Ping timeout: 240 seconds]
crabbedhaloablut has quit []
<DC-IRC>
<dna113p> What is the correct way to set up a headless armbian (I tried lunar CLI) with WIFI ONLY.
<DC-IRC>
<dna113p> The board has no ethernet, I have no usb to ethernet, and I don't have micro hdmi. Is this possible?
<DC-IRC>
<dna113p> I've tried by mounting the filesystem and changing - armbian_first_run.txt, no luck - adding a configured network to NetworkManager manually - adding a wpa_supplicant.conf - and also editing /etc/network/interfaces -
<DC-IRC>
<dna113p> The only one that seemed promising was /etc/network/interfaces , but the device came up on the network successfully and I could even ping it only for it to disapear!