Compare commits

..

No commits in common. "f2d9001e6c9e6edf9859308d6a52a83facb11e2e" and "800d26ef19681aac19813e79001beaef770a97f3" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

@ -18,22 +18,19 @@ case "${MACHINE}" in
-device "loader,file=${IMAGE},addr=${IMAGE_ADDR},force-raw=on"
-kernel "${U_BOOT}"
-nographic
-chardev stdio,id=char0,mux=on
-serial chardev:char0
-serial chardev:char0
-mon chardev=char0
-serial null
-serial mon:stdio
-s
)
;;
raspi4)
# UART at 0xFE201000
# On SD: load mmc 0 0x44000000 kernel_live.uimage
# On TFTP: dhcp 0x44000000 kernel_live.uimage
# boot
U_BOOT_CONFIG=rpi_4_defconfig
LOAD_ADDR=0x40000000
ENTRY_ADDR=0x40001000
IMAGE_ADDR=0x44000000
# load mmc 0 0x44000000 kernel_live.uimage
# bootm 0x44000000 - ${fdtcontroladdr}
;;
virt)
# UART at 0x9000000

View File

@ -186,7 +186,7 @@ path = "/etc/init.d/00_base"
data = """
ipcd
logd
dash -c ptyd # CRASHES without dash?
# ptyd CRASHES
# pcid /etc/pcid.d/
"""
@ -209,7 +209,9 @@ data = """
path = "/etc/init.d/30_console"
data = """
# getty display:2
getty debug: -J
# getty debug: -J
dash -c "ptyd"
getty debug:
"""
[[files]]