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]
<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] <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