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
Dagger has quit [Ping timeout: 265 seconds]
Dagger has joined #armbian
Lucanis has joined #armbian
Dagger has quit [Ping timeout: 246 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 260 seconds]
Dagger has joined #armbian
Lucanis has quit [Ping timeout: 260 seconds]
Lucanis has joined #armbian
arch3r has quit [Quit: bye]
arch3r has joined #armbian
Lucanis has quit [Ping timeout: 260 seconds]
Lucanis has joined #armbian
Dagger has quit [Ping timeout: 276 seconds]
Dagger has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
lemonzest has quit [Ping timeout: 276 seconds]
Net147 has quit [Ping timeout: 260 seconds]
lemonzest has joined #armbian
<DC-IRC> [Discord] <igorpec> Am11 this is annoying for us too. Develop a script/job that will mirrir to github
danilogondolfo has joined #armbian
TheCoffeMaker has quit [Ping timeout: 260 seconds]
zeemate has joined #armbian
<DC-IRC> [Discord] <Github> ⤴️ **Pull request** to [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - **Please review!** 👉 [Link](<https://github.com/armbian/build/pull/7180>): *Rockchip64: remove deprecated patches that breaks compilation*
archetech has quit [Quit: Leaving]
<DC-IRC> [Discord] <Github> ⤴️ **Pull request** to [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - **Please review!** 👉 [Link](<https://github.com/armbian/build/pull/7181>): *Labeling: add label `Needs review` to all pull requests by default*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/422e91b24012889342a8438d950bc9bf04cdc49c>): *Rockchip64: remove deprecated patches that breaks compilation*
TheCoffeMaker has joined #armbian
zeemate has quit [Ping timeout: 252 seconds]
LanDi has joined #armbian
<DC-IRC> [Discord] <aldmin1> test
LanDi has quit [Quit: LanDi]
alekksander has joined #armbian
zeemate has joined #armbian
CapNemo has quit [Ping timeout: 276 seconds]
CapNemo has joined #armbian
CapNemo has quit [Ping timeout: 276 seconds]
lyri has joined #armbian
wd has quit [Ping timeout: 276 seconds]
wd has joined #armbian
zeemate has quit [Ping timeout: 252 seconds]
<DC-IRC> [Discord] <trinitylightforce> hello i need some help how do i erase the emmc on my orange pi 5 plus
<DC-IRC> [Discord] <trinitylightforce> i am booted from sd card and in armbian
<DC-IRC> [Discord] <trinitylightforce> wish to erase emmc then copy my armbian to it
<DC-IRC> [Discord] <trinitylightforce> also when i start my armbian the boot screen is discolored
<DC-IRC> [Discord] <igorpec> unplug and plug hdmi
<DC-IRC> [Discord] <trinitylightforce> k
<DC-IRC> [Discord] <trinitylightforce> i need to erase my emmc completely and i cant find any instructions
<DC-IRC> [Discord] <johnthecoolingfan> to do that, once you have a command line prompt you have to identify which device (one of `/dev/mmcblk*` usually) is teh emmc. Once you've identified it and you are sure no partitions on it are mounted, execute `dd status=progress if=/dev/zero of=/dev/the-emmc-device`. That will zero out the contents of teh eMMC.
<DC-IRC> [Discord] <trinitylightforce> cool how do you unmount it
<DC-IRC> [Discord] <trinitylightforce> i was on armbian on my sd and i didnt see the emmc show up
<DC-IRC> [Discord] <johnthecoolingfan> `mount` with no arguments will tell you whta you have mounted
<DC-IRC> [Discord] <johnthecoolingfan> `mount` with no arguments will tell you what you have mounted
<DC-IRC> [Discord] <trinitylightforce> so i took the sd card out and loaded the ubuntu n the emmc
<DC-IRC> [Discord] <trinitylightforce> im in ubuntu can i format from here or do i need to be on armbian
<DC-IRC> [Discord] <johnthecoolingfan> You can't format when booted from emmc
<DC-IRC> [Discord] <trinitylightforce> k
<DC-IRC> [Discord] <johnthecoolingfan> Well, you should not
<DC-IRC> [Discord] <johnthecoolingfan> Well, you should not, rather
<DC-IRC> [Discord] <trinitylightforce> im not then back to sd card armbian boo
<DC-IRC> [Discord] <trinitylightforce> mount
<DC-IRC> [Discord] <johnthecoolingfan> sometimes the sd card shows up as mmcblk-something, so beware of that too.
<DC-IRC> [Discord] <johnthecoolingfan> In a more general case you can list devices using `sudo fdisk -l`, then you can use `mount` to see what is mounted and if there's one device that is listed by `fdisk` but not `mount` - it's the emmc
<DC-IRC> [Discord] <trinitylightforce> ye the sd showed up as mmcblk1p1
<DC-IRC> [Discord] <trinitylightforce> but i dont see the emmc there
<DC-IRC> [Discord] <johnthecoolingfan> hmm
<DC-IRC> [Discord] <trinitylightforce> one sec
<DC-IRC> [Discord] <johnthecoolingfan> `sudo lsblk`?
<DC-IRC> [Discord] <johnthecoolingfan> That will show all teh partitions I think
<DC-IRC> [Discord] <johnthecoolingfan> That will show all the partitions I think
<DC-IRC> [Discord] <johnthecoolingfan> Along with some info about them
<DC-IRC> [Discord] <johnthecoolingfan> Along with some info about them, like label, uuids, etc
<DC-IRC> [Discord] <trinitylightforce> whats mtdblock0
<DC-IRC> [Discord] <trinitylightforce> all i see is mtdblock0 mmcblk1 and mmcblk1p1
<DC-IRC> [Discord] <johnthecoolingfan> hmm
<DC-IRC> [Discord] <johnthecoolingfan> no partitions on mtdblock0?
<DC-IRC> [Discord] <trinitylightforce> no
<DC-IRC> [Discord] <johnthecoolingfan> I would assume since you have a working ubuntu install on the emmc it would show the paritions on there
<DC-IRC> [Discord] <trinitylightforce> i know the emmc is called mmcblk0
<DC-IRC> [Discord] <trinitylightforce> i was just in ubuntu while talking to you
<DC-IRC> [Discord] <johnthecoolingfan> But is it available when booting from teh sd card?
<DC-IRC> [Discord] <johnthecoolingfan> But is it available when booting from the sd card?
<DC-IRC> [Discord] <trinitylightforce> how to check
<DC-IRC> [Discord] <johnthecoolingfan> well
<DC-IRC> [Discord] <johnthecoolingfan> `ls /dev/mmcblk0`
<DC-IRC> [Discord] <johnthecoolingfan> if it's there - it will list it. If it's not there - fiel not found error
<DC-IRC> [Discord] <trinitylightforce> no such file
<DC-IRC> [Discord] <johnthecoolingfan> if it's there - it will list it. If it's not there - file not found error
<DC-IRC> [Discord] <johnthecoolingfan> yeah it's not available. Weird.
<DC-IRC> [Discord] <trinitylightforce> should i get a usb mmc thing
<DC-IRC> [Discord] <trinitylightforce> and take it out format it
<DC-IRC> [Discord] <johnthecoolingfan> You don't have to flip any hardware switch on the board to boot from emmc?
<DC-IRC> [Discord] <johnthecoolingfan> As I have one board that kinda works like that
<DC-IRC> [Discord] <trinitylightforce> i got oragenpi5plus
<DC-IRC> [Discord] <trinitylightforce> no i just take sd out
<DC-IRC> [Discord] <johnthecoolingfan> ah
<DC-IRC> [Discord] <trinitylightforce> i figure it would show up from a different pc if i plugged the emmc to usb
<DC-IRC> [Discord] <johnthecoolingfan> Well, I don't know what to suggest next
<DC-IRC> [Discord] <trinitylightforce> i think theres a button sli button
<DC-IRC> [Discord] <johnthecoolingfan> Ot's like the system is hiding the emmc when booted from sd card? Weird/
<DC-IRC> [Discord] <johnthecoolingfan> It's like the system is hiding the emmc when booted from sd card? Weird.
<DC-IRC> [Discord] <trinitylightforce> i dont understand
<DC-IRC> [Discord] <trinitylightforce> lol
<DC-IRC> [Discord] <trinitylightforce> thanks for the help though
<DC-IRC> [Discord] <trinitylightforce> so now im stuk
<DC-IRC> [Discord] <trinitylightforce> neeed hardware!
<DC-IRC> [Discord] <trinitylightforce> lol
<DC-IRC> [Discord] <trinitylightforce> i think you found the answer
<DC-IRC> [Discord] <trinitylightforce> im a little new to linux so this guide is kinda hard to undersand... but im trying
steev has quit [Ping timeout: 260 seconds]
steev has joined #armbian
Lucanis has quit [Ping timeout: 260 seconds]
Lucanis has joined #armbian
<DC-IRC> [Discord] <trinitylightforce> so i need to clear splflash and in the manua for the pi it says to use rkdevtool but then im confused at that point
lyri has quit [Remote host closed the connection]
archetech has joined #armbian
zeemate has joined #armbian
<DC-IRC> [Discord] <trinitylightforce> is the legitimate
<DC-IRC> [Discord] <trinitylightforce> this method legitimate?
<DC-IRC> [Discord] <trinitylightforce> i need to clear spiflash and emmc
<DC-IRC> [Discord] <trinitylightforce> but with the pi plus theres a maskrom button i beleive
<DC-IRC> [Discord] <trinitylightforce> this is windows
<DC-IRC> [Discord] <superkali> ofc, this method works correctly
<DC-IRC> [Discord] <trinitylightforce> thank you im pleased i foudn it:D
<DC-IRC> [Discord] <trinitylightforce> can you run devtool from your pi via sdcard
<DC-IRC> [Discord] <superkali> you've to attach usb to the pi and clean it from another pc
<DC-IRC> [Discord] <trinitylightforce> word will do
alekksander has quit [Remote host closed the connection]
coldfeet has joined #armbian
<DC-IRC> [Discord] <trinitylightforce> my board didnt go to maskrom
<DC-IRC> [Discord] <superkali> you've to install driver
<DC-IRC> [Discord] <superkali> on windows
<DC-IRC> [Discord] <trinitylightforce> oh i c
<DC-IRC> [Discord] <superkali> and press the maskrom button in the same time you're powering the board
<DC-IRC> [Discord] <trinitylightforce> im in maskrom
<DC-IRC> [Discord] <trinitylightforce> i dont see the download button in rkdevtool
<DC-IRC> [Discord] <trinitylightforce> do i need to download the loader
<DC-IRC> [Discord] <trinitylightforce> do i use miniloaderall.bin
<DC-IRC> [Discord] <trinitylightforce> im a little confused i dont have rk3588_spi_loader.bin
<DC-IRC> [Discord] <trinitylightforce> i tried miniloaderall.bin
<DC-IRC> [Discord] <trinitylightforce> and that didnt do anything
coldfeet has quit [Remote host closed the connection]
<DC-IRC> [Discord] <trinitylightforce> hmm im getting closer
<DC-IRC> [Discord] <trinitylightforce> got it thanks superkali sorryf or being so cofnusing
flyback has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 246 seconds]
iamGavinJ has joined #armbian
iamGavinJ has quit [Quit: This concludes our broadcast day...]
kingdomofheaven has quit [Ping timeout: 246 seconds]