<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/f/forum/38864/beaglebone-ai-booting-from-sd-card-issue</link><description>I&amp;#39;m trying to boot Beaglebone AI from SD with the latest image, but all the time getting this: What I&amp;#39;m doing wrong?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Thu, 17 Sep 2020 03:42:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/f/forum/38864/beaglebone-ai-booting-from-sd-card-issue" /><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/148625?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2020 03:42:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:94c8e6ac-f77e-4b47-b56a-21224cd6eb22</guid><dc:creator>xiachao</dc:creator><description>&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;I was trapped in the exactly same problem for one week.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Finally, I found out that the key of the problem is the device tree(.dtb). I didn&amp;#39;t study very deep into the .dts files provided by official website, because there is too many files.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;So, I converted the am5729-beagleboneai.dtb to xx.dts using &amp;quot;dtc&amp;quot;. Then, I found out mmc1 node (mmc@4809c000), and modify some places as follows:&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;1. compatible = &amp;quot;ti,dra7-sdhci&amp;quot;;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compatible = &amp;quot;ti,dra7-sdhci&amp;quot;, &amp;quot;ti,omap4-hsmmc&amp;quot;;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;2. add: vmmc_aux-supply = &amp;lt;0xd0&amp;gt;; (same node with vqmmc-supply)&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;3. max-frequency = &amp;lt;0xb71b000&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max-frequency = &amp;lt;0x16e3600&amp;gt;; (to lower the frequency of mmc)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Save and exit, then convert the .dts file to am5729-beagleboneai.dtb, replace the old one.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Then, I booted debian from my SD card successfully!&amp;nbsp; And, when I booted debian form emmc(modify the .dts inside as listed above), there was no error log &amp;quot;&lt;span style="font-weight:inherit;font-style:inherit;font-size:24px;font-family:&amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif;color:#262626;"&gt;mmc0: error -110 whilst initialising SD card&lt;/span&gt;&amp;quot; when plug in sd card, and I can see my sd card using &amp;quot;lsblk&amp;quot;, and also can mount it successfully.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;However, some error log still there as follows when poweron.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;U-Boot 2019.07-rc4-00001-g607b5b738b (Jul 06 2019 - 21:01:15 -0500), Build: jenkins-github_Bootloader-Builder-127&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CPU&amp;nbsp; : DRA752-GP ES2.0&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Model: BeagleBoard.org BeagleBone AI&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Board: BeagleBone AI REV A&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;DRAM:&amp;nbsp; 1 GiB&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;MMC:&amp;nbsp;&amp;nbsp; OMAP SD/MMC: 0, OMAP SD/MMC: 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_I2C1_SDA:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00060000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_I2C1_SCL:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00060000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_GPMC_A0:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00060007&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_GPMC_A1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00060007&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_VIN2A_D4:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0005000f&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CTRL_CORE_PAD_VIN2A_D5:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0005000f&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CM_L4PER_GPIO7_CLKCTRL:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000001&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CM_L4PER_I2C1_CLKCTRL:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000002&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CM_L4PER_I2C4_CLKCTRL:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000002&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;CM_L4PER_L4_PER1_CLKCTRL&amp;nbsp;&amp;nbsp; 0x00000001&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;PM_L4PER_I2C1_WKDEP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000b000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;RM_L4PER_I2C1_CONTEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000002&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;PM_L4PER_I2C4_WKDEP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000b000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;RM_L4PER_I2C4_CONTEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000001&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;BeagleBone: cape eeprom: i2c_probe: 0x54&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C1 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C4 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;BeagleBone: cape eeprom: i2c_probe: 0x55&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C1 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C4 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;BeagleBone: cape eeprom: i2c_probe: 0x56&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C1 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C4 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;BeagleBone: cape eeprom: i2c_probe: 0x57&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C1 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking (ret 1 bus works) I2C4 bus. ret 1&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Net:&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Warning: ethernet@48484000 using MAC address from ROM&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;eth0: ethernet@48484000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Press SPACE to abort autoboot in 1 seconds&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;usb_boot is currently disabled&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;scsi_boot is currently disabled&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;switch to partitions #0, OK&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;mmc0 is current device&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Partition Map for MMC device 0&amp;nbsp; --&amp;nbsp;&amp;nbsp; Partition Type: DOS&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Part Start Sector Num Sectors UUID Type&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;&amp;nbsp; 1 8192&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7364608&amp;nbsp;&amp;nbsp;&amp;nbsp; f7146e7c-01 83 Boot&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Scanning mmc device 0&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking for: /uEnv.txt ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking for: /boot/uEnv.txt ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;657 bytes read in 2 ms (320.3 KiB/s)&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Loaded environment from /boot/uEnv.txt&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Checking if uname_r is set in /boot/uEnv.txt ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;debug: [uname_r=4.14.108-ti-r113] ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;loading /boot/vmlinuz-4.14.108-ti-r113 ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;9929216 bytes read in 864 ms (11 MiB/s)&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;loading /boot/dtbs/4.14.108-ti-r113/am5729-beagleboneai.dtb ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;103182 bytes read in 11 ms (8.9 MiB/s)&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;uboot_overlays: add [enable_uboot_overlays=1] to /boot/uEnv.txt to enable...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;loading /boot/initrd.img-4.14.108-ti-r113 ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;4642997 bytes read in 406 ms (10.9 MiB/s)&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;debug: [console=ttyS0,115200n8 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 rng_core.default_quality=100 quiet] ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;debug: [bootz 0x82000000 0x88080000:46d8b5 0x88000000] ...&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;## Flattened Device Tree blob at 88000000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;&amp;nbsp;&amp;nbsp; Booting using the fdt blob at 0x88000000&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;&amp;nbsp;&amp;nbsp; Loading Ramdisk to 8fb92000, end 8ffff8b5 ... OK&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;&amp;nbsp;&amp;nbsp; Loading Device Tree to 8fb75000, end 8fb9130d ... OK&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Starting kernel ...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.002420] /cpus/cpu@0 missing clock-frequency property&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.002444] /cpus/cpu@1 missing clock-frequency property&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.560313] omap-mailbox 4a0f4000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.560383] omap-mailbox 4883a000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.560448] omap-mailbox 4883c000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.560511] omap-mailbox 4883e000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561155] omap-mailbox 48844000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561224] omap-mailbox 48846000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561288] omap-mailbox 4885e000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561353] omap-mailbox 48860000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561416] omap-mailbox 48862000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561478] omap-mailbox 48864000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.561540] omap-mailbox 48802000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.008948] tpd12s015 encoder@0: failed to find video source&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.014950] connector-hdmi connector@0: failed to find video source&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.137172] dwc3 488d0000.usb: failed to initialize core&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.158946] sdhci-omap 4809c000.mmc: failed to set system capabilities&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.166177] sdhci-omap 480b4000.mmc: failed to set system capabilities&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.189399] omap_voltage_late_init: Voltage driver support not added&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;[&amp;nbsp;&amp;nbsp; 25.420732] cpu cpu0: _get_optimal_vdd_voltage: Failed optimized voltage match for 860000&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Debian GNU/Linux 9 beaglebone ttyS0&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;BeagleBoard.org Debian Image 2019-08-03&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;&lt;span style="font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;Support/FAQ: &lt;/span&gt;&lt;a class="" href="http://elinux.org/Beagleboard:BeagleBoneBlack_Debian" style="font-weight:inherit;font-style:inherit;font-family:inherit;color:#007fac;"&gt;http://elinux.org/Beagleboard:BeagleBoneBlack_Debian&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;default username:password is [debian:temppwd]&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;"&gt;beaglebone login:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&lt;span style="font-style:inherit;font-family:inherit;color:#138700;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/188419?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 16:33:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8500707-84ac-45c8-be14-a0dcfa2a60e3</guid><dc:creator>gdstew</dc:creator><description>&lt;p style="margin:0;"&gt;My experience has been that dd will report an error if it runs out of space when writing to &amp;quot;of&amp;quot; if it is a block device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/188417?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 14:06:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:908409ea-737e-4f48-b6a0-503ac138c674</guid><dc:creator>cstanton</dc:creator><description>&lt;p style="margin:0;"&gt;I discovered with other single board computers that not all microSD cards are created equal, there&amp;#39;s variable sizes even among the 4gB and 8gB, and even 16gB ranges, sometimes by only a few bytes, sometimes by more.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;#39;dd&amp;#39;, the linux command, will just dump data at the destination until it can&amp;#39;t write to it anymore (I think) and ends up in situations like this.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;#39;dd&amp;#39; can be useful in that way, and sometimes not useful, &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/188418?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 13:36:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f6231428-174c-40b7-a478-d3103606129a</guid><dc:creator>clem57</dc:creator><description>&lt;p style="margin:0;"&gt;It verified all it could. and No More!!!&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/86/2211.contentimage_5F00_4722.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/86/2211.contentimage_4722.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=sKGA510UT7%2FqyBfZ%2FgyGZGttc6BINIslKhj4MvubNQc%3D&amp;amp;se=2026-06-12T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=jM6G2luDmkKd+8ucesXXaQ==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/184762?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 03:27:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:adf20b92-b2c1-4f94-9b97-2ba4dd55975f</guid><dc:creator>Sean_Miller</dc:creator><description>&lt;p style="margin:0;"&gt;My bad...didn&amp;#39;t know the 4 gig image would have burned without a verification error.&amp;nbsp; Live and learn.&amp;nbsp; I&amp;#39;ll add that into my &amp;quot;Survival guide&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/177284?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 03:12:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27c04a59-bab3-4cb7-9a73-7449b69bf41d</guid><dc:creator>chkvsk</dc:creator><description>&lt;p style="margin:0;"&gt;Good news. Everything is working no. I used 8GB SD card instead of 4GB. Solution was simple, but not obvious. (Or I just missed something...)&lt;br /&gt;Thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/191547?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2019 10:28:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5f2cf754-c86e-477c-a6c0-4daee5d1a47b</guid><dc:creator>cstanton</dc:creator><description>&lt;p style="margin:0;"&gt;Have you tried using an SDCard larger than 4gB?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/177244?ContentTypeID=1</link><pubDate>Sun, 10 Nov 2019 14:45:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cffcaa94-a139-4549-92a7-217dabbc58b8</guid><dc:creator>Sean_Miller</dc:creator><description>&lt;p style="margin:0;"&gt;Did you ever boot and use it from the flash storage without the card installed?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;color:#3d3d3d;font-size:14px;font-style:normal;font-weight:400;text-align:left;text-indent:0px;"&gt;Here&amp;#39;s a post that describes /dev/mmcblk…:&lt;/p&gt;&lt;p style="margin:0;color:#3d3d3d;font-size:14px;font-style:normal;font-weight:400;text-align:left;text-indent:0px;"&gt;&lt;a class="jive-link-external-small" href="https://devtalk.nvidia.com/default/topic/1022062/jetson-tx1/is-there-any-information-about-dev-mmcblk1p1-and-mmcblk0p1-/" rel="nofollow ugc noopener" style="color:#2989c5;" target="_blank" title="https://devtalk.nvidia.com/default/topic/1022062/jetson-tx1/is-there-any-information-about-dev-mmcblk1p1-and-mmcblk0p1-/"&gt;https://devtalk.nvidia.com/default/topic/1022062/jetson-tx1/is-there-any-information-about-dev-mmcblk1p1-and-mmcblk0p1-/&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you didn&amp;#39;t boot into flash and make any tweaks, my only thought left would be to be absolutely sure the card is seated.&amp;nbsp; After try that, I&amp;#39;d have to assume there&amp;#39;s a pin broken in the SD slot.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;See ya&amp;#39;,&lt;/p&gt;&lt;p style="margin:0;"&gt;Sean&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143053?ContentTypeID=1</link><pubDate>Sun, 10 Nov 2019 01:58:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:739efdbc-99b6-4a92-ad93-2e6b9a159c96</guid><dc:creator>chkvsk</dc:creator><description>&lt;p style="margin:0;"&gt;I&amp;#39;ve tried maybe 5 different (iot and lxqt) Images with no success. As I mentioned above, had no issues with flashing BBBs and BBGs before and now. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143051?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 21:45:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fa863929-7b24-415d-bb2b-bfe061373d5c</guid><dc:creator>chkvsk</dc:creator><description>&lt;p style="margin:0;"&gt;Ok, tried &lt;a class="jive-link-external-small" href="https://rcn-ee.com/rootfs/bb.org/testing/2019-11-02/stretch-iot/am57xx-debian-9.11-iot-armhf-2019-11-02-4gb.img.xz" rel="nofollow ugc noopener" target="_blank"&gt;am57xx-debian-9.11-iot-armhf-2019-11-02-4gb.img.xz&lt;/a&gt;.&lt;br /&gt; No luck so far...&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Starting kernel ...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.002525] /cpus/cpu@0 missing clock-frequency property&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.002549] /cpus/cpu@1 missing clock-frequency property&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.565444] omap-mailbox 4a0f4000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.565516] omap-mailbox 4883a000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.565582] omap-mailbox 4883c000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.565647] omap-mailbox 4883e000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566341] omap-mailbox 48844000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566408] omap-mailbox 48846000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566473] omap-mailbox 4885e000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566537] omap-mailbox 48860000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566600] omap-mailbox 48862000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566663] omap-mailbox 48864000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.566727] omap-mailbox 48802000.mailbox: no available mbox devices found&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.996874] tpd12s015 encoder@0: failed to find video source&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.002876] connector-hdmi connector@0: failed to find video source&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.122231] dwc3 488d0000.usb: failed to initialize core&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.142741] sdhci-omap 4809c000.mmc: failed to set system capabilities&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.149990] sdhci-omap 480b4000.mmc: failed to set system capabilities&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.173101] omap_voltage_late_init: Voltage driver support not added&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.320221] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.326891] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode&lt;/p&gt;&lt;p style="margin:0;"&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.468036] mmc0: error -110 whilst initialising SD card&lt;/p&gt;&lt;p style="margin:0;"&gt;Gave up waiting for root file system device.&amp;nbsp; Common problems:&lt;/p&gt;&lt;p style="margin:0;"&gt; - Boot args (cat /proc/cmdline)&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp; - Check rootdelay= (did the system wait long enough?)&lt;/p&gt;&lt;p style="margin:0;"&gt; - Missing modules (cat /proc/modules; ls /dev)&lt;/p&gt;&lt;p style="margin:0;"&gt;ALERT!&amp;nbsp; /dev/mmcblk0p1 does not exist.&amp;nbsp; Dropping to a shell!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;BusyBox v1.22.1 (Debian 1:1.22.0-19+b3) built-in shell (ash)&lt;/p&gt;&lt;p style="margin:0;"&gt;Enter &amp;#39;help&amp;#39; for a list of built-in commands.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143050?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 20:54:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5f52a970-b8a9-409f-b410-6c73d83cc8b8</guid><dc:creator>chkvsk</dc:creator><description>&lt;p style="margin:0;"&gt;I&amp;#39;ve tried this:&lt;br /&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/410x104/__key/communityserver-discussions-components-files/86/contentimage_5F00_205110.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/86/contentimage_205110.png-410x104.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=xSRY8qXdooQ166%2Ftw98TMXAzLkaHrTyWaM1QZFus6Co%3D&amp;amp;se=2026-06-12T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=WPjNfnaW5HW+cqEb/vR3ow==" style="max-height: 104px;max-width: 410px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;On Beaglebone Black and Green I have no issues with firmware updates.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/191545?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 20:52:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1f32db13-a0d3-45fc-b39a-071ea8f721df</guid><dc:creator>chkvsk</dc:creator><description>&lt;p style="margin:0;"&gt;I have about a dozen Beaglebone Black and Green. Had no issues updating firmware on BB and BBG. Every time using same brand 4GB SD cards something like this: &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-KTta6EUX-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2365161&amp;amp;nsku=08X1154&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2365161&amp;amp;nsku=08X1154&amp;amp;COM=noscript" target="_blank"&gt;microSD&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-KTta6EUX-unlinked"&gt;microSD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;First time I had this issue when I was trying to update firmware on X15. Debian 8 updating was working fine, but Debian 9 updates - no success.&lt;/p&gt;&lt;p style="margin:0;"&gt;Same issue I have with AI.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143044?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 20:38:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e4a6c91c-8a92-4e54-b28b-6ce18cc2e57b</guid><dc:creator>crisdeodates</dc:creator><description>&lt;p style="margin:0;"&gt;Your snapshot says &amp;#39;missing modules&amp;#39;. It might be a bad image. Try flashing the latest image again. &lt;/p&gt;&lt;p style="margin:0;"&gt;PS: In case your image that is pre-flashed iìon the eMMC is one of recent, you might only have to update it manually without going through the hurdle of flashing again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143025?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 20:32:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:213de269-2ca6-40b8-aa56-ce695bd545c0</guid><dc:creator>jissdeodates</dc:creator><description>&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/members/chkvsk"&gt;chkvsk&lt;/a&gt;&lt;/span&gt;, I would suggest you use this image (&lt;a class="jive-link-external-small" href="https://debian.beagleboard.org/images/am57xx-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz" rel="nofollow ugc noopener" target="_blank" title="https://debian.beagleboard.org/images/am57xx-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz"&gt;https://debian.beagleboard.org/images/am57xx-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz&lt;/a&gt; ) for the BB-AI as &lt;span&gt;&lt;a href="https://community.element14.com/members/sjmill01"&gt;Sean_Miller&lt;/a&gt;&lt;/span&gt; suggested. This is available here (&lt;a class="jive-link-external-small" href="https://beagleboard.org/latest-images" rel="nofollow ugc noopener" target="_blank" title="https://beagleboard.org/latest-images"&gt;https://beagleboard.org/latest-images&lt;/a&gt; ) the official webpage of Beaglebone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143048?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 19:54:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:eb1a718a-829e-4731-a396-b10be0b76e57</guid><dc:creator>mp2100</dc:creator><description>&lt;p style="margin:0;"&gt;Make sure you are using the BB AI image (not the BB Black image).&amp;nbsp; The BB AI image file name starts with &lt;strong&gt;am57xx&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;(use the link that Sean gave)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143046?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 14:51:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f8210a2f-1ad8-43dc-8bcd-0c879381b81b</guid><dc:creator>Sean_Miller</dc:creator><description>&lt;p style="margin:0;"&gt;I successfully used this image a couple of times now:&amp;nbsp; &lt;a class="" href="https://debian.beagleboard.org/images/am57xx-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz" title="https://www.element14.com/community/external-link.jspa?url=https%3A%2F%2Fdebian.beagleboard.org%2Fimages%2Fam57xx-debian-9.9-lxqt-armhf-2019-08-03-4gb.img.xz"&gt;https://www.element14.com/community/external-link.jspa?url=https%3A%2F%2Fdebian.beagleboard.org%2Fimages%2Fam57xx-debian…&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;It&amp;#39;s from here:&amp;nbsp; &lt;a class="jive-link-external-small" href="https://beagleboard.org/latest-images" rel="nofollow ugc noopener" target="_blank" title="https://beagleboard.org/latest-images"&gt;https://beagleboard.org/latest-images&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I found a lot more is needed to get it rolling as a fully functioning microcontroller with GPIO - for instance, your filesystem may need to grow to meet your SD card capacity.&amp;nbsp; So, I wrote it all down here:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-blog-small" href="https://community.element14.com/challenges-projects/project14/visionthing/b/blog/posts/beaglebone-ai-survival-guide-v3-18-pwm-i2c-analog-digital-read-write-vision-ai-video-text-overlays-audio-hardware"&gt;BeagleBone AI Survival Guide V3.18: PWM, I2C, Analog/Digital Read/Write, Vision AI, Video Text Overlays, Audio, &amp;amp; Hardware&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;See ya&amp;#39;,&lt;/p&gt;&lt;p style="margin:0;"&gt;Sean&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaglebone AI booting from SD card issue.</title><link>https://community.element14.com/thread/143045?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 09:33:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:393ea92b-78b9-42ff-b0e9-f07a4b1ffe38</guid><dc:creator>clem57</dc:creator><description>&lt;p style="margin:0;"&gt;Either a bad SD card or a bad image. &lt;span&gt;&lt;a href="https://community.element14.com/members/chkvsk"&gt;chkvsk&lt;/a&gt;&lt;/span&gt; What software did you use to build the image with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>