<cristian_c>
when I choose: 'choose zip from sdcard'
<cristian_c>
I get:
<cristian_c>
E:unknown volume for path [/sdcard/]
<cristian_c>
e:Can0t mount /sdcard/
<cristian_c>
*E:Can't mount /sdcard/
<cristian_c>
e:unknown volume for path [/sdcard/clockworkmod/.recovery_version]
<cristian_c>
*E
<cristian_c>
exactly
<cristian_c>
AstralixNB, what exactly have I to do?
<cristian_c>
AstralixNB, ~ # mount /dev/block/mtd/by-name/user /sdcard
<cristian_c>
~ #
<cristian_c>
AstralixNB, good, it's mounted
<cristian_c>
:)
<cristian_c>
AstralixNB, so, i've to use the mount /dev/block/mtd/by-name/user /sdcard
<cristian_c>
to mount the android internal memory
<cristian_c>
:)
<cristian_c>
no :(
<cristian_c>
same error when I choose 'choose zip from sdcard'
<cristian_c>
it's strange
<cristian_c>
drwxrwxrwx 2 root root 8192 Oct 24 12:02 clockworkmod
<cristian_c>
but it's added a new directory in /sdcard
<cristian_c>
drwxrwxrwx 2 root root 8192 Oct 24 12:02 clockworkmod
<cristian_c>
lol
<cristian_c>
very very strange
cristian_c has quit [Quit: Sto andando via]
hipboi_ has quit [Ping timeout: 272 seconds]
hipboi_ has joined #linux-rockchip
GriefNorth has quit [Quit: WeeChat 1.0.1]
FreezingCold has joined #linux-rockchip
<AstralixNB>
Sorry, had been stuck in a meeting
eebrah has quit [Quit: leaving]
<rperier>
don't compute something... linux embedded conference happens in the same time than linuxcon europe ?
<rperier>
mhhh apparently yes... did not know
thefinn93 has quit [Remote host closed the connection]
eebrah has joined #linux-rockchip
hramrach_ has quit [Remote host closed the connection]
hramrach_ has joined #linux-rockchip
cyrozap has quit [Ping timeout: 245 seconds]
antoinemaillard has joined #linux-rockchip
cyrozap has joined #linux-rockchip
RayFlower has joined #linux-rockchip
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
AstralixNB has quit [Ping timeout: 250 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has quit [Ping timeout: 245 seconds]
Bludot has joined #linux-rockchip
bengal has joined #linux-rockchip
arokux2 has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
c0d3z3r0- is now known as c0d3z3r09
c0d3z3r09 is now known as c0d3z3r0
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
arokux2 has quit [Remote host closed the connection]
AstralixNB has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen has quit [Read error: No route to host]
akaizen has joined #linux-rockchip
akaizen_ has joined #linux-rockchip
akaizen has quit [Read error: No route to host]
FreezingCold has quit [Quit: Out]
FreezingCold has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<rperier>
ah ah ah !!!!!! ethernet works on the marsboard :D
<Astralix1>
congratulation!
<Astralix1>
What did you find?
<Astralix1>
rperier, what was the reason it did not before?
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
Bludot has quit [Quit: Connection closed for inactivity]
cristian_c has joined #linux-rockchip
<cristian_c>
Astralix1, rperier any ideas?
<rperier>
cristian_c: no never played with cwn on these boards
<cristian_c>
ok
<Astralix1>
I am just using CWM as it is... Have to ask my friends of the crew what this might be, but unfortunately the right guy is on vacation
<rperier>
Astralix1: I used the wrong RMII_INT pin configuration (wrong mux and wrong config, it was pulled as default instead of none)
<cristian_c>
Astralix1, ok
<Astralix1>
Arrrghhh... That explains why a LED can flash that cannot do it by normal usage
<rperier>
Astralix1: also wrong pulled mode for mac and mdio pins
<rperier>
exactly
<rperier>
it was strange because the connection with the phy worked anyway...
<rperier>
I got an IP throught dhcp and I can download a zImage throught tftp
<Astralix1>
Are you sure that there where a lot of packages transmitted?
<Astralix1>
Cause the MDIO interface works apart from that
<rperier>
I will do some benchmarks with iperf I think
<rperier>
Astralix1: yeah you're probably right. The connection to the phy is only done through MDIO... so it makes sense yes
<Astralix1>
Just for the people reading here without having ever met a PHY in personal, the MDIO bus is a IIC like bus to control the PHY, while the MII is the bus that then carries the data send and received over the network via the PHY.
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
cristian_c has quit [Quit: Sto andando via]
<mmind00>
rperier: congrats to the working emac :-D
<Astralix1>
mmind00, is the gpio feature set complete for the RK3188?
<mmind00>
Astralix1: can you be more specific please? Are you missing anything?
<Astralix1>
Group setups for special functions and drive-/pullup-settings
<mmind00>
you currently can only do settings that are done on a per-pin basis (mux and pull)
<rperier>
mmind00: hehe thanks. It was not so easy but it works like a charm now
<mmind00>
drive-strength is set on a group basis on rk3188 and before which is currently not supported (rk3288 switched this to a per-pin setting too)
<rperier>
I found the solution when I was "drunk" (not really drunk but I just drunk a bit of alcohol), interesting... conclusion: rum helps to improve your programming skills :D
<mmind00>
rperier: just don't try to drink more to produce more output ;-)
<rperier>
I wonder if it works with beer... probably even better...
<rperier>
mmind00: ah ah, no don't worry
bengal has quit [Quit: Leaving]
<Astralix1>
I got the Olimex SOM working again... Nice
<Astralix1>
One thing is true, you cannot brick a Rockchip device. But you may need a serial consol to see where it is hanging around :)
gb_master has joined #linux-rockchip
AstralixNB1 has joined #linux-rockchip
Astralix has joined #linux-rockchip
AstralixNB has quit [Ping timeout: 250 seconds]
gb_master has quit [Remote host closed the connection]
Astralix1 has quit [Ping timeout: 250 seconds]
Astralix has quit [Ping timeout: 250 seconds]
AstralixNB1 has quit [Ping timeout: 250 seconds]
AstralixNB has joined #linux-rockchip
Astralix has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]