Advertisement
silver2row

version.sh for BBGG

Jul 29th, 2020
1,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.07 KB | None | 0 0
  1. git:/opt/scripts/:[b39ec679648a6be8f25f48bd1c9784c1fc5a0c46]
  2. eeprom:[A335BNLTGG1A202005000165]
  3. model:[SeeedStudio_BeagleBone_Green_Gateway]
  4. dogtag:[BeagleBoard.org Debian Buster IoT Image 2020-04-06]
  5. bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 2019.04-00002-g23f263cc3f]:[location: dd MBR]
  6. UBOOT: Booted Device-Tree:[am335x-boneblack-uboot-univ.dts]
  7. UBOOT: Loaded Overlay:[AM335X-PRU-RPROC-4-19-TI-00A0]
  8. UBOOT: Loaded Overlay:[BB-ADC-00A0]
  9. UBOOT: Loaded Overlay:[BB-BBGG-WL1835-00A0]
  10. UBOOT: Loaded Overlay:[BB-BONE-eMMC1-01-00A0]
  11. UBOOT: Loaded Overlay:[M-BB-BBGG-00A0]
  12. kernel:[4.19.94-ti-r42]
  13. nodejs:[v10.21.0]
  14. /boot/uEnv.txt Settings:
  15. uboot_overlay_options:[enable_uboot_overlays=1]
  16. uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-19-TI-00A0.dtbo]
  17. uboot_overlay_options:[enable_uboot_cape_universal=1]
  18. pkg check: to individually upgrade run: [sudo apt install --only-upgrade <pkg>]
  19. pkg:[bb-cape-overlays]:[4.14.20200722.0-0~buster+20200722]
  20. pkg:[bb-wl18xx-firmware]:[1.20200702.0-0~buster+20200702]
  21. pkg:[kmod]:[26-1]
  22. pkg:[librobotcontrol]:[1.0.5-git20200715.0-0~buster+20200716]
  23. pkg:[firmware-ti-connectivity]:[20190717-2rcnee1~buster+20200305]
  24. groups:[debian : debian adm kmem dialout cdrom floppy audio dip video plugdev users systemd-journal bluetooth netdev i2c gpio pwm eqep remoteproc admin spi iio docker tisdk weston-launch xenomai cloud9ide]
  25. cmdline:[console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet]
  26. dmesg | grep remote
  27. [   12.208099] remoteproc remoteproc0: 4a334000.pru is available
  28. [   12.224247] remoteproc remoteproc1: 4a338000.pru is available
  29. [   20.429444] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  30. [   29.341070] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  31. [   29.509504] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  32. [   45.847884] Bluetooth: hci0: change remote baud rate command in firmware
  33. [   62.515732] remoteproc remoteproc2: wkup_m3 is available
  34. [   62.871863] remoteproc remoteproc2: powering up wkup_m3
  35. [   62.871895] remoteproc remoteproc2: Booting fw image am335x-pm-firmware.elf, size 217168
  36. [   62.872173] remoteproc remoteproc2: remote processor wkup_m3 is now up
  37. dmesg | grep pru
  38. [   12.208099] remoteproc remoteproc0: 4a334000.pru is available
  39. [   12.208282] pru-rproc 4a334000.pru: PRU rproc node pru@4a334000 probed successfully
  40. [   12.224247] remoteproc remoteproc1: 4a338000.pru is available
  41. [   12.224427] pru-rproc 4a338000.pru: PRU rproc node pru@4a338000 probed successfully
  42. dmesg | grep pinctrl-single
  43. [    0.957845] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  44. dmesg | grep gpio-of-helper
  45. [    0.971147] gpio-of-helper ocp:cape-universal: ready
  46. lsusb
  47. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  48. Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub
  49. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  50. END
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement