boot-scripts icon indicating copy to clipboard operation
boot-scripts copied to clipboard

Just a bunch of useful scripts placed under /opt/scripts/

Results 36 boot-scripts issues
Sort by recently updated
recently updated
newest added

Activating the flasher in `/boot/uEnv.txt` halts the BBone on reboot (heartbeat stops). ~~It seems the `/dev/mmcblk#` devices have been renamed or moved. I see `spidev#.#` and `dev/disk/...` now.~~ ## Update...

I pulled the latest code after imaging my BBB ``` cd /opt/scripts git pull ``` Running ``` sudo /opt/scripts/device/bone/show-pins ``` Gives error ``` parse error at ./show-pins.pl line 129, line...

Add support for the mass storage gadget to the old Beagleboard. Tested on Beagleboard C3.

Hello, first of all, I'd like to thank you @RobertCNelson - what you are doing is amazing! So I followed your instructions for BBB (I skipped only HDMI and u-boot...

The flasher scripts are only flashing the running kernel modules. In the scenario when a user is experimenting with more that one kernel build, it does not copy the extra...

Feature not Bug

Hi Robert, I recently acquired some pocketbeagles and found that when connected to a MacOS 10.15.4 system via USB neither of the two USB Ethernet interfaces are recognised i.e. neither...

the code in question checks if mkeXfs version 1.43 is present and if so it disables metadata_csum and 64bit. buster and thus your bone-eMMC-flasher-debian-10.1-console-armhf-2019-10-14-1gb.img.xz image has e2fsprogs version 1.44.5, which...

After updating to the 4.19.59-ti-rt-r25 kernel, the show-pins utility would not work anymore. Here are the errors: `debian@beaglebone:/usr/local/sbin$ show-pins` `Can't open /sys/kernel/debug/pinctrl/44e10800.pinmux/pinmux-pins: No such file or directory at /usr/local/sbin/show-pins line...

Hi, I just set up a BeagleBone with TI's DLP2000 DMD. In my case the Makefile in `/opt/scripts/device/bone/capes/DLPDLCR2000/structured_light` would not compile. I changed `display_core.h` and `display_core.c` by removing the `inline`...

It would be of great help in supporting people to know what boot mode was configured and exactly which SPL was executed on a specific boot cycle. At least the...