lctr-rpi: update cfg_terminal to tty1 and partitions, remove target dtb.
This commit is contained in:
parent
f79aec516f
commit
c428102633
@ -5,14 +5,13 @@ cfg_services0='network dropbear storage upgrade syslog ptpd'
|
|||||||
cfg_services2='dune'
|
cfg_services2='dune'
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi'
|
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi'
|
||||||
cfg_target_linux_kernel='arch/arm/boot/zImage'
|
cfg_target_linux_kernel='arch/arm/boot/zImage'
|
||||||
cfg_target_linux_dtb='arch/arm/boot/dts/bcm2709-rpi-2-b.dtb'
|
|
||||||
cfg_ptpd_interface='eth0'
|
cfg_ptpd_interface='eth0'
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
cfg_eth_ext_mk='255.255.0.0'
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
cfg_eth_ext_gw='10.0.0.1'
|
||||||
cfg_terminal='ttyAMA0'
|
cfg_terminal='tty1'
|
||||||
cfg_partitions=\
|
cfg_partitions=\
|
||||||
(
|
(
|
||||||
rpi-boot boot0 512B 32MiB
|
rpi-boot BOOT0 512B 32MiB
|
||||||
root root0 32MiB 544MiB
|
root root0 32MiB 544MiB
|
||||||
data data0 544MiB -1
|
data data0 544MiB -1
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user