zmatt has quit [Ping timeout: 268 seconds]
demirok has quit [Quit: Leaving.]
zmatt has joined #beagle
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #beagle
thinkfat_ has joined #beagle
thinkfat has quit [Ping timeout: 260 seconds]
<set_> So, w/ the can1 bus on the BBB, would RX be connected to RX on the transceiver and likewise w/ TX? Or is that backwards?
<set_> RX -> RX && TX -> TX OR RX -> TX && TX -> RX?
<set_> The reason I was asking are these ideas: 1. beyondlogic.org has a small article on it. 2. I always thought TX goes to RX and vice versa.
<set_> Hmm...I looked up articles. It seems that the TX does go to TX and the same for RX. Blah.
<zmatt> a transceiver is a transmitter and a receiver, so it has a transmit ("tx") _input_ for data to be transmitted and a receive ("rx") output for received data
<zmatt> so the can tx output of the beaglebone indeed goes to the tx input of the transceiver, and the rx output of the transceiver goes to the can rx input of the beaglebone
<zmatt> the "tx goes to rx" principle applies to cases where you're connecting e.g. two uart interfaces directly, the transmit output of one going to the receive input of the other
buzzmarshall has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
demirok has joined #beagle
<set_> oh
Shadyman has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #beagle
TuoDrable has joined #beagle
alan_ has joined #beagle
alan_o has quit [Ping timeout: 252 seconds]
set_ has quit [Ping timeout: 252 seconds]
set_ has joined #beagle
ikarso has joined #beagle
ft has quit [Quit: Lost terminal]
set_ has quit [Ping timeout: 252 seconds]
set_ has joined #beagle
starblue has quit [Ping timeout: 252 seconds]
starblue has joined #beagle
SteveMarple has joined #beagle
TuoDrable has quit [Quit: Leaving]
jfsimon1981_c has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
jfsimon1981 has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
jfsimon1981 has joined #beagle
otisolsen70_ has joined #beagle
otisolsen70 has quit [Ping timeout: 244 seconds]
set_ has quit [Remote host closed the connection]
otisolsen70__ has joined #beagle
otisolsen70_ has quit [Ping timeout: 252 seconds]
otisolsen70__ has quit [Remote host closed the connection]
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
alan_ is now known as alan_o
alan_o has quit [Quit: Leaving]
alan_o has joined #beagle
jfsimon1981_b has joined #beagle
jfsimon1981 has quit [Read error: Connection reset by peer]
vagrantc has joined #beagle
demirok has quit [Quit: Leaving.]
brook has joined #beagle
demirok has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 268 seconds]
Shadyman has joined #beagle
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #beagle
RobotRocket has joined #beagle
<RobotRocket> Does anyone know if the BBAIx64 has been shown to work with any MIPI-DSI displays?
RobotRoc_ has joined #beagle
RobotRoc_ has quit [Client Quit]
RobotRoc_ has joined #beagle
RobotRoc_ has quit [Client Quit]
RobotRocket has quit [Quit: RobotRocket]
RobotRocket has joined #beagle
ft has joined #beagle
<RobotRocket> NishanthMenon: Excellent. This is validated with BBAIx64 (TDA4VM)?
<zmatt> RobotRocket: what's that x doing in front of the 64? :D it's AI-64, not AIx64
<RobotRocket> My bad. :-)
<RobotRocket> NishanthMenon: Thanks. That answers the question.
<NishanthMenon> i wish i could quickly check it out, but meh, panel and cable are at my desk, but ai64 is at home :(
<RobotRocket> I figure that someone got this working with BBAI-64 or they wouldn't have pushed that DTS to the overlays.
CrazyEddy has quit [Ping timeout: 244 seconds]
CrazyEddy has joined #beagle
RobotRoc_ has joined #beagle
RobotRocket has quit [Ping timeout: 255 seconds]
RobotRoc_ has quit [Ping timeout: 255 seconds]
Shadyman has quit [Quit: Leaving.]
Shadyman has joined #beagle
Shadyman has quit [Client Quit]
RobotRocket has joined #beagle
Shadyman has joined #beagle
RobotRocket has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
Guest43 has joined #beagle
<Guest43> Hi
<Guest43> This is a hopefully an easy question:  I have a Beaglebone Black and I loaded the image: BBB-blank-debian-9.5-iot-armhf-2018-10-07-4gb.img.xz onto an SD card and tried to boot from it.  To my amazement, it flashed my eMMC (which was not my first choice).  Is this a flasher image and how should I have known?
RobotRocket has joined #beagle
<zmatt> BBB-blank- images are old flasher images yeah, though nowadays they have "emmc-flasher" in the image name, and even newer ones (bullseye testing images) don't have separate flasher images but you use a command
<zmatt> debian 9.5 is ancient btw
RobotRocket has quit [Remote host closed the connection]
<zmatt> latest official images are always here: https://beagleboard.org/latest-images (the "SD" images are simple bootable images, flashers have "eMMC" and "Flasher" in the link)
<zmatt> Guest43: I would generally recommend flashing to eMMC though, or if for whatever reason you do want to run from SD card it's recommended to wipe eMMC or at least wipe the bootloader from eMMC... that way you ensure you avoid the situation where the bootloader (loaded from eMMC by default) might mismatch the system being booted (from SD), which can result in boot failure or more subtle problems where ...
<zmatt> ...it'll seem to boot fine but have issues
<Guest43> Ok thanks for the quick answer.  The 4GB limit on the disk space is sort of an issue I am running into on the eMMC, that is the reason I was running from the SD card.
<zmatt> the 10.3 2020-04-06 IoT image uses about 2.5G of space
<Guest43> Ohhh... interesting. did not realize that.  Maybe I can try that...   That image is on the link you provided earlier?
<zmatt> the iot images in general still contain a lot of crap not everyone will need, people who are comfortable with just installing whatever packages they need may prefer to start with a minimal image (formerly known as console image) which uses only a few hundred MB of space
<zmatt> yeah, "AM3358 Debian 10.3 2020-04-06 4GB eMMC IoT Flasher"
CrazyEddy has quit [Ping timeout: 244 seconds]
<zmatt> (the 4GB is referring to the image size, not the used space after install)
<Guest43> Cool!  Thx ZMatt!!
<Guest43> df -h is showing 3.5 GB used after flashing
<zmatt> maybe that ancient IoT image installed even more unnecessary crap
<zmatt> 3.5G is kinda ridiculous
<Guest43> Or more likely,  I screwed up somewhere... hahaha!
<Guest43> Actrually, what I said is incorrect:
<Guest43> it is only 2.0 G
<Guest43> sorry, I am speaking about an earlier mishap:  Sorry for the confusuinb'
<Guest43> confusion
<zmatt> so the newer image actually uses a bit more space, though it still leaves plenty of free space
<Guest43> Ok cool.   I will try 10.x image  .  And will use flasher since the blank image really has nothing I need to save.  Thanks again ZMatt, you have been quite helpful!!!
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
CrazyEddy has joined #beagle
set_ has joined #beagle
Guest43 has quit [Quit: Client closed]
RobotRocket has joined #beagle
RobotRocket has quit [Remote host closed the connection]
RobotRocket has joined #beagle
RobotRocket has quit [Ping timeout: 255 seconds]