This commit is contained in:
Diogo Cordeiro 2020-09-11 01:14:20 +01:00
parent cc98513b14
commit 727baa9236
6 changed files with 5526 additions and 0 deletions

File diff suppressed because it is too large Load Diff

19
systems/lctr-a72xx/config Normal file
View File

@ -0,0 +1,19 @@
cfg_architecture='cortex-a72'
cfg_storage='data0:ext4:/opt'
cfg_services0='dropbear network storage upgrade syslog ptpd'
cfg_services1=''
cfg_services2='dune'
cfg_modules=''
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi exiftool libusb'
cfg_target_linux_kernel='arch/arm/boot/bzImage'
cfg_ptpd_interface='eth0'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_terminal='tty1'
cfg_partitions=\
(
rpi-boot BOOT0 512B 32MiB
root root0 32MiB 544MiB
data data0 544MiB -1
)

View File

@ -0,0 +1,2 @@
# Core.
arm_freq=1000

View File

@ -0,0 +1,4 @@
::sysinit:/sbin/services sysinit
::restart:/sbin/init
::respawn:-/usr/sbin/dropbear -F
::shutdown:/sbin/services syshalt

View File

@ -0,0 +1,2 @@
ttyAMA0 root:root 660 >terminal
ttyUSB[0-9]* root:root 660 */sbin/mdev-ttyusb

View File

@ -0,0 +1,3 @@
cfg_hostname="lctr-a72xx-testbed"
cfg_eth_ext_ip="10.0.200.18"
cfg_kernel_boot_dev='/dev/mmcblk0p1'