The installation scripts and manuals for using AES67 on Raspberry Pi with Ubuntu are archived in this repository.
Patrick Carroll
8 days ago 7074975ed4a8f7ca2de448c0dcde159b8676534e
commit | author | age
707497 1 #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
PC 2
3 uname_r=5.10.168-ti-r79
4 #uuid=
5 #dtb=
6
7 ###U-Boot Overlays###
8 ###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_O>
9 ###Master Enable
10 enable_uboot_overlays=1
11 ###
12 ###Overide capes with eeprom
13 #uboot_overlay_addr0=<file0>.dtbo
14 #uboot_overlay_addr1=<file1>.dtbo
15 #uboot_overlay_addr2=<file2>.dtbo
16 #uboot_overlay_addr3=<file3>.dtbo
17 ###
18 ###Additional custom capes
19 #uboot_overlay_addr4=<file4>.dtbo
20 uboot_overlay_addr5=/lib/firmware/BB-BONE-AUDI-02-00A0.dtbo
21 #uboot_overlay_addr6=<file6>.dtbo
22 #uboot_overlay_addr7=<file7>.dtbo
23 ###
24 ###Custom Cape
25 #dtb_overlay=<file8>.dtbo
26 ###
27 ###Disable auto loading of virtual capes (emmc/video/wireless/adc)
28 #disable_uboot_overlay_emmc=1
29 disable_uboot_overlay_video=1
30 disable_uboot_overlay_audio=1
31 disable_uboot_overlay_wireless=1
32 disable_uboot_overlay_adc=1
33 ###
34 ###Cape Universal Enable
35 enable_uboot_cape_universal=0
36 ###
37 ###Debug: disable uboot autoload of Cape
38 #disable_uboot_overlay_addr0=1
39 #disable_uboot_overlay_addr1=1
40 #disable_uboot_overlay_addr2=1
41 #disable_uboot_overlay_addr3=1
42 ###
43 ###U-Boot fdt tweaks... (60000 = 384KB)
44 #uboot_fdt_buffer=0x60000
45 ###U-Boot Overlays###
46
47 console=ttyS0,115200n8
48 cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100>
49
50 #In the event of edid real failures, uncomment this next line:
51 #cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=10>
52
53 #Use an overlayfs on top of a read-only root filesystem:
54 Last login: Wed Nov 27 17:55:23 on ttys002
55 cd /Users/paddy/repositories/AES67\-onPi                                        
56 (base) paddy@Patricks-MacBook-Pro ~ % cd /Users/paddy/repositories/AES67\-onPi
57 (base) paddy@Patricks-MacBook-Pro AES67-onPi % code .
58 (base) paddy@Patricks-MacBook-Pro AES67-onPi % ssh debian@beaglebone.local
59 Debian GNU/Linux 11
60
61 BeagleBoard.org Debian Bullseye IoT Image 2023-09-02
62 Support: https://bbb.io/debian
63 default username:password is [debian:temppwd]
64
65
66 The programs included with the Debian GNU/Linux system are free software;
67 the exact distribution terms for each program are described in the
68 individual files in /usr/share/doc/*/copyright.
69
70 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
71 permitted by applicable law.
72 Last login: Wed Nov 27 17:47:35 2024 from 2a02:8071:2b81:2980:11fc:d175:22a0:55e8
73 debian@BeagleBone:~$ nano /boot/u
74 uboot/    uEnv.txt  
75 debian@BeagleBone:~$ nano /boot/uEnv.txt 
76
77   GNU nano 5.4                     /boot/uEnv.txt                               
78 #disable_uboot_overlay_addr2=1
79 #disable_uboot_overlay_addr3=1
80 ###
81 ###U-Boot fdt tweaks... (60000 = 384KB)
82 #uboot_fdt_buffer=0x60000
83 ###U-Boot Overlays###
84
85 console=ttyS0,115200n8
86 cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100>
87
88 #In the event of edid real failures, uncomment this next line:
89 #cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=10>
90
91 #Use an overlayfs on top of a read-only root filesystem:
92 #cmdline=coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=10>
93
94 ##enable Generic eMMC Flasher:
95 #cmdline=init=/usr/sbin/init-beagle-flasher
96