brook has joined #beagle
brook_ has joined #beagle
brook has quit [Ping timeout: 255 seconds]
brook_ has quit [Ping timeout: 260 seconds]
nparafe_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
brook has joined #beagle
xet7 has joined #beagle
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #beagle
nslu2-log has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 255 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
Shadyman has quit [Quit: Leaving.]
Guest77 has joined #beagle
siddh has joined #beagle
Guest77 has quit [Client Quit]
chococandy has joined #beagle
chococandy has quit [Client Quit]
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
jfsimon1981_b has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
Guest24 has joined #beagle
Guest24 has quit [Client Quit]
nslu2-log has quit [Quit: Caught sigterm, terminating...]
nslu2-log has joined #beagle
brook has joined #beagle
brook has quit [Read error: Connection reset by peer]
brook has joined #beagle
brook has quit [Remote host closed the connection]
starblue has quit [Ping timeout: 255 seconds]
brook_ has joined #beagle
brook_ has quit [Ping timeout: 255 seconds]
brook has joined #beagle
Archana has joined #beagle
set_ has quit [Ping timeout: 255 seconds]
mattb0ne has joined #beagle
<mattb0ne> if ADC is zero then voltage must be zero right
<mattb0ne> interestingly my digitizer is zero
<mattb0ne> my digitizer must not be getting voltage
<mattb0ne> but not sure why
Guest26 has joined #beagle
<Guest26> have some old beaglebone black project img, how to install to a new beagle bone to run the old project?
<Guest26> and how to make img from a working developed beaglebone ?
Guest26 has quit [Quit: Client closed]
brook has quit [Remote host closed the connection]
mattb0ne has quit [Quit: Leaving]
starblue has joined #beagle
Guest26 has joined #beagle
Archana has quit [Remote host closed the connection]
set_ has joined #beagle
Guest26 has quit [Quit: Client closed]
starblue has quit [Ping timeout: 248 seconds]
brook has joined #beagle
starblue has joined #beagle
Guest47 has joined #beagle
<Guest47> I am having trouble getting my BeagleBone AI to boot correctly. I have flashed the latest image and can't get a wifi or local connection to the BeagleBone AI to appear.
<Guest47> after a period of time. 4 LED lights flash like something has failed.
Guest47 has quit [Client Quit]
Guest47 has joined #beagle
Guest47 has quit [Client Quit]
Guest47 has joined #beagle
<zmatt> uhh, 4 lights flashing suggests to me you somehow got it into a state where it's booting into the flasher
<Guest47> ah I see
<zmatt> Guest47: what exactly did you to do to reflash it?
<zmatt> like, the easy way is to just download a pre-made eMMC flasher image, write that to sd card, and boot the beaglebone from that
<zmatt> my guess would be you did the thing with editing /boot/uEnv.txt to make a flasher
<Guest47> I did a regular image write using balena etcher, then while I was updating the software I did some sort of eMMC edit.
<zmatt> yeah it sounds like you edited /boot/uEnv.txt on the eMMC, not on the SD card
<Guest47> then when I rebooted, it started flashing 4 lights whether I had the sd card installed or not, so I refreshed the sd card and its still flashing 4 LEDs
<zmatt> that would be my guess
<Guest47> Is there a way I can start over?
<Guest47> like a factory reset for the eMMC
<zmatt> there always is, but I don't know off the top of my head what the boot device order is on the AI... on the AM335x
<zmatt> on the AM335x I know the steps
<zmatt> but lemme check
<zmatt> although, I would kinda expect u-boot to boot from SD card in preference to eMMC regardless
<zmatt> hmm it looks like the AI should always prefer booting from SD card over booting from eMMC
<zmatt> what image did you flash to SD card exactly?
<zmatt> like, what's the full name of the image file
<Guest47> bbai64-debian-11.3-xfce-arm64-2022-06-14-10gb.img.xz
<Guest47> for the BeagleBone AI.
<Guest47> It was working fine then I did that eMMC edit and did a shutdown -r now command and its been hosed ever since
<zmatt> bbai64 != bbai
<Guest47> right
<zmatt> the bbai64 is a totally different board, it's a 64-bit arm system
<Guest47> maybe thats what it is
<zmatt> with a tda4vm SoC
<zmatt> the bbai uses the am5729 SoC (same as the beagleboard-x15)
<zmatt> so yeah, your sd card isn't bootable
<zmatt> and then you modified /boot/uEnv.txt thinking you had booted from SD card when in fact you were booting from eMMC
<zmatt> so then you turned the system on eMMC into a flasher
<Guest47> if I don't use that image, then which one was I suppose to use?
vagrantc has joined #beagle
<Guest47> That image says it is for the standard BeagleBone AI as well
<zmatt> "AM5729 Debian 10.3 2020-04-06 16GB eMMC IoT TIDL Flasher" if you need TIDL or "AM5729 Debian 10.3 2020-04-06 4GB eMMC IoT Flasher" if you don't need TIDL
<zmatt> uhh no where are you seeing that?
<Guest47> wait, I think that line is for the second image
<Guest47> Let me try that
<zmatt> btw if you want a recent bullseye image (like the bbai64 one) instead of an older buster image from 2020, you can find those here: https://forum.beagleboard.org/t/debian-11-x-bullseye-monthly-snapshots/31280
<zmatt> but those don't have TIDL I think
<zmatt> it seems the latest TIDL image is still debian 10 (buster) with kernel 4.14: https://forum.beagleboard.org/t/debian-10-x-buster-monthly-snapshots/31203#debian-10x-buster-iot-tidl-snapshot-4
<Guest47> Okay, good call. I will probably just go with the one that was mentioned on the page here for the am57.
<zmatt> obviously the images at https://beagleboard.org/latest-images are more tested, but (except for the ai64) they're starting to get really old. the testing images are likely to have a bunch of improvements over the 2020-04-06 images
<zmatt> I'm not sure what exactly is currently still blocking the testing images from becoming new official images for am335x/am572x
<zmatt> I guess maybe the cloud9 replacement
<Guest47> well the good news is that I think it worked.
<Guest47> Thank you for being patient and helping me resolve that.
<zmatt> jkridner: the Testing images section of https://beagleboard.org/latest-images still points to https://elinux.org/Beagleboard:Latest-images-testing which hasn't been updated in years... that link should probably point to https://forum.beagleboard.org/tag/latest-images instead. that wiki page should probably just have its contents removed and replaced by a link to ...
<zmatt> ...https://forum.beagleboard.org/tag/latest-images as well, keeping that page in unmaintained state seems like a bad idea
<zmatt> Guest47: you're welcome!
dyCrazyEd is now known as CrazyEddy
Guest47 has quit [Quit: Client closed]
Guest47 has joined #beagle
Guest47 has quit [Quit: Ping timeout (120 seconds)]
Shadyman has joined #beagle
brook has quit [Ping timeout: 255 seconds]
brook has joined #beagle