On Mon, Nov 20, 2017 at 4:32 AM, William <[email protected]> wrote: > Hello, this is what I have done, no result for now: > 1. Flashed BBBW with last image Debian 9.2 2017-10-10 4GB SD IoT > > 2. Grounded TP1 > > 3. > dd if=/opt/scripts/device/bone/bbbw-eeprom.dump > > 4. > of=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom > > 5. > root@beaglebone:~# sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[d36fe9a7be9ebfc872b10a470e904ab4c61c4516] > eeprom:[A335BNLTBWA51712EW005259] > dogtag:[BeagleBoard.org Debian Image 2017-10-10] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2017.09-00002-g0f3f1c7907] > kernel:[4.4.91-ti-r133] > nodejs:[v6.11.4] > device-tree-override:[dtb=am335x-boneblack-emmc-overlay.dtb]
^^^ so you just forced it to be a BeagleBone Black here... YOU need to use: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays This will give you what you want: enable_uboot_overlays=1 disable_uboot_overlay_video=1 Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjxE85BQdeYFqCKhv-YrO2t_3UZapLuD_eiZ2umeTToMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
