RobertCNelson / omap-image-builder

omap image builder
http://elinux.org/BeagleBoardUbuntu
MIT License
152 stars 201 forks source link

BBAI64 - Included DT in images seems to be faulty / old #214

Open orgua opened 7 months ago

orgua commented 7 months ago

I hope this is the right place to report this issue

Observation

Toggling GPIO shows no action

gpioset 1 20=1
gpioset 1 20=0

sudo echo 320 >  /sys/class/gpio/export
sudo echo out > /sys/class/gpio/gpio320/direction
sudo echo 1 > /sys/class/gpio/gpio320/value

Problem was also reported some time ago here and a manual fix is indicated in the bb-forum.

Tested Images

manual fix

Boot image with kernel 5.10ti

git clone https://github.com/beagleboard/BeagleBoard-DeviceTrees.git
cd BeagleBoard*
git checkout v5.10.x-ti-arm64 
# ... or stay on default v5.10.x-ti-unified, both work
make all_arm64
sudo make install_arm64

sudo reboot