00:50
mattb0ne has joined #beagle
01:04
mattb0ne has quit [Ping timeout: 260 seconds]
01:07
mattb0ne has joined #beagle
01:25
brook has joined #beagle
01:26
mattb0ne has quit [Ping timeout: 245 seconds]
01:30
mattb0ne has joined #beagle
01:38
mattb0ne has quit [Ping timeout: 246 seconds]
03:15
c0dex has quit [Quit: c0dex]
03:47
Shadyman has joined #beagle
04:12
buzzmarshall has quit [Quit: Konversation terminated!]
04:13
blathijs has quit [Server closed connection]
04:13
blathijs has joined #beagle
04:16
Guest2 has joined #beagle
04:17
Guest2 has quit [Client Quit]
04:56
otisolsen70 has joined #beagle
05:28
Thilak has joined #beagle
05:29
<
Thilak >
We are developing a custom board with AM5729 processor. For development purpose we have used eval board IDKAM572X with sdboot we are able to successfully boot the image.
05:29
<
Thilak >
In the custom board we are trying to boot the same image but we are facing booting issues at the u-boot level. I have attached the booting log. We need your support for same.
05:29
<
Thilak >
U-Boot SPL 2015.07 (Jan 28 2016 - 14:19:33)
05:29
<
Thilak >
DRA752 ES2.0
05:29
<
Thilak >
U-Boot SPL 2019.07-rc4-00001-g607b5b738b (Jul 06 2019 - 21:01:15 -0500)
05:29
<
Thilak >
DRA752-GP ES2.0
05:29
<
Thilak >
Trying to boot from MMC1
05:29
<
Thilak >
no pinctrl state for default mode
05:29
<
Thilak >
unable to get I2C bus. ret 1
05:29
<
Thilak >
tps65903x: could not set LDO1 voltage.
05:29
<
Thilak >
no pinctrl state for default mode
05:29
<
Thilak >
spl_start_uboot
05:29
<
Thilak >
CTRL_CORE_PAD_I2C1_SDA: 0x00060000
05:29
<
Thilak >
CTRL_CORE_PAD_I2C1_SCL: 0x00060000
05:29
<
Thilak >
CTRL_CORE_PAD_GPMC_A0: 0x00060007
05:29
<
Thilak >
CTRL_CORE_PAD_GPMC_A1: 0x00060007
05:29
<
Thilak >
CTRL_CORE_PAD_VIN2A_D4: 0x0005000f
06:11
rob_w has joined #beagle
06:43
mattb0ne has joined #beagle
07:00
zjason has quit [Ping timeout: 250 seconds]
07:00
zjason has joined #beagle
07:02
av500 has quit [Server closed connection]
07:06
av500 has joined #beagle
08:00
jfsimon1981_b has quit [Remote host closed the connection]
08:01
jfsimon1981_b has joined #beagle
08:06
mattb0ne has quit [Ping timeout: 240 seconds]
08:11
ikarso has joined #beagle
08:16
Thilak has quit [Quit: Client closed]
08:19
frostsnow has quit [Ping timeout: 258 seconds]
08:26
frostsnow has joined #beagle
08:29
djinni has quit [Server closed connection]
08:33
djinni has joined #beagle
09:09
Thilak has joined #beagle
09:13
Guest48 has joined #beagle
09:14
<
Guest48 >
Hi, anybody here?
09:14
<
Guest48 >
I have some questions about BeaglePlay
09:14
Guest48 has quit [Client Quit]
09:40
ft has quit [Quit: leaving]
10:16
michaelo has quit [Server closed connection]
10:16
michaelo has joined #beagle
10:25
Shadyman has quit [Quit: Leaving.]
11:00
notserpe has quit [Quit: Connection closed for inactivity]
11:20
notserpe has joined #beagle
11:54
jfsimon1981_b has quit [Remote host closed the connection]
12:11
jfsimon1981 has joined #beagle
12:28
jfsimon1981 has quit [Remote host closed the connection]
12:28
jfsimon1981 has joined #beagle
12:57
Guest77 has joined #beagle
13:09
Guest77 has quit [Quit: Client closed]
14:04
ikarso has quit [Quit: Connection closed for inactivity]
14:04
rob_w has quit [Remote host closed the connection]
15:03
CrazyEddy has quit [Ping timeout: 245 seconds]
15:09
CrazyEddy has joined #beagle
15:26
Guest17 has joined #beagle
15:30
<
Guest17 >
is snd_seq & snd_seq_midi what we need to have compiled to use a midi keyboard with alsa?
16:10
Thilak has quit [Quit: Client closed]
16:19
vagrantc has joined #beagle
16:38
Guest34 has joined #beagle
16:39
<
Guest34 >
i can't get distributed.net client going on my beagle bone black device i have tried a bunch of files
16:40
brook has quit [Ping timeout: 264 seconds]
16:46
c0dex has joined #beagle
16:46
brook has joined #beagle
16:47
crash_ has joined #beagle
17:53
ft has joined #beagle
18:14
ft has quit [Remote host closed the connection]
18:17
ft has joined #beagle
18:30
notserpe has quit [Quit: Connection closed for inactivity]
18:48
otisolsen70 has quit [Read error: Connection reset by peer]
18:49
otisolsen70 has joined #beagle
18:51
<
zmatt >
Guest34: you're trying to do distributed computing.... on a beaglebone?
18:55
<
zmatt >
ARM/eabi would be the correct one I'd guess
19:00
<
Guest34 >
arm/eabi does not work it does not start even after a chmod
19:05
brook has quit [Read error: Connection reset by peer]
19:05
brook_ has joined #beagle
19:21
<
zmatt >
no chmod should be needed, it's already executable in the .tar.gz
19:22
<
zmatt >
hmm, looks like it expects a different path for the dynamic linker
19:22
<
crash_ >
zmatt: did you try as well to get dnetc going?
19:23
<
zmatt >
try this: sudo ln -s ld-linux-armhf.so.3 /lib/ld-linux.so.3
19:25
<
zmatt >
for me that suffices to allow it to start
19:26
<
zmatt >
I wonder why they didn't just statically link it to maximize portability and avoids these kinds of problems.... but I guess that would be less desirable for low-ram devices
19:32
zjason has quit [Read error: Connection reset by peer]
19:34
zjason has joined #beagle
19:36
otisolsen70 has quit [Quit: Leaving]
19:42
<
Guest34 >
thanks that symbolic link make dnetc work for me, but why is that needed from the get go?
19:43
<
Guest34 >
raspberrypi with less ram worked from the start, no need to mess around with symlinks
20:03
Guest34 has quit [Quit: Client closed]
20:06
Guest17 has quit [Quit: Client closed]
20:08
brook_ has quit [Ping timeout: 240 seconds]
20:11
brook has joined #beagle
20:25
Guest42 has joined #beagle
20:31
Guest42 has quit [Quit: Client closed]
20:38
Guest17 has joined #beagle
20:48
<
zmatt >
rcn-ee: hmm, if rpi symlinks /lib/ld-linux.so.3 to /lib/ld-linux-armhf.so.3 it might be a good idea to do the same to improve application compatibility
21:17
<
set_ >
Would that break any builds in a process?
21:17
<
set_ >
Like for instance, would it make it so the image-builder does not do what is expected?
21:18
Guest17 has quit [Quit: Client closed]
21:18
<
set_ >
I do not use the image-builder yet.
21:19
<
set_ >
@zmatt: So, it has just been left out for others to pitch in the make a request?
21:20
<
set_ >
a git pull in the repo
21:20
<
zmatt >
what are you talking about?
21:20
<
set_ >
For instance, people are not participating.
21:20
<
zmatt >
set_, wtf are you even talking aobut?
21:20
<
set_ >
I am thinking to try to make some merge requests but I see not a lot of users are doing it.
21:21
<
zmatt >
for what? why? also, I
21:21
<
set_ >
I saw a few people doing it.
21:21
<
zmatt >
I'd very much encourage you in particular to
*not* make pull requests to projects :P
21:21
<
set_ >
But not in large sums. There are not a lot of people adding in their "two cents."
21:21
<
zmatt >
anyway, afk
21:22
<
set_ >
Happy 4th. I am here w/ dirty knees.
21:22
<
set_ >
@zmatt: If you need anything, do not hesitate to push or shove me around...
21:22
* set_
learns in any framework!
21:23
<
set_ >
You bringing this up made me look up what exactly that linker does...
21:23
<
set_ >
So, I learned.
22:17
philenotfound has quit [Server closed connection]
22:18
philenotfound has joined #beagle