starblue has quit [Ping timeout: 244 seconds]
thinkfat_ has joined #beagle
thinkfat has quit [Ping timeout: 272 seconds]
starblue has joined #beagle
danny has quit [Ping timeout: 250 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
sicelo has quit [Ping timeout: 256 seconds]
sicelo has joined #beagle
xet7 has joined #beagle
Posterdati has joined #beagle
rob_w has joined #beagle
sicelo has quit [Quit: Bye!]
sicelo has joined #beagle
sicelo has joined #beagle
otisolsen70 has joined #beagle
florian has joined #beagle
Posterdati has quit [Read error: Connection reset by peer]
Posterdati has joined #beagle
mag has quit [Remote host closed the connection]
mag has joined #beagle
Shadyman has quit [Quit: Leaving.]
mag has quit [Ping timeout: 248 seconds]
starblue has quit [Ping timeout: 260 seconds]
rob_w has quit [Quit: Leaving]
starblue has joined #beagle
M-blaise has joined #beagle
mag has joined #beagle
M-blaise has quit [Quit: WeeChat 2.8]
danny has joined #beagle
ikarso has joined #beagle
Posterdati has quit [Read error: Connection reset by peer]
Posterdati has joined #beagle
buzzmarshall has joined #beagle
lucascastro has joined #beagle
lucascastro has quit [Ping timeout: 258 seconds]
<rcn-ee> zmatt: having a brain fart that maybe you can help with... Did you do something with crazy un-standard baud rates over the omap's usart... I swear you had a custom patch/script somewhere..
Posterdati has quit [Read error: Connection reset by peer]
Posterdati has joined #beagle
Pieter has joined #beagle
Posterdati has quit [Read error: Connection reset by peer]
<Pieter> Hi, does anyone have advice on how to install ROS on a BB Blue, without it being oriented towards EduMIP? I'd like to use ROS since it has a few opensource tools I need such as OpenCV and SLAM algorithms I need to use in conjunction to a LiDAR. There are only a small amount of guides I've been able to find and almost none of them mention if the
<Pieter> PRUs will be working (I have motors I'd like to operate through the PRUs). I know I'll need to run off an SD card but a lot of images relating to ROS on Ubuntu have been removed (most recent I know of is 18.04 and I can't find the image)
<zmatt> rcn-ee: we have our serial console at 460800, but that's not too "crazy nonstandard" though, it's just 4*115200
<zmatt> rcn-ee: I don't recall if I ever upstreamed the u-boot patches to support that baudrate... I think I might have?
Posterdati has joined #beagle
<rcn-ee> thanks zmatt, user is trying to configure it to 5787... i thought you had a patch for the kernel or userspace that allowed any frequency.. (not sure the hardware can even hit that number with the multiplers/dividers...)
vagrantc has joined #beagle
<Pieter> Anyone able to help installing ROS?
<zmatt> rcn-ee: 5787 Hz ? o.O
<zmatt> rcn-ee: the hardware can do that just fine
Pieter has quit [Quit: Client closed]
xet7 has quit [Remote host closed the connection]
<zmatt> rcn-ee: https://docs.google.com/spreadsheets/d/1L54wNj2Dkn6B98Z2sBqR7yq_qbOFiDDCR1M2F5dDaBM/edit?usp=sharing (the am335x uarts have an 48 MHz except the PRUSS UART which has a 192 MHz clock)
<zmatt> rcn-ee: I'm pretty sure there's a way to configure an arbitrary baudrate in linux
<zmatt> rcn-ee: I think it's just stty that's being sucky, py-serial seems to have no problem with it: https://pastebin.com/raw/1sPM6t92
<zmatt> hmm, py-serial never seems to report an error though
<zmatt> rcn-ee: it's a bit weird.. the linux kernel defines a struct termios that lacks explicit baudrates and a new struct termios2 that adds these: https://elixir.bootlin.com/linux/latest/source/include/uapi/asm-generic/termbits.h ... and each has an associated set of ioctls (TCGETS/TCSETS/TCSETSW/TCSETSF and TCGETS2/TCSETS2/TCSETSW2/TCSETSF2)
<zmatt> except powerpc which lacks termios2 and associated ioctls because termios already has the baudrate fields there: https://elixir.bootlin.com/linux/latest/source/arch/powerpc/include/uapi/asm/termbits.h
<zmatt> and glibc's struct termios does seem to include c_ispeed/c_ospeed except it looks like it just always uses the old kernel termios, discarding the explicit baudrate fields
<zmatt> forcing you to use the ioctls directly instead of tcgetattr()/tcsetattr()
<zmatt> (deep sigh)
Posterdati has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
xet7 has joined #beagle
ikarso has joined #beagle
thinkfat_ has quit [Ping timeout: 244 seconds]
thinkfat_ has joined #beagle
otisolsen70 has quit [Ping timeout: 246 seconds]
otisolsen70 has joined #beagle
Shadyman has joined #beagle
Shadyman has quit [Remote host closed the connection]
Shadyman has joined #beagle
otisolsen70 has quit [Quit: Leaving]
Posterdati has joined #beagle
akaWolf has quit [Ping timeout: 244 seconds]
akaWolf has joined #beagle
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle