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
jailbox has quit [Ping timeout: 255 seconds]
jailbox has joined #linux-rockchip
nighty- has joined #linux-rockchip
tlwoerner has quit [Quit: Leaving]
hgs has joined #linux-rockchip
kloczek has quit [Ping timeout: 256 seconds]
kaspter has quit [Quit: kaspter]
kloczek has joined #linux-rockchip
kaspter has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
kaspter has quit [Quit: kaspter]
lurchi_ is now known as lurchi__
kaspter has joined #linux-rockchip
equaa has quit [Ping timeout: 276 seconds]
kaspter has quit [Client Quit]
kaspter has joined #linux-rockchip
<hgs> hi guys, i am building debian arm64 build using RELEASE=stretch TARGET=base ARCH=arm64 ./mk-base-debian.sh
<hgs> and see the following error at the end "/bin/rm: cannot remove '//debootstrap': Directory not empty" .
<hgs> I believe bcos of this the build fails to continue, it would as simple as adding rm -rf but i cannot find the script which does this. any help?
<hgs> this is the complete debootstrap.logs https://pastebin.com/sMV9vWcF
<hgs> this file was taken from chroot/debootstrap/debootstrap.log
<beeble> all this size change warnings don't look good
<beeble> if you are just building the base system anyway, just do it by hand as suggested last time. takes you 10mins and you will see if any stage fails immediately
kaspter has quit [Quit: kaspter]
nots has quit [Quit: Page closed]
Kamikaze84 has joined #linux-rockchip
kaspter has joined #linux-rockchip
<Kamikaze84> Hi, I was here the other day but was literally the only person that was active in the channel for the whole day - so just asking my questions again:
<beeble> Kamikaze84: does your current u-boot support sd card access?
<beeble> check mmc list if it lists the sd card controller
<Kamikaze84> Wow you responded before I managed to ask the questions again, haha. Umm so I have upgraded to the latest firefly provided eMMC image, I read somewhere that sometime back in May 2017 they supported SDCard boot via the miniloader, but I am not certain if that was only for a particular release or all subequent releases worked.
<Kamikaze84> good information on this board is fairly hard to come by
<beeble> the miniloader part isn't that important. it depends on how u-boot is configured on that board. miniloader loads u-boot
<beeble> if it supports the sd card you just have to load the kernel+fdt from the sd card with setting a proper bootcmd line
Kamikaze84_ has joined #linux-rockchip
<Kamikaze84_> beeble: ok thanks. but how would I specify a bootcmd line with the existing image on the eMMC? Is there something documented as to how to do this?
<beeble> setenv bootargs <your kernelcommandline>
Kamikaze84 has quit [Ping timeout: 260 seconds]
<beeble> the essential part is to change the root=/dev/mmcblkXpX part
<beeble> that should point to the sd card
<Kamikaze84_> ok cool
<Kamikaze84_> so i'll have to hook up a serial line to get to the u-boot, or can I reflash just the u-boot on the eMMC with new params?
<beeble> to change that settings it is easiest to do it interactive on the u-boot shell
<beeble> as said, check if you have sd card support. if not you will have to build your own u-boot
<Kamikaze84_> will do. can it save permanent env changes from there, i assume with a command like saveenv (IIRC?)
<beeble> exactly
<Kamikaze84_> thanks again. i will give it a shot! if i need SDCard support, I might just find that older image and try flash that to eMMC and see if it works, rather than compiling my own u-boot, as I'm not sure what offset it would need to be flashed against...
<beeble> we skipped the part on how to load the image. but you will have to add something like load mmc 1:1 $kernel_addr_r Image && load mmc 1:1 $fdt_addr_R rk3399-firefly.dtb; booti $kernel_addr_r - $fdt_addr_r
<beeble> as your bootcmd env. that's out of my head so you have to check if 1:1 is the right device may be 0:1 but mmc list will tell you which one is right
<beeble> i could tell you the offsets for mainline u-boot but not sure about the vendor stuff if it's padded or not
<beeble> but looks like it is not
<beeble> if you erase the emmc you can also just put the bootloader on the sd card
<Kamikaze84_> i've been considering that, but I'm not confident that I could get that to work... e.g. if I had issues with booting from the sd card, I would be out of my depth by that point, and shorting pins to get into maskrom mode sounds risky - pretty sure I've read at least one report where a guy thought he might have fried his board by accidentally shorting nearby pins.
<Kamikaze84_> i built this after a couple of small fixes to the Makefile and script, and pointing it at a newer mainline kernel - but it did not boot: https://github.com/xypron/debian-image-firefly-rk3399
<beeble> an erased emmc would mean it falls back to maskrom without a sd card inserted anyway. but if you have doubt that you will be able to short the pins correctly i will not suggest it
<beeble> are this pads really that bad? never seen them myself
<Kamikaze84_> i haven't compared this with my board, but unless they've changed designs, it looks fairly fiddly and easy to mess up: http://en.t-firefly.com/doc/product/info/479.html
<beeble> ok that could have been placed a bit user friendly
<Kamikaze84_> yeah haha.
anarsoul has quit [Ping timeout: 248 seconds]
lurchi_ has joined #linux-rockchip
vstehle has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 255 seconds]
hgs has quit [Remote host closed the connection]
hgs has joined #linux-rockchip
anarsoul has joined #linux-rockchip
anarsoul has quit [Ping timeout: 260 seconds]
Omegamoon has joined #linux-rockchip
yann has quit [Ping timeout: 276 seconds]
Kamikaze84_ has quit [Quit: Page closed]
wadim_ has joined #linux-rockchip
matwey has joined #linux-rockchip
<matwey> Hi, nobody replies to my issue https://github.com/rockchip-linux/gstreamer-rockchip-extra/issues/2 Is github the proper place to report the issues?
<stdint> matwey, We don't have time to reply the issue in github
<stdint> unless you have the account of the rockchip redmine it would be ignored and closed
<matwey> Is it internal remine for employees only?
<stdint> it is for the rockchip customers
<matwey> Ok, what is the proper way for me to report an issue with gstreamer on Rock64 SBC?
<stdint> matwey, tell the pine64
<matwey> Ok, thanks then.
yann has joined #linux-rockchip
cnxsoft1 has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 248 seconds]
cnxsoft1 is now known as cnxsoft
matthias_bgg has joined #linux-rockchip
jelly-home is now known as jelly
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-rockchip
cnxsoft1 has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 265 seconds]
cnxsoft1 is now known as cnxsoft
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
kloczek has quit [Ping timeout: 246 seconds]
kloczek has joined #linux-rockchip
matwey has quit [Ping timeout: 260 seconds]
equaa has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
tlwoerner has joined #linux-rockchip
tlwoerner has joined #linux-rockchip
afaerber has joined #linux-rockchip
tllim has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
kaspter has quit [Quit: kaspter]
indy has quit [Ping timeout: 255 seconds]
afaerber has quit [Ping timeout: 248 seconds]
indy has joined #linux-rockchip
afaerber has joined #linux-rockchip
anarsoul has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
aalm has quit [Ping timeout: 255 seconds]
nighty-- has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 250 seconds]
vagrantc has joined #linux-rockchip
yann has quit [Ping timeout: 246 seconds]
tl_lim has joined #linux-rockchip
aalm has joined #linux-rockchip
tllim has quit [Ping timeout: 260 seconds]
matthias_bgg has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 260 seconds]
yann has joined #linux-rockchip
tl_lim has quit [Ping timeout: 260 seconds]
tl_lim has joined #linux-rockchip
rompelstompel_ has joined #linux-rockchip
nots has joined #linux-rockchip
Omegamoon has left #linux-rockchip [#linux-rockchip]
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
xerpi has joined #linux-rockchip
tl_lim has quit [Ping timeout: 276 seconds]
tl_lim has joined #linux-rockchip
rompelstompel_ has quit [Read error: Connection reset by peer]
afaerber has quit [Quit: Leaving]
tl_lim has quit [Ping timeout: 255 seconds]
tl_lim has joined #linux-rockchip
tl_lim has quit [Ping timeout: 265 seconds]
tl_lim has joined #linux-rockchip
xerpi has quit [Quit: Leaving]
tl_lim has quit [Ping timeout: 265 seconds]
tl_lim has joined #linux-rockchip
afaerber has joined #linux-rockchip
vstehle has quit [Ping timeout: 240 seconds]
nighty-- has quit [Quit: Disappears in a puff of smoke]
LargePrime has joined #linux-rockchip
LargePrime has quit [Ping timeout: 264 seconds]