diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 17:36:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 17:36:57 +0200 |
commit | d82e06e40a418829a3bcbad056ad2cac6dfd2580 (patch) | |
tree | 950e28cbd774b42f510165b73871acd23f3ad99f /target | |
parent | 02619511cc6d06dd3f75fe5ffcfe6d8d8f28a024 (diff) |
alpha: info about SRM console
Diffstat (limited to 'target')
-rw-r--r-- | target/alpha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/alpha/Makefile b/target/alpha/Makefile index 5ce6bbea2..37d28d733 100644 --- a/target/alpha/Makefile +++ b/target/alpha/Makefile @@ -56,6 +56,7 @@ targethelp: @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}' ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y) + @echo 'The SRM console uses 56700 baud' @echo 'To netboot the Dec multia type following in SRM console:' @echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"' endif |