ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
nighty- has quit [Ping timeout: 268 seconds]
phh|new has joined #linux-rockchip
levd has quit [Ping timeout: 268 seconds]
phh has quit [Ping timeout: 264 seconds]
mbakke has quit [*.net *.split]
sphalerit has quit [*.net *.split]
nighty-- has joined #linux-rockchip
levd has joined #linux-rockchip
nighty-- has quit [*.net *.split]
hgs has quit [*.net *.split]
paulk-leonov has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
busterbcook has quit [*.net *.split]
xevious has quit [*.net *.split]
berton has quit [Ping timeout: 260 seconds]
ddddddddd[m] has quit [Ping timeout: 256 seconds]
atopuzov[m] has quit [Ping timeout: 276 seconds]
levd has quit [Ping timeout: 268 seconds]
xevious has joined #linux-rockchip
tlwoerner has joined #linux-rockchip
busterbcook has joined #linux-rockchip
paulk-leonov has joined #linux-rockchip
hgs has joined #linux-rockchip
nighty-- has joined #linux-rockchip
nighty-- has quit [Remote host closed the connection]
anarsoul|2 has quit [Remote host closed the connection]
anarsoul|2 has joined #linux-rockchip
levd has joined #linux-rockchip
atopuzov[m] has joined #linux-rockchip
anarsoul|2 has quit [Ping timeout: 260 seconds]
mbakke[m] has joined #linux-rockchip
Linus[m] has joined #linux-rockchip
ddddddddd[m] has joined #linux-rockchip
berton[m] has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
chewitt has joined #linux-rockchip
nighty- has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 244 seconds]
athidhep has quit [Ping timeout: 240 seconds]
athidhep has joined #linux-rockchip
vstehle has joined #linux-rockchip
muvlon_ has quit [Ping timeout: 255 seconds]
chewitt has quit [Quit: Adios!]
muvlon_ has joined #linux-rockchip
fysa has joined #linux-rockchip
xerpi has joined #linux-rockchip
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-rockchip
lukasz_ has joined #linux-rockchip
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
tllim has joined #linux-rockchip
fireglow has quit [Ping timeout: 276 seconds]
fireglow has joined #linux-rockchip
lurchi_ is now known as lurchi__
matthias_bgg has joined #linux-rockchip
fysa has quit [Remote host closed the connection]
fysa has joined #linux-rockchip
xerpi has quit [Quit: Leaving]
fysa has quit [Ping timeout: 244 seconds]
BenG83 has quit [Ping timeout: 276 seconds]
LargePrime has quit [Ping timeout: 245 seconds]
LargePrime has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 256 seconds]
<stdint> Ke, hgs there is yocto
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
nighty- has quit [Quit: Disappears in a puff of smoke]
cnxsoft has quit [Quit: cnxsoft]
matthias_bgg has joined #linux-rockchip
Linus[m] has quit [Read error: Connection reset by peer]
berton[m] has quit [Remote host closed the connection]
mbakke[m] has quit [Read error: Connection reset by peer]
atopuzov[m] has quit [Read error: Connection reset by peer]
ddddddddd[m] has quit [Remote host closed the connection]
cnxsoft has joined #linux-rockchip
atopuzov[m] has joined #linux-rockchip
kaspter1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 244 seconds]
kaspter1 is now known as kaspter
<hgs> stdint: i will definitely try but i am already on running out of time for now :(
<hgs> between i see mismatch between uuids of mmc part (from uboot) and blkid (from linux), i believe it is something which gpt/uboot fails to pass it to kernel, but i am unable to figure this out..
<hgs> outputs from mmc part command blkid command https://pastebin.com/wMjuMbPE
mbakke[m] has joined #linux-rockchip
berton[m] has joined #linux-rockchip
Linus[m] has joined #linux-rockchip
ddddddddd[m] has joined #linux-rockchip
<Ke> hgs: just remember partition UUID is not the same as filesystem UUID
<Ke> hgs: your blkid output has been suppressed for PARTUUID, which is the partition UUID most probably listed by mmc
<hgs> Ke: ok i can ignore the uuids, but i am not sure why all mmcblk* are not listed by blkid command?
<hgs> mmcblk of uboot, boot, rootfs etc
<Ke> blkid is just funny that way, is the output of blkid problem for you
<Ke> ?
tllim has quit [Read error: Connection reset by peer]
<hgs> with stock debian i see all partitions as shown here https://pastebin.com/q6RHMm0r
<Ke> in general it suffices to know that blkid is funny that way
<Ke> if it's not a problem you can ignore it
<Ke> there are like billions of different versions and loads of easter eggs and the devs hate you etc.
<Ke> you might eg. have busybox version and the libblkid might be relevant also
<hgs> Ke: ok, the reason why i started questioning is I see this error during the boot "mount: mounting /dev/block/by-name/userdata on /userdata failed: No such file or directory"
<hgs> so it failed to mount the partition which is necessary
<Ke> that is expected, if you do not have something, eg. udev creating symlink or device node at /dev/block/by-name/userdata
<Ke> whatever it is, it needs to be properly created before the mount happens
<Ke> if you are having an expectation, that it's there automatically, it's not
<hgs> Ke: :) sure, i am reverse engineering my way to the truth
<hgs> Ke: thanks now i have to look in to what udev is..will come back with questions for sure..
<Ke> running udev is probably not the right solution to get out of this the easy way
<Ke> easy hack is mostly mdev -s, and perhaps some magic with blkid
<Ke> if you have a busybox-mainly system
<hgs> Ke: is it possible that uboot has problem.. somehow these partition information are not properly relayed to kernel
<Ke> kernel probes the partitions by itself, unless you are using command line partitions
<Ke> if you have GPT formatted partition table, you are probably not
<Ke> /proc/partitions lists the partitions that kernel sees
kaspter1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 276 seconds]
kaspter1 is now known as kaspter
BenG83 has joined #linux-rockchip
BenG83 has quit [Client Quit]
<hgs> Ke: actually i am using and it seems not rite..
<Ke> I don't think you should, unless you have special reasons
<Ke> for mmc or sd devices
<Ke> if you have MTD device with mmcblk or something
<hgs> in the uboot environment i see a partitions variable defined as partitions=uuid_disk=${uuid_gpt_disk}; name=loader1,start=32K,size=4000K,uuid=${uuid_gpt_loader1};name=loader2,start=8MB,size=4MB etc...
<hgs> but definitions for uuid_gpt_disk, uuid_gpt_loader1 dont exist could this be reason
<hgs> i am flashing it on emmc
LargePrime has quit [Ping timeout: 276 seconds]
LargePrime has joined #linux-rockchip
tllim has joined #linux-rockchip
tl_lim has joined #linux-rockchip
tllim has quit [Ping timeout: 240 seconds]
AndroUser has joined #linux-rockchip
mrfixit2001 has joined #linux-rockchip
AndroUser has quit [Read error: Connection reset by peer]
aalm has quit [Ping timeout: 276 seconds]
maz has quit [Quit: Leaving]
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
indy has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
mrfixit2001 has quit [Ping timeout: 260 seconds]
nighty- has joined #linux-rockchip
mbakke[m] is now known as mbakke
wadim_ has quit [Quit: Leaving.]
JohnDoe3 has joined #linux-rockchip
JohnDoe_71Rus has quit [Ping timeout: 276 seconds]
matthias_bgg has quit [Quit: Leaving]
<steev> hgs: fwiw, /userdata is an androidism, not linux
alyssa---- has joined #linux-rockchip
lurchi__ is now known as lurchi_
Easyfab has joined #linux-rockchip
anarsoul|2 has joined #linux-rockchip
wens has quit [Ping timeout: 248 seconds]
wens has joined #linux-rockchip
Easyfab has quit [Read error: Connection reset by peer]
JohnDoe3 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
alyssa---- has left #linux-rockchip [#linux-rockchip]
Easyfab has joined #linux-rockchip
Easyfab has quit [Quit: Leaving]
lurchi_ is now known as lurchi__
afaerber has quit [Quit: Leaving]
aalm has joined #linux-rockchip
xerpi has joined #linux-rockchip
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-rockchip
afaerber has joined #linux-rockchip
nOOb__ has joined #linux-rockchip
fullstop has quit [Remote host closed the connection]
nOOb__ has quit [Client Quit]
ddddddddd[m] has quit [Ping timeout: 240 seconds]
berton[m] has quit [Ping timeout: 245 seconds]
Linus[m] has quit [Ping timeout: 256 seconds]
atopuzov[m] has quit [Ping timeout: 276 seconds]
mbakke has quit [Ping timeout: 276 seconds]
fullstop has joined #linux-rockchip
vagrantc has joined #linux-rockchip
tl_lim has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-rockchip
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-rockchip
atopuzov[m] has joined #linux-rockchip
xerpi has quit [Quit: Leaving]
aalm has quit [Ping timeout: 248 seconds]
vagrantc has quit [Quit: leaving]
mbakke has joined #linux-rockchip
ddddddddd[m] has joined #linux-rockchip
Linus[m] has joined #linux-rockchip
berton[m] has joined #linux-rockchip
aalm has joined #linux-rockchip
adj_ has quit [Remote host closed the connection]
adj_ has joined #linux-rockchip
lukasz_ has quit [Quit: Leaving]
vstehle has quit [Ping timeout: 260 seconds]
vagrantc has joined #linux-rockchip
vagrantc has joined #linux-rockchip
vagrantc has quit [Changing host]