Werner 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 | Type 'help' for help | Logs: -> irc.armbian.com
b0o has joined #armbian
b0o is now known as _CRV
nick_ has quit [Ping timeout: 240 seconds]
<_CRV> hi all... I'm hoping someone can point me in the right direction. I'm trying to reclaim the "debug" uart on my neo3 that's tied to the boot console right now. I've played with boot.cmd a bit and haven't been completely successful.
<_CRV> I miiiight have it. Killing a bunch of the systemd targets might have been my last step. I'll have to try again from a clean image and see if I can be a bit more strategic
_CRV has quit [Quit: Leaving]
Dagger has quit [Ping timeout: 256 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
archetyp` has joined #armbian
Dagger has quit [Ping timeout: 240 seconds]
archetyp has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
Guest66 has joined #armbian
<Guest66> Can anyone tell armbian partitioning scheme for nano pi m4v2
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
Guest66 has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
Guest4 has joined #armbian
Dagger has quit [Ping timeout: 246 seconds]
<Armbian-Discord> <T​onymac32> should just be a single partition
<Guest4> just one ext4. Right?
<Armbian-Discord> <T​onymac32> should be
<Guest4> and other images such as idbloader, uboot.itb and Image goes as raw
<Guest4> I need to know what dd command I can use just to flash these bootimages
<Guest4> without touching ext4 partition
<Guest4> Do you think it is possible ?
<Guest4> ohh you were answering tonymac, I thought it was me you were replying.
Guest4 has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 240 seconds]
CrashTestDummy3 has joined #armbian
Dagger has joined #armbian
CrashTestDummy2 has quit [Ping timeout: 252 seconds]
plntyk2 has quit [Remote host closed the connection]
CrashTestDummy2 has joined #armbian
CrashTestDummy3 has quit [Ping timeout: 240 seconds]
plntyk has joined #armbian
Guest45 has joined #armbian
peterm6881 has joined #armbian
peterm6881 has left #armbian [#armbian]
wwilly has joined #armbian
wwilly has quit [Ping timeout: 246 seconds]
nick_ has joined #armbian
nick_ has quit [Client Quit]
Toasty has joined #armbian
wwilly has joined #armbian
psydroid has quit [Ping timeout: 246 seconds]
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
nekomancer[m] has quit [Ping timeout: 246 seconds]
Dagger has quit [Ping timeout: 252 seconds]
wwilly_ has joined #armbian
wwilly has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
CrashTestDummy3 has joined #armbian
CrashTestDummy2 has quit [Ping timeout: 240 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 252 seconds]
kprasadvnsi[m] has joined #armbian
<kprasadvnsi[m]> Hi
<kprasadvnsi[m]> did is arrived the right place?
<steev> if you're trying to reach the armbian discord/matrix/irc, yes
Dagger has joined #armbian
<Guest45> can anyone tell what is the boot process for armbian
<Guest45> for rockcjhip based boards
psydroid has joined #armbian
<Armbian-Discord> <I​gorPec> this is not defined by armbian but by rockcbip
<Armbian-Discord> <I​gorPec> http://rockchip.wikidot.com/boot-sequence
<Guest45> my issue is usually we create .img and dd on the target
<Guest45> the way armbian build system works is it create a single image with all images
<Guest45> ofcourse it is rockchip way of boot sequence but how armbian follows it is the question
<Guest45> all tmp images are deleted, the uboot and other images are inside rootfs
<Guest45> nanopim4v2: /lib/linux-u-boot-nanopim4v2-legacy_21.08.0-trunk_arm64root@nanopim4v2:/lib/linux-u-boot-nanopim4v2-legacy_21.08.0-trunk_arm64# ls -l
<Guest45> total 8396
<Guest45> -rw-rw-r-- 1 root root 206844 Jul 6 08:39 idbloader.bin
<Guest45> -rw-rw-r-- 1 root root 4194304 Jul 6 08:39 trust.bin
<Guest45> -rw-rw-r-- 1 root root 4194304 Jul 6 08:39 uboot.img
<Guest45> and dtb too so how does this uboot works ?
<Guest45> I am mostly confused with all the wikis and documents, nano pi m4v2, rockchip and now armbian
nekomancer[m] has joined #armbian
<steev> which leads to /usr/lib/u-boot/platform_install.sh which has the actual dd commands in it
<Guest45> thansk
<Guest45> but what about linux kernel
<steev> what about it? it's a deb file, you just install it, it's not exactly a simple copy and paste because it has to regenerate the initramfs
<Guest45> install the modules right? I was curious about Image which boots after uboot
<steev> Image is the file name for the linux kernel
<steev> for arm64
<Guest45> deb file can only be used in userspace
<Guest45> yes its the name
<steev> i'm not sure what you're asking. "i was curious about Image which boots after uboot" - u-boot loads the kernel, which is the Image file. per igor's link to the rockchip wiki
<steev> you can always chroot into your sdcard and install the deb, if you have qemu-user-static installed on the host system
<steev> you COULD use dpkg-deb to extract the deb file into the sdcard as well, but it's not gonna do any of the kernel hooks and so forth that would do things like rebuilding the initramfs
<Guest45> uboot -> linux image -> initramfs -> rootfs
<Guest45> thats the sequence right?
<Guest45> here I can see uboot getting dd on the image
<Guest45> but not the linux image
<Guest45> that's what I was asking where does that dd happen, are you telling that also is a deb package?
<Armbian-Discord> <I​gorPec> why are you asking all this? all you are asking is not hidden. dive into the code.
<Guest45> It is not easy to understand that's why
<Guest45> I have spent some time in the code after that only I am asknig
<Armbian-Discord> <I​gorPec> i know its not easy. your questions seems to be unrelated to armbian build system
<Guest45> ok
Guest45 has quit [Quit: Client closed]
<Armbian-Discord> <I​gorPec> check support terms https://github.com/armbian/build#support we have very limited personal budget to spent for saving your time
<Armbian-Discord> <I​gorPec> if something is not working, we will try to assist, fix, if you try to fix something in the build system, we will try to assist, ...
<Armbian-Discord> <I​gorPec> if you have troubles elsewhere or with hw. best effort, very limited, no support
<[TheBug]> lol and downfall of the bridge, he left before you said any of that :Z
<Armbian-Discord> <I​gorPec> yeah, bridge ... i am in the office, so no irc here 😉 just discord
Findus has quit [Remote host closed the connection]
Findus has joined #armbian
archetyp` has quit [Remote host closed the connection]
crabbedhaloablut has quit [Ping timeout: 244 seconds]
crabbedhaloablut has joined #armbian
<Armbian-Discord> <p​titSeb> CINEBENCH R15 on RK3399 default clock, usinh Box64 and Wine 6.00: 49cb
<Armbian-Discord> <p​titSeb> @NeonFetch I got 49 at Cinebench R15 benchmark 😛
<Armbian-Discord> <T​onymac32> I don't think the link to the support terms/description of limited resources was necessary in this case. The user was obviously thinking of the shitty Android style 160 partitions of doom setup. They weren't wrapping their head around the idea that the kernel actually did just live in the ext4 or whatever format partition with everything else.
<steev> that's possible
<steev> if i hadn't been afk, i would have actually responded, but oh well
<Armbian-Discord> <N​eonFetch> niceeee I wonder what i could achieve with OC.
Findus has quit [Quit: meem]
Findus has joined #armbian
<Armbian-Discord> <p​titSeb> FYI, on a PI400 with default clock, I got a better score: 57
<Armbian-Discord> <N​eonFetch> well, 4 a72 cores at 1.8 ghz
<Armbian-Discord> <N​eonFetch> this test target homogeneous cpus
<Armbian-Discord> <N​eonFetch> on real cpu workloads like mesen, the pi4 cpu was way behind
<stipa> kprasadvnsi[m]: wb
<Armbian-Discord> <r​neese> need to find a way to convert the t4 into a all in 1 kdb and pc
<Armbian-Discord> <T​onymac32> Find fat ass keyboard, insert T4, attach monitor
<Armbian-Discord> <T​onymac32> 😆
<stipa> engineering
<stipa> i hate the optimization for going cheaper
<stipa> it's neverending
<stipa> and i hate even more if going cheap is not priority and there is just a bad design with all the luxury that is worse than cheapest shit on the eart
<Armbian-Discord> <T​onymac32> Oh Audi
<Armbian-Discord> <T​onymac32> I mean, ummm, 👀
<stipa> women like audi, it looks nice
<stipa> but germans aren't normal anymore, every month they put new model on the market
<nekomancer[m]> nobody normal anymore™
<nekomancer[m]> all go nuts
<stipa> yeah, every time i drive on the highroad there's a new model
<stipa> and they all look the same
<stipa> worse than iphones
<nekomancer[m]> new direction of hype. electro.
<nekomancer[m]> need research, implement and test, then repeat
<nekomancer[m]> they have to make iterations as fast as possible to reach "good enough" result
<stipa> EV are the worst crap that happened to the auto industry
<stipa> just a stupid idea
<stipa> that someone got realized
<stipa> somehow*
<stipa> hybrids are ok i guess, but full electric is just a joke
<stipa> oh, the battery is dead, no worries let's sleep in a hotel and it'll be half charged when we woke up
<stipa> wake*
<stipa> mhm, it's oke for short trips around a town i guess
<stipa> and overnight charging or oversleep of an owner
<stipa> charging when the owner of an EV car sleeps*
sunshavi has quit [Ping timeout: 268 seconds]
<kprasadvnsi[m]> looks like there is a Discoed channel for Armbian. anybody post a link
<Armbian-Discord> <T​onymac32> The first rule of Armbian Discord is you don't talk about Armbian Discord
<Armbian-Discord> <T​onymac32> @IgorPec did we share the discord url? I am just a tourist so I don't want to step out of line. 🤷🏼‍♂️
<Armbian-Discord> <r​neese> what discount url
<Armbian-Discord> <r​neese> we have discounts
<Armbian-Discord> <k​prasadvnsi> and this is the only rule I can find in the rules section😆
<Armbian-Discord> <I​gorPec> Thanks :)
<Armbian-Discord> <I​gorPec> added additional eyes to the boards
<Armbian-Discord> <k​prasadvnsi> I thought whatever code is in mainline is a top-quality gold but found the hard way that some parts are utter garbage shit.
<Armbian-Discord> <I​gorPec> haha, welcome to Linux ;9
<nekomancer[m]> nice eyes to add to your stuff https://www.aliexpress.com/item/4000543320063.html
* nekomancer[m] place them everywhere at office 3 years ago. it was kawaii.
<Armbian-Discord> <I​gorPec> that cool look spooky ;;)
<Armbian-Discord> <I​gorPec> but also a reminder
sunshavi has joined #armbian
archetyp has joined #armbian
<archetyp> My Rock Pi 4 B is up and running! \o/
<nekomancer[m]> @archetyp:libera.chat !
<nekomancer[m]> happy sia farming
X-SUB has quit [Remote host closed the connection]
X-SUB has joined #armbian
willmore has joined #armbian
archetyp has quit [Remote host closed the connection]
archetyp has joined #armbian
Guest51 has joined #armbian
Guest51 has quit [Client Quit]
mpmc is now known as MagicConch
MagicConch is now known as mpmc
Guest43 has joined #armbian
Guest43 has quit [Quit: Client closed]
sndb has joined #armbian
Toasty has quit [Ping timeout: 252 seconds]
Tables has joined #armbian
archetyp has quit [Quit: Leaving]