WIP
This commit is contained in:
parent
cc98513b14
commit
727baa9236
5496
systems/lctr-a72xx/cfg/linux-4.4_2017-01-27.cfg
Normal file
5496
systems/lctr-a72xx/cfg/linux-4.4_2017-01-27.cfg
Normal file
File diff suppressed because it is too large
Load Diff
19
systems/lctr-a72xx/config
Normal file
19
systems/lctr-a72xx/config
Normal 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
|
||||
)
|
||||
|
2
systems/lctr-a72xx/fs/boot/config.txt
Normal file
2
systems/lctr-a72xx/fs/boot/config.txt
Normal file
@ -0,0 +1,2 @@
|
||||
# Core.
|
||||
arm_freq=1000
|
4
systems/lctr-a72xx/fs/etc/inittab
Normal file
4
systems/lctr-a72xx/fs/etc/inittab
Normal file
@ -0,0 +1,4 @@
|
||||
::sysinit:/sbin/services sysinit
|
||||
::restart:/sbin/init
|
||||
::respawn:-/usr/sbin/dropbear -F
|
||||
::shutdown:/sbin/services syshalt
|
2
systems/lctr-a72xx/fs/etc/mdev.conf
Normal file
2
systems/lctr-a72xx/fs/etc/mdev.conf
Normal file
@ -0,0 +1,2 @@
|
||||
ttyAMA0 root:root 660 >terminal
|
||||
ttyUSB[0-9]* root:root 660 */sbin/mdev-ttyusb
|
3
systems/lctr-a72xx/lctr-a72xx-testbed.cfg
Normal file
3
systems/lctr-a72xx/lctr-a72xx-testbed.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
cfg_hostname="lctr-a72xx-testbed"
|
||||
cfg_eth_ext_ip="10.0.200.18"
|
||||
cfg_kernel_boot_dev='/dev/mmcblk0p1'
|
Reference in New Issue
Block a user