x x Target System (Qualcomm Atheros IPQ) ---> x x
x x Subtarget (QCA IPQ807x(64bit) based boards) ---> x x
x x Target Profile (Qualcomm-Atheros SDK Premium Profile) --->
またramdiskを有効にする必要があります。
実際にmake
make package/symlinks
make defconfig
make V=s
しかしなぜかハッシュが一致しない。
qsdk/toolchain/glibc/common.mk:10:MD5SUM_2.19 = 42dad4edd3bcb38006d13b5640b00b38
となっているので変更する。
また公式による配布は終了しているのでhttps://github.com/nxp-qoriq-yocto-sdk/eglibc も使えるかもしれない。
MD5 sum of the downloaded file does not match (file: b2463d4b1de83de390e03741ff50122a, requested: 42dad4edd3bcb38006d13b5640b00b38) - deleting download.
No more mirrors to try - giving up.
Checking out files from the svn repository...
svn: E170013: Unable to connect to a repository at URL 'svn://svn.eglibc.org/branches/eglibc-2_19'
svn: E000111: Can't connect to host 'svn.eglibc.org': Connection refused
svn: E170013: Unable to connect to a repository at URL 'svn://svn.eglibc.org/branches/eglibc-2_19'
svn: E000111: Can't connect to host 'svn.eglibc.org': Connection refused
Makefile:27: recipe for target '/root/test/test/qsdk/dl/glibc-2.19-r25243.tar.bz2' failed
make[3]: *** [/root/test/test/qsdk/dl/glibc-2.19-r25243.tar.bz2] Error 1
make[3]: Leaving directory '/root/test/test/qsdk/toolchain/glibc/headers'
toolchain/Makefile:81: recipe for target 'toolchain/glibc/headers/prepare' failed
make[2]: *** [toolchain/glibc/headers/prepare] Error 2
make[2]: Leaving directory '/root/test/test/qsdk'
toolchain/Makefile:80: recipe for target '/root/test/test/qsdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-4.8-linaro_glibc-2.19/stamp/.toolchain_install' failed
make[1]: *** [/root/test/test/qsdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-4.8-linaro_glibc-2.19/stamp/.toolchain_install] Error 2
make[1]: Leaving directory '/root/test/test/qsdk'
/root/test/test/qsdk/include/toplevel.mk:210: recipe for target 'world' failed
make: *** [world] Error 2
さらにエラー。いったん(void)ncns;で対処。
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-drv-gdc14ca2/nss_dma_log.c: Infunction 'nss_dma_test_perf_msg':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-drv-gdc14ca2/nss_dma_log.c:64:9: error: unused variable 'ncns' [-Werror=unused-variable]
struct nss_cmn_node_stats *ncns = &ndtc->node_stats;
^
cc1: all warnings being treated as errors
scripts/Makefile.build:337: recipe for target '/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ip807x_64/qca-nss-drv-gdc14ca2/nss_dma_log.o' failed
make[5]: *** [/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-drv-gdc14ca2/nssdma_log.o] Error 1
またまたエラー。
openswanは配布されていないようです。
--2026-07-29 12:43:07-- http://downloads.openwrt.org/sources/openswan-2.6.51.3. tar.gz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 2a04:4e42:65::644, 19 9.232.150.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|2a04:4e42:65::644|:8 0... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sources.openwrt.org/openswan-2.6.51.3.tar.gz [following]
--2026-07-29 12:43:08-- https://sources.openwrt.org/openswan-2.6.51.3.tar.gz
Resolving sources.openwrt.org (sources.openwrt.org)... 2a03:4000:3b:221::1, 185. 163.119.85
Connecting to sources.openwrt.org (sources.openwrt.org)|2a03:4000:3b:221::1|:443 ... connected.
HTTP request sent, awaiting response... 404 Not Found
2026-07-29 12:43:09 ERROR 404: Not Found.
Download failed.
No more mirrors to try - giving up.
Makefile:113: recipe for target '/root/test/test/qsdk/dl/openswan-2.6.51.3.tar.g z' failed
念のためase, gcm, sha256を有効化。
x x -*- kmod-crypto-aead.................................. CryptoAPI AEAD support x x
x x <*> kmod-crypto-aes.............................. AES cipher CryptoAPI module x x
x x -*- kmod-crypto-arc4...................... ARC4 (RC4) cipher CryptoAPI module x x
x x -*- kmod-crypto-authenc...................... Combined mode wrapper for IPsec x x
x x -*- kmod-crypto-cbc................... Cipher Block Chaining CryptoAPI module x x
x x < > kmod-crypto-ccm................... Support for Counter with CBC MAC (CCM) x x
x x -*- kmod-crypto-core.................................. Core CryptoAPI modules x x
x x -*- kmod-crypto-crc32c..................................... CRC32c CRC module x x
x x -*- kmod-crypto-ctr............................ Counter Mode CryptoAPI module x x
x x -*- kmod-crypto-deflate................. Deflate compression CryptoAPI module x x
x x -*- kmod-crypto-des......................... DES/3DES cipher CryptoAPI module x x
x x -*- kmod-crypto-ecb..................... Electronic CodeBook CryptoAPI module x x
x x < > kmod-crypto-fcrypt........................ FCRYPT cipher CryptoAPI module x x
x x <*> kmod-crypto-gcm................................ GCM/GMAC CryptoAPI module x x
x x -*- kmod-crypto-gf128.... GF(2^128) multiplication functions CryptoAPI module x x
x x -*- kmod-crypto-ghash.......................... GHASH digest CryptoAPI module x x
x x -*- kmod-crypto-hash.................................. CryptoAPI hash support x x
x x -*- kmod-crypto-hmac............................ HMAC digest CryptoAPI module x x
x x < > kmod-crypto-hw-geode.................... AMD Geode hardware crypto module x x
x x < > kmod-crypto-hw-hifn-795x.................... HIFN 795x crypto accelerator x x
x x < > kmod-crypto-hw-padlock..... VIA PadLock ACE with AES/SHA hw crypto module x x
x x < > kmod-crypto-hw-talitos. Freescale integrated security engine (SEC) driver x x
x x -*- kmod-crypto-iv.......................... CryptoAPI initialization vectors x x
x x -*- kmod-crypto-manager.......................... CryptoAPI algorithm manager x x
x x < > kmod-crypto-md4.............................. MD4 digest CryptoAPI module x x
x x -*- kmod-crypto-md5.............................. MD5 digest CryptoAPI module x x
x x < > kmod-crypto-michael-mic........ Michael MIC keyed digest CryptoAPI module x x
x x < > kmod-crypto-misc................................. Other CryptoAPI modules x x
x x -*- kmod-crypto-null................................... Null CryptoAPI module x x
x x <*> kmod-crypto-ocf.............................................. OCF modules x x
x x < > kmod-crypto-ocf-hifn7751 x x
x x < > kmod-crypto-ocf-hifnhipp.......... OCF support for Hifn 7855/8155 devices x x
x x < > kmod-crypto-pcbc...... Propagating Cipher Block Chaining CryptoAPI module x x
x x -*- kmod-crypto-pcompress....... CryptoAPI Partial (de)compression operations x x
x x < > kmod-crypto-qce.................................. QTI Crypto Engine (QCE) x x
x x -*- kmod-crypto-rng....................... CryptoAPI random number generation x x
x x -*- kmod-crypto-seqiv................. CryptoAPI Sequence Number IV Generator x x
x x -*- kmod-crypto-sha1............................ SHA1 digest CryptoAPI module x x
x x <*> kmod-crypto-sha256................. SHA224 SHA256 digest CryptoAPI module x x
x x < > kmod-crypto-test................................... Test CryptoAPI module x x
x x <*> kmod-crypto-user........................... CryptoAPI userspace interface x x
x x -*- kmod-crypto-wq............................. CryptoAPI work queue handling x x
x x < > kmod-crypto-xts.............................. XTS cipher CryptoAPI module x x
x x < > kmod-cryptodev..................... Driver for cryptographic acceleration x x
x x x x
x x x x
一応
make defconfig
qca/feeds/networking/openswan/Makefileを変更します
PKG_NAME:=v
PKG_VERSION:=2.6.51.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/xelerance/Openswan/archive/refs/tags/
PKG_MD5SUM:=ae768d6c349e361bd9e7d9f23a33fabd
PKG_BUILD_DIR:=$(BUILD_DIR)/Openswan-$(PKG_VERSION)
そしてまたエラー
#define _hasattribute(x) 0で対処する。
lib/libopenswan/pfkey_v2_parse.c
linux/net/ipsec/inflate.c
linux/net/ipsec/infcodes.c
linux/net/ipsec/infblock.c
linux/net/ipsec/pfkey_v2_ext_process.c
linux/net/ipsec/aes/aes.c
linux/net/ipsec/pfkey_v2_parse.c
linux/include/des/des_locl.h
qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-ovsmgr-gdc5696b/ovsmgr_dp.c
qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-ecm-g5187b67/frontends/nss/ecm_nss_ipv6.c
qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-ecm-g5187b67/frontends/nss/ecm_nss_ipv4.c
qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-ecm-g5187b67/frontends/nss/ecm_nss_common.h
qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6_sysctl.c
などにに存在する
CC pfkey_v2_parse.c
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libopenswan/pfkey_v2_parse.c: In function 'pfkey_msg_parse':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libopenswan/pfkey_v2_parse.c:1321:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libopenswan/pfkey_v2_parse.c:1335:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libopenswan/Makefile:175: recipe for target 'pfkey_v2_parse.o' failed
make[6]: *** [pfkey_v2_parse.o] Error 1
CC aes.c
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c: In function 'aes_encrypt':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1317:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1322:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1335:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c: In function 'aes_decrypt':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1384:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1389:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/aes/aes.c:1402:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libcrypto/libaes/../../Makefile.library:107: recipe for target 'aes.o' failed
make[7]: *** [aes.o] Error 1
In file included from /root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/net/ipsec/des/des_enc.c:59:0:
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/linux/include/des/des_locl.h:191:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/lib/libcrypto/libdes/../../Makefile.library:107: recipe for target 'des_enc.o' failed
make[7]: *** [des_enc.o] Error 1
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/pfkey_v2_ext_process.c:492:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/pfkey_v2_ext_process.c:492:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
scripts/Makefile.build:337: recipe for target '/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/pfkey_v2_ext_process.o' failed
make[6]: *** [/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/pfkey_v2_ext_process.o] Error 1
CC [M] /root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.o
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c: In function 'ipcomp_deflate_blocks':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:238:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:238:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:266:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:266:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:345:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:345:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:365:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:365:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:374:5: warning: "__has_attribute" is not defined [-Wundef]
#if __has_attribute(__fallthrough__)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.c:374:20: error: missing binary operator before token "("
#if __has_attribute(__fallthrough__)
^
scripts/Makefile.build:337: recipe for target '/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.o' failed
make[6]: *** [/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/Openswan-2.6.51.3/modobj26/infblock.o] Error 1
またそしてエラー。
Connecting to downloads.openwrt.org (downloads.openwrt.org)|2a04:4e42:65::644|:80... connec ted.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sources.openwrt.org/BIN-NSS.HK.11.4.0.5-5-R.tar.bz2 [following]
--2026-07-29 14:27:32-- https://sources.openwrt.org/BIN-NSS.HK.11.4.0.5-5-R.tar.bz2
Resolving sources.openwrt.org (sources.openwrt.org)... 2a03:4000:3b:221::1, 185.163.119.85
Connecting to sources.openwrt.org (sources.openwrt.org)|2a03:4000:3b:221::1|:443... connect ed.
HTTP request sent, awaiting response... 404 Not Found
2026-07-29 14:27:34 ERROR 404: Not Found.
Download failed.
No more mirrors to try - giving up.
Makefile:48: recipe for target '/root/test/test/qsdk/dl/BIN-NSS.HK.11.4.0.5-5-R.tar.bz2' fa iled
配布されていたので修正。
NSS_VER:=11.4.0.5
NSS_SOC:=HK
NSS_PROFILE:=R
PKG_SOURCE:=BIN-NSS.$(NSS_SOC).$(NSS_VER)-$(PKG_VERSION)-$(NSS_PROFILE).tar.bz2
PKG_SOURCE_URL:=https://github.com/quic/qca-sdk-nss-fw/raw/refs/heads/main/QCA_Networking_2021.SPF_11.4/CS/IPQ8074.ATH.11.4/
PKG_BUILD_DIR:=$(BUILD_DIR)/BIN-NSS.$(NSS_SOC).$(NSS_VER)-$(PKG_VERSION)-$(NSS_PROFILE)
まだエラー。
よくわからない変数が定義されていなかったため、とりあえず0で定義します。
CC [M] /root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/matchnss_match.o
In file included from /root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g13998d/match/nss_match.c:27:0:
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/match/nss_matchpriv.h:32:6: error: "NSS_match_DEBUG_LEVEL" is not defined [-Werror=undef]
#if (NSS_match_DEBUG_LEVEL < 2)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/match/nss_matchpriv.h:38:6: error: "NSS_match_DEBUG_LEVEL" is not defined [-Werror=undef]
#if (NSS_match_DEBUG_LEVEL < 3)
^
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/match/nss_matchpriv.h:44:6: error: "NSS_match_DEBUG_LEVEL" is not defined [-Werror=undef]
#if (NSS_match_DEBUG_LEVEL < 4)
^
cc1: all warnings being treated as errors
scripts/Makefile.build:337: recipe for target '/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq87x_64/qca-nss-clients-g153998d/match/nss_match.o' failed
make[6]: *** [/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/mtch/nss_match.o] Error 1
これは使ってないだけなので(void)ver;でok
CC [M] /root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6.o
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6.c: In function 'nss_tunipip6_decap_exception':
/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6.c:260:9: error: unused variable 'ver' [-Werror=unused-variable]
int8_t ver = skb->data[0] >> 4;
^
cc1: all warnings being treated as errors
scripts/Makefile.build:337: recipe for target '/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6.o' failed
make[6]: *** [/root/test/test/qsdk/build_dir/target-aarch64_cortex-a53_glibc-2.19/linux-ipq_ipq807x_64/qca-nss-clients-g153998d/tunipip6/nss_connmgr_tunipip6.o] Error 1
USBからの場合
IPQ807x# icache off
IPQ807x# dcache off
IPQ807x# nm.l 0x4a901e5c
4a901e5c: e1600070 ? e7f000f0
4a901e5c: e7f000f0 ? .
IPQ807x# bootm 0x44000000#config@1
undefined instruction
pc : [<4a901e60>] lr : [<4a77f808>]
reloc pc : [<4a901e60>] lr : [<4a77f808>]
sp : 4a77f7a0 ip : 4a77f80c fp : 00000000
r10: 4a7d2ca0 r9 : 4a77fea0 r8 : 4a902760
r7 : 4a3e8000 r6 : 4a77f804 r5 : 00000000 r4 : 00000000
r3 : 00000050 r2 : 4a77f820 r1 : 00000012 r0 : 0200010f
Flags: nZCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
X55からの場合
IPQ807x# usb reset
resetting USB...
IPQ807x# fatload usb 0:0 0x44000000 uimage-initramfs.itb
IPQ807x# md.l 0x44000000 4
44000000: edfe0dd0 1c95ac01 38000000 608dac01 ...........8...`
IPQ807x# bootm 0x44000000
undefined instruction
pc : [<4a901e60>] lr : [<4a77f808>]
reloc pc : [<4a901e60>] lr : [<4a77f808>]
sp : 4a77f7a0 ip : 4a77f80c fp : 00000000
r10: 4a7d2ca0 r9 : 4a77fea0 r8 : 4a902760
r7 : 4a3e7000 r6 : 4a77f804 r5 : 00000000 r4 : 00000000
r3 : 00000050 r2 : 4a77f820 r1 : 00000012 r0 : 0200010f
Flags: nZCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
関係なさそう。
FUN_4a901f9c(Kernel Boot WARP) -> FUN_4a901f0c (SCM CHECK) -> FUN_4a900724 (D CACHE CACHE) -> FUN_4a902e28(D CACHE ENABLE/DISABLE) -> > FUN_4a901f9c -> FUN_4a901f0c -> FUN_4a900724 -> FUN_4a902e28 -> SCM_BOOT(0x82000601) -> FUN_4a901f9c -> SCM_BOOT_WARP/FUN_4a901e7c -> FUN_4a900724 -> FUN_4a902e28 -> FUN_4a901f0c (RET) -> FUN_0a901e44 (CALL_SCM) -> FUN_4a901f0c (RET) -> FUN_4a901f9c (RET) -> FUN_4a901e7c (SCM_WRAPPER) -> FUN_0a901e44 (CALL_SCM) -> SCM呼び出し
の順。
scmが怪しい。
X55のものは起動するので。。。
おそらく、scmに飛んだ後の処理がビルドした後のitbを受け付けていない?
IPQ807x# usbboot
Loading from usb device 0, partition 0: Name: Whole Disk Type: U-Boot
Fit image detected...
FIT description: ARM64 OpenWrt FIT (Flattened Image Tree)
Image 0 (kernel@1)
Image 1 (fdt@1)
Default Configuration: 'config@1'
Configuration 0 (config@1)
Description: OpenWrt
Kernel: kernel@1
FDT: fdt@1
IPQ807x# fdt print /images
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
IPQ807x# fdt addr 0x44000000
IPQ807x# fdt print /images
images {
kernel@1 {
description = "ARM64 OpenWrt Linux-4.4.60";
data = * 0x440000e8 [0x02ef6e00];
type = "kernel";
arch = "arm64";
os = "linux";
compression = "none";
load = <0x41080000>;
entry = <0x41080000>;
hash@1 {
value = <0x7395a5b1>;
algo = "crc32";
};
hash@2 {
value = <0xa82c373b 0xcf5677a9 0xac04e739 0xd0925de8 0x2c64d7d9>;
algo = "sha1";
};
};
fdt@1 {
description = "ARM64 OpenWrt qcom-ipq807x-hk09 device tree blob";
data = * 0x46ef702c [0x000140e4];
type = "flat_dt";
arch = "arm64";
compression = "none";
hash@1 {
value = <0x04f7965b>;
algo = "crc32";
};
hash@2 {
value = <0x38271377 0x0e901c41 0x588a0fb7 0xe55da384 0xc11bf2a5>;
algo = "sha1";
};
};
};
IPQ807x#
IPQ807x# fdt addr 0x46ef702c
IPQ807x# fdt print /memory
memory {
device_type = "memory";
reg = <0x00000000 0x40000000 0x00000000 0x20000000>;
};
IPQ807x# fdt print /reserved-memory
reserved-memory {
#address-cells = <0x00000002>;
#size-cells = <0x00000002>;
ranges;
nss@40000000 {
no-map;
reg = <0x00000000 0x40000000 0x00000000 0x01000000>;
};
tzapp@4a400000 {
no-map;
reg = <0x00000000 0x4a400000 0x00000000 0x00200000>;
};
uboot@4a600000 {
no-map;
reg = <0x00000000 0x4a600000 0x00000000 0x00400000>;
};
sbl@4aa00000 {
no-map;
reg = <0x00000000 0x4aa00000 0x00000000 0x00100000>;
};
smem@4ab00000 {
no-map;
reg = <0x00000000 0x4ab00000 0x00000000 0x00100000>;
linux,phandle = <0x0000001b>;
phandle = <0x0000001b>;
};
tz@4ac00000 {
no-map;
reg = <0x00000000 0x4ac00000 0x00000000 0x00400000>;
};
wcnss@4b000000 {
no-map;
reg = <0x00000000 0x4b000000 0x00000000 0x05f00000>;
linux,phandle = <0x00000012>;
phandle = <0x00000012>;
};
q6_etr_dump@50f00000 {
no-map;
reg = <0x00000000 0x50f00000 0x00000000 0x00100000>;
linux,phandle = <0x00000013>;
phandle = <0x00000013>;
};
m3_dump@51000000 {
no-map;
reg = <0x00000000 0x51000000 0x00000000 0x00100000>;
};
wifi_dump@51100000 {
no-map;
reg = <0x00000000 0x51100000 0x00000000 0x00600000>;
};
wigig_dump@51300000 {
no-map;
reg = <0x00000000 0x51300000 0x00000000 0x00400000>;
};
};
eth0
IPQ807x# usb start
IPQ807x# fatls usb 0:0
28087580 uimage-initramfs.itb
1 file(s), 0 dir(s)
IPQ807x# fatload usb 0:0 0x44000000 uimage-initramfs.itb
IPQ807x# fdt addr 0x44000000
IPQ807x# fdt print /images
images {
kernel@1 {
description = "ARM64 OpenWrt Linux-4.4.60";
data = * 0x440000e8 [0x01ab2e00];
type = "kernel";
arch = "arm64";
os = "linux";
compression = "none";
load = <0x41080000>;
entry = <0x41080000>;
hash@1 {
value = <0x3fc3aa0d>;
algo = "crc32";
};
hash@2 {
value = <0xf7aa3891 0x4aa609f2 0xd9fca68f 0x8cd07522 0xabf417d6>;
algo = "sha1";
};
};
fdt@1 {
description = "ARM64 OpenWrt qcom-ipq807x-hk09 device tree blob";
data = * 0x45ab302c [0x00015bec];
type = "flat_dt";
arch = "arm64";
compression = "none";
hash@1 {
value = <0x2cb1883e>;
algo = "crc32";
};
hash@2 {
value = <0x8249da6f 0x0acd0462 0xdf6c0390 0xea573f05 0xc74ee215>;
algo = "sha1";
};
};
};
IPQ807x# fdt print /configurations
configurations {
default = "config@1";
config@1 {
description = "OpenWrt";
kernel = "kernel@1";
fdt = "fdt@1";
};
};
IPQ807x# fdt addr 0x45ab302c
IPQ807x# fdt print /memory
memory {
device_type = "memory";
reg = <0x00000000 0x40000000 0x00000000 0x20000000>;
};
IPQ807x# fdt print /reserved-memory
reserved-memory {
#address-cells = <0x00000002>;
#size-cells = <0x00000002>;
ranges;
nss@40000000 {
no-map;
reg = <0x00000000 0x40000000 0x00000000 0x01000000>;
};
uboot@4a600000 {
no-map;
reg = <0x00000000 0x4a600000 0x00000000 0x00400000>;
};
tzapp@4a400000 {
no-map;
reg = <0x00000000 0x4a400000 0x00000000 0x00100000>;
};
sbl@4aa00000 {
no-map;
reg = <0x00000000 0x4aa00000 0x00000000 0x00100000>;
};
smem@4ab00000 {
no-map;
reg = <0x00000000 0x4ab00000 0x00000000 0x00100000>;
linux,phandle = <0x0000001a>;
phandle = <0x0000001a>;
};
tz@4ac00000 {
no-map;
reg = <0x00000000 0x4ac00000 0x00000000 0x00400000>;
};
wcnss@4b000000 {
no-map;
reg = <0x00000000 0x4b000000 0x00000000 0x03700000>;
linux,phandle = <0x00000011>;
phandle = <0x00000011>;
};
q6_etr_dump@4e700000 {
no-map;
reg = <0x00000000 0x4e700000 0x00000000 0x00100000>;
linux,phandle = <0x00000012>;
phandle = <0x00000012>;
};
m3_dump@4e800000 {
no-map;
reg = <0x00000000 0x4e800000 0x00000000 0x00100000>;
};
wifi_dump@4e900000 {
no-map;
reg = <0x00000000 0x4e900000 0x00000000 0x00200000>;
};
};
IPQ807x#
メモリ関係が怪しかったのでカーネルの大きさを変えてみたところ40MBだと動かないが、32MBぐらいだと動くことが分かった。
起動しようとしてたのは46MBだったので、これが原因で間違えない。
結果。
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.60 (root@test1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 76e0fac93dff+r49254) ) #2 SMP PREEMPT Wed Jul 29 18:42:38 JST 2026
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Ignoring memory range 0x40000000 - 0x41000000
[ 0.000000] Machine: Qualcomm Technologies, Inc. IPQ807x/AP-HK09
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 14 pages/cpu @ffffffc01ef40000 s19328 r8192 d29824 u57344
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 107352
[ 0.000000] Kernel command line: console=ttyMSM0,115200 rdinit=/bin/sh init=/bin/sh swiotlb=1 coherent_pool=2M
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] software IO TLB [mem 0x5fe3c000-0x5fe7c000] (0MB) mapped at [ffffffc01ee3c000-ffffffc01ee7bfff]
[ 0.000000] Memory: 409432K/436224K available (5056K kernel code, 491K rwdata, 2152K rodata, 228K init, 430K bss, 26792K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc0040000 - 0xffffffbdc0800000 ( 7 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc01f000000 ( 496 MB)
[ 0.000000] .init : 0xffffffc00078c000 - 0xffffffc0007c5000 ( 228 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc00078c000 ( 7216 KB)
[ 0.000000] .data : 0xffffffc0007d4000 - 0xffffffc00084ee00 ( 492 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000510] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000522] pid_max: default: 32768 minimum: 301
[ 0.000619] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.000628] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.001299] EFI services will not be available.
[ 0.001326] ASID allocator initialised with 65536 entries
[ 0.050781] MSM Memory Dump base table set up
[ 0.050805] MSM Memory Dump apps data table set up
[ 0.090018] Detected VIPT I-cache on CPU1
[ 0.090063] CPU1: Booted secondary processor [410fd034]
[ 0.120000] Detected VIPT I-cache on CPU2
[ 0.120028] CPU2: Booted secondary processor [410fd034]
[ 0.150029] Detected VIPT I-cache on CPU3
[ 0.150057] CPU3: Booted secondary processor [410fd034]
[ 0.150106] Brought up 4 CPUs
[ 0.150133] SMP: Total of 4 processors activated.
[ 0.150143] CPU: All CPU(s) started at EL1
[ 0.150167] alternatives: patching kernel code
[ 0.170902] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.170933] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.171124] pinctrl core: initialized pinctrl subsystem
[ 0.172095] NET: Registered protocol family 16
[ 0.199971] cpuidle: using governor ladder
[ 0.229988] cpuidle: using governor menu
[ 0.230093] NET: Registered protocol family 42
[ 0.230178] vdso: 2 pages (1 code @ ffffffc0007d9000, 1 data @ ffffffc0007d8000)
[ 0.231082] DMA: preallocated 2048 KiB pool for atomic allocations
[ 0.231214] Read of property:soc_version_minor from node failed
[ 0.231224] CPU: IPQ8072A, SoC Version: 2.0
[ 0.231488] IPC logging disabled
[ 0.231494] IPC logging disabled
[ 0.231498] IPC logging disabled
[ 0.231503] IPC logging disabled
[ 0.231507] IPC logging disabled
[ 0.233428] Soc version is not 1, changing clock offsets
[ 0.271047] pps_core: LinuxPPS API ver. 1 registered
[ 0.271058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.271081] PTP clock support registered
[ 0.271682] Advanced Linux Sound Architecture Driver Initialized.
[ 0.272321] clocksource: Switched to clocksource arch_sys_counter
[ 0.273499] NET: Registered protocol family 2
[ 0.274103] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.274164] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.274260] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.274307] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.274330] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.274487] NET: Registered protocol family 1
[ 0.281619] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.281636] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.284826] Key type asymmetric registered
[ 0.284842] Asymmetric key parser 'x509' registered
[ 0.284873] io scheduler noop registered
[ 0.284886] io scheduler deadline registered (default)
[ 0.286396] msm_serial 78b3000.serial: msm_serial: detected port #0
[ 0.286458] msm_serial 78b3000.serial: uartclk = 3686400
[ 0.286505] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 77, base_baud = 230400) is a MSM
[ 0.286535] msm_serial: console setup on port #0
[ 0.849297] console [ttyMSM0] enabled
[ 0.854143] msm_serial: driver initialized
[ 0.857598] msm_serial_hsl_init: driver initialized
[ 0.869654] brd: module loaded
[ 0.873939] loop: module loaded
[ 0.875100] libphy: Fixed MDIO Bus: probed
[ 0.876077] cnss: INFO: IPC Logging is disabled!
[ 0.880168] i2c /dev entries driver
[ 0.885590] sdhci: Secure Digital Host Controller Interface driver
[ 0.888034] sdhci: Copyright(c) Pierre Ossman
[ 0.894339] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.901244] NET: Registered protocol family 10
[ 0.905124] NET: Registered protocol family 17
[ 0.908732] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 0.913181] Bridge firewalling registered
[ 0.925897] 8021q: 802.1Q VLAN Support v1.8
[ 0.931534] hctosys: unable to open rtc device (rtc0)
[ 0.944415] ALSA device list:
[ 0.944439] No soundcards found.
[ 0.946761] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[ 0.949662] Please append a correct "root=" boot option; here are the available partitions:
[ 0.957329] 0100 4096 ram0 (driver?)
[ 0.969184] 0101 4096 ram1 (driver?)
[ 0.973823] 0102 4096 ram2 (driver?)
[ 0.978384] 0103 4096 ram3 (driver?)
[ 0.982998] 0104 4096 ram4 (driver?)
[ 0.987585] 0105 4096 ram5 (driver?)
[ 0.992185] 0106 4096 ram6 (driver?)
[ 0.996788] 0107 4096 ram7 (driver?)
[ 1.001387] 0108 4096 ram8 (driver?)
[ 1.006002] 0109 4096 ram9 (driver?)
[ 1.010589] 010a 4096 ram10 (driver?)
[ 1.015200] 010b 4096 ram11 (driver?)
[ 1.019877] 010c 4096 ram12 (driver?)
[ 1.024575] 010d 4096 ram13 (driver?)
[ 1.029252] 010e 4096 ram14 (driver?)
[ 1.033950] 010f 4096 ram15 (driver?)
[ 1.038632] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 1.039511] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.60 #2
[ 1.047835] Hardware name: Qualcomm Technologies, Inc. IPQ807x/AP-HK09 (DT)
[ 1.053653] Call trace:
[ 1.060595] [<ffffffc0000885d8>] dump_backtrace+0x0/0xf8
[ 1.063029] [<ffffffc0000886e4>] show_stack+0x14/0x1c
[ 1.068583] [<ffffffc00025f57c>] dump_stack+0x94/0xb8
[ 1.073534] [<ffffffc0000fb418>] panic+0xec/0x23c
[ 1.078566] [<ffffffc00078cf34>] change_floppy+0x0/0x138
[ 1.083254] [<ffffffc00078d0e4>] mount_root+0x78/0x88
[ 1.088635] [<ffffffc00078d2a0>] prepare_namespace+0x1ac/0x1e8
[ 1.093584] [<ffffffc00078cb28>] kernel_init_freeable+0x1bc/0x1dc
[ 1.099316] [<ffffffc00056200c>] kernel_init+0x10/0xf0
[ 1.105475] [<ffffffc000085d50>] ret_from_fork+0x10/0x40
[ 1.110513] CPU3: stopping
[ 1.115974] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 4.4.60 #2
[ 1.118495] Hardware name: Qualcomm Technologies, Inc. IPQ807x/AP-HK09 (DT)
[ 1.124312] Call trace:
[ 1.131253] [<ffffffc0000885d8>] dump_backtrace+0x0/0xf8
[ 1.133688] [<ffffffc0000886e4>] show_stack+0x14/0x1c
[ 1.139241] [<ffffffc00025f57c>] dump_stack+0x94/0xb8
[ 1.144191] [<ffffffc00008dabc>] handle_IPI+0xd0/0x138
[ 1.149224] [<ffffffc0000824cc>] gic_handle_irq+0x98/0xc0
[ 1.154260] Exception stack(0xffffffc00dbcbe20 to 0xffffffc00dbcbf50)
[ 1.159731] be20: 0000000000000000 0000008000000000 ffffffc00dbcbf80 ffffffc000086790
[ 1.166159] be40: 0000000060000005 0000000000000000 0000000000000000 0000000000000000
[ 1.173971] be60: 0000000000000001 0000000000000000 0000000000000000 000000000eb684c8
[ 1.181783] be80: 00000000000000a4 00000000000001fc ffffffc00dbc1130 ffffffc00dbcbee0
[ 1.189594] bea0: 0000000000000650 0000000000000400 00000000000003e9 0000000000000002
[ 1.197408] bec0: 0000000200000001 0000000000000000 0000000000000000 0000000000000000
[ 1.205220] bee0: 0000000000000000 0000000000000000 0000000000000000 ffffffc0007c0008
[ 1.213033] bf00: ffffffc0007c09e0 0000000000000000 0000000000000000 00000000418bb000
[ 1.220845] bf20: 00000000418be000 ffffffc000082800 0000000000000000 ffffffc00dbcbf80
[ 1.228656] bf40: ffffffc00008678c ffffffc00dbcbf80
[ 1.236463] [<ffffffc00008567c>] el1_irq+0x7c/0xf4
[ 1.241154] [<ffffffc0000c24f0>] default_idle_call+0x20/0x28
[ 1.246015] [<ffffffc0000c26ac>] cpu_startup_entry+0x168/0x220
[ 1.251830] [<ffffffc00008d68c>] secondary_start_kernel+0x13c/0x148
[ 1.257472] [<00000000410827ec>] 0x410827ec
[ 1.263630] CPU1: stopping
[ 1.267798] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.4.60 #2
[ 1.270577] Hardware name: Qualcomm Technologies, Inc. IPQ807x/AP-HK09 (DT)
[ 1.276394] Call trace:
[ 1.283335] [<ffffffc0000885d8>] dump_backtrace+0x0/0xf8
[ 1.285772] [<ffffffc0000886e4>] show_stack+0x14/0x1c
[ 1.291325] [<ffffffc00025f57c>] dump_stack+0x94/0xb8
[ 1.296272] [<ffffffc00008dabc>] handle_IPI+0xd0/0x138
[ 1.301308] [<ffffffc0000824cc>] gic_handle_irq+0x98/0xc0
[ 1.306341] Exception stack(0xffffffc00dbbbe20 to 0xffffffc00dbbbf50)
[ 1.311815] be20: 0000000000000000 0000008000000000 ffffffc00dbbbf80 ffffffc000086790
[ 1.318241] be40: 0000000060000005 0000000000000000 0000000000000000 0000000000000000
[ 1.326054] be60: 0000000000000001 0000000000000000 0000000000000000 000000000ebc60c8
[ 1.333866] be80: 00000000000000a8 0000000000000007 ffffffc00db67a30 ffffffc00dbbbee0
[ 1.341678] bea0: 0000000000000650 0000000000000400 00000000000003ea 0000000000000001
[ 1.349492] bec0: 0000000000000001 ffffffc0005c3200 000000000000000e 0000000000000007
[ 1.357303] bee0: 00000000a00ae278 0000000000000000 0000000000000000 ffffffc0007c0008
[ 1.365115] bf00: ffffffc0007c09e0 0000000000000000 0000000000000000 00000000418bb000
[ 1.372929] bf20: 00000000418be000 ffffffc000082800 0000000000000000 ffffffc00dbbbf80
[ 1.380739] bf40: ffffffc00008678c ffffffc00dbbbf80
[ 1.388547] [<ffffffc00008567c>] el1_irq+0x7c/0xf4
[ 1.393235] [<ffffffc0000c24f0>] default_idle_call+0x20/0x28
[ 1.398098] [<ffffffc0000c26ac>] cpu_startup_entry+0x168/0x220
[ 1.403913] [<ffffffc00008d68c>] secondary_start_kernel+0x13c/0x148
[ 1.409555] [<00000000410827ec>] 0x410827ec
[ 1.415713] CPU2: stopping
[ 1.419881] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.4.60 #2
[ 1.422660] Hardware name: Qualcomm Technologies, Inc. IPQ807x/AP-HK09 (DT)
[ 1.428477] Call trace:
[ 1.435419] [<ffffffc0000885d8>] dump_backtrace+0x0/0xf8
[ 1.437855] [<ffffffc0000886e4>] show_stack+0x14/0x1c
[ 1.443408] [<ffffffc00025f57c>] dump_stack+0x94/0xb8
[ 1.448356] [<ffffffc00008dabc>] handle_IPI+0xd0/0x138
[ 1.453391] [<ffffffc0000824cc>] gic_handle_irq+0x98/0xc0
[ 1.458425] Exception stack(0xffffffc00dbbfe20 to 0xffffffc00dbbff50)
[ 1.463899] fe20: 0000000000000000 0000008000000000 ffffffc00dbbff80 ffffffc000086790
[ 1.470324] fe40: 0000000060000005 0000000000000000 0000000000000000 0000000000000000
[ 1.478137] fe60: 0000000000000001 0000000000000000 0000000000000000 000000000eb684c8
[ 1.485949] fe80: 00000000000000a4 00000000000001fc ffffffc00dbc06b0 ffffffc00dbbfee0
[ 1.493761] fea0: 0000000000000650 0000000000000400 00000000000003e9 0000000000000002
[ 1.501575] fec0: 0000000200000001 ffffffc0005c3200 000000000000000e 0000000000000007
[ 1.509387] fee0: 000000009b64c2b0 0000000000000000 0000000000000000 ffffffc0007c0008
[ 1.517199] ff00: ffffffc0007c09e0 0000000000000000 0000000000000000 00000000418bb000
[ 1.525013] ff20: 00000000418be000 ffffffc000082800 0000000000000000 ffffffc00dbbff80
[ 1.532823] ff40: ffffffc00008678c ffffffc00dbbff80
[ 1.540630] [<ffffffc00008567c>] el1_irq+0x7c/0xf4
[ 1.545319] [<ffffffc0000c24f0>] default_idle_call+0x20/0x28
[ 1.550182] [<ffffffc0000c26ac>] cpu_startup_entry+0x168/0x220
[ 1.555997] [<ffffffc00008d68c>] secondary_start_kernel+0x13c/0x148
[ 1.561637] [<00000000410827ec>] 0x410827ec
これはrootfsを指定していなかったのでリセットがかかりました。
USBを使えるようにします。
USB_DWC3_OF_SIMPLEを使えます。
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.60 (root@test1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 76e0fac93dff+r49254) ) #16 SMP PREEMPT Sun Aug 2 20:15:31 JST 2026
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Ignoring memory range 0x40000000 - 0x41000000
[ 0.000000] Machine: Qualcomm Technologies, Inc. IPQ807x/AP-HK09
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] On node 0 totalpages: 109056
[ 0.000000] DMA zone: 1704 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 109056 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 15 pages/cpu @ffffffc01ef46000 s23552 r8192 d29696 u61440
[ 0.000000] pcpu-alloc: s23552 r8192 d29696 u61440 alloc=15*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 107352
[ 0.000000] Kernel command line: console=ttyMSM0,115200 init=/init root=/dev/sda2 rw rootwait swiotlb=1 coherent_pool=2M swiotlb=1 coherent_pool=2M
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] software IO TLB [mem 0x5fe41000-0x5fe81000] (0MB) mapped at [ffffffc01ee41000-ffffffc01ee80fff]
[ 0.000000] Memory: 408868K/436224K available (5396K kernel code, 539K rwdata, 2296K rodata, 244K init, 472K bss, 27356K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc0040000 - 0xffffffbdc0800000 ( 7 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc01f000000 ( 496 MB)
[ 0.000000] .init : 0xffffffc000805000 - 0xffffffc000842000 ( 244 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000805000 ( 7700 KB)
[ 0.000000] .data : 0xffffffc000852000 - 0xffffffc0008d8c00 ( 539 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000462] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000474] pid_max: default: 32768 minimum: 301
[ 0.000569] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.000578] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.001250] EFI services will not be available.
[ 0.001277] ASID allocator initialised with 65536 entries
[ 0.050629] MSM Memory Dump base table set up
[ 0.050651] MSM Memory Dump apps data table set up
[ 0.090035] Detected VIPT I-cache on CPU1
[ 0.090080] CPU1: Booted secondary processor [410fd034]
[ 0.120019] Detected VIPT I-cache on CPU2
[ 0.120048] CPU2: Booted secondary processor [410fd034]
[ 0.150048] Detected VIPT I-cache on CPU3
[ 0.150076] CPU3: Booted secondary processor [410fd034]
[ 0.150126] Brought up 4 CPUs
[ 0.150153] SMP: Total of 4 processors activated.
[ 0.150163] CPU: All CPU(s) started at EL1
[ 0.150187] alternatives: patching kernel code
[ 0.169612] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.169642] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.169842] pinctrl core: initialized pinctrl subsystem
[ 0.170849] NET: Registered protocol family 16
[ 0.199992] cpuidle: using governor ladder
[ 0.230008] cpuidle: using governor menu
[ 0.230226] NET: Registered protocol family 42
[ 0.230373] vdso: 2 pages (1 code @ ffffffc000859000, 1 data @ ffffffc000858000)
[ 0.231277] DMA: preallocated 2048 KiB pool for atomic allocations
[ 0.231405] Read of property:soc_version_minor from node failed
[ 0.231415] CPU: IPQ8072A, SoC Version: 2.0
[ 0.231769] IPC logging disabled
[ 0.231775] IPC logging disabled
[ 0.231780] IPC logging disabled
[ 0.231784] IPC logging disabled
[ 0.231789] IPC logging disabled
[ 0.233494] gpiochip_add: registered GPIOs 0 to 69 on device: 1000000.pinctrl
[ 0.233506] GPIO chip 1000000.pinctrl: created GPIO range 0->69 ==> 1000000.pinctrl PIN 0->69
[ 0.234332] Soc version is not 1, changing clock offsets
[ 0.243425] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel !
[ 0.245812] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel !
[ 0.249159] sps:sps is ready.
[ 0.255136] spmi spmi-0: PMIC Arb Version-2 (0x20010000)
[ 0.261961] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 0.262278] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2
[ 0.301091] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/soc/dummy-regulator@0[0]'
[ 0.301308] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixed-regulator@0[0]'
[ 0.302125] SCSI subsystem initialized
[ 0.302335] usbcore: registered new interface driver usbfs
[ 0.302384] usbcore: registered new interface driver hub
[ 0.302447] usbcore: registered new device driver usb
[ 0.302490] pps_core: LinuxPPS API ver. 1 registered
[ 0.302497] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.302524] PTP clock support registered
[ 0.303966] Advanced Linux Sound Architecture Driver Initialized.
[ 0.304698] clocksource: Switched to clocksource arch_sys_counter
[ 0.307976] NET: Registered protocol family 2
[ 0.308620] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.308681] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.308777] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.308825] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.308848] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.309012] NET: Registered protocol family 1
[ 0.309054] PCI: CLS 0 bytes, default 128
[ 0.316566] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.316584] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.319659] Key type asymmetric registered
[ 0.319675] Asymmetric key parser 'x509' registered
[ 0.319707] io scheduler noop registered
[ 0.319719] io scheduler deadline registered (default)
[ 0.322037] qcom-pcie 20000000.pci: GPIO lookup for consumer perst
[ 0.322047] qcom-pcie 20000000.pci: using device tree for GPIO lookup
[ 0.322059] of_get_named_gpiod_flags: can't parse 'perst-gpios' property of node '/soc/pci@20000000[0]'
[ 0.322078] of_get_named_gpiod_flags: parsed 'perst-gpio' property of node '/soc/pci@20000000[0]' - status (0)
[ 0.322230] 20000000.pci supply vdda not found, using dummy regulator
[ 0.322275] 20000000.pci supply vdda_phy not found, using dummy regulator
[ 0.322310] 20000000.pci supply vdda_refclk not found, using dummy regulator
[ 0.323081] PCI host bridge /soc/pci@20000000 ranges:
[ 0.323106] IO 0x20200000..0x2020ffff -> 0x20200000
[ 0.323121] MEM 0x20220000..0x2fffffff -> 0x20220000
[ 0.576237] qcom-pcie 20000000.pci: link up
[ 0.576387] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
[ 0.576401] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.576415] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x20200000-0x2020ffff])
[ 0.576425] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[ 0.576459] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400
[ 0.576491] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.576545] pci 0000:00:00.0: PME# supported from
[ 0.576744] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.576920] pci 0000:01:00.0: [17cb:0306] type 00 class 0xff0000
[ 0.577066] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.577126] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 0.577483] pci 0000:01:00.0: PME# supported from
[ 0.577697] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.577734] pci 0000:00:00.0: BAR 8: assigned [mem 0x20300000-0x204fffff]
[ 0.577750] pci 0000:00:00.0: BAR 9: assigned [mem 0x20500000-0x206fffff 64bit pref]
[ 0.577764] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff 64bit]
[ 0.577780] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 0.577796] pci 0000:01:00.0: BAR 0: assigned [mem 0x20300000-0x20300fff 64bit]
[ 0.577848] pci 0000:01:00.0: BAR 2: assigned [mem 0x20301000-0x20301fff 64bit]
[ 0.577897] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.577907] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 0.577919] pci 0000:00:00.0: bridge window [mem 0x20300000-0x204fffff]
[ 0.577930] pci 0000:00:00.0: bridge window [mem 0x20500000-0x206fffff 64bit pref]
[ 0.578415] [E][of_register_mhi_controller] mhi coherent pool is not reserved
[ 0.578537] mhi 0000:01:00.0: BAR 0: assigned [mem 0x20300000-0x20300fff 64bit]
[ 0.578606] mhi 0000:01:00.0: enabling device (0000 -> 0002)
[ 0.579616] PCIe: RC0 enabled during bootup
[ 0.584044] msm_rpm_log_probe: OK
[ 0.584381] msm-dcc b3000.dcc: DCC XPU is not specified
[ 0.584629] msm-dcc b3000.dcc: jiffies_64: 0xffff8b09, cntvct_64: 0xe67fe78
[ 0.584641] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff80005f2004)
[ 0.584652] msm-dcc b3000.dcc: gcnt_lo: 0x0e68004d(0xffffff80005f2000)
[ 0.585309] TZ SMMU State: SMMU Stage2 Enabled
[ 0.585367] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set
[ 0.586925] msm_serial 78b3000.serial: msm_serial: detected port #0
[ 0.586969] msm_serial 78b3000.serial: uartclk = 3686400
[ 0.587007] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 78, base_baud = 230400) is a MSM
[ 0.587027] msm_serial: console setup on port #0
[ 0.892539] rmnet_ctl driver probed
[ 1.422021] console [ttyMSM0] enabled
[ 1.425570] msm_serial 78b1000.serial: msm_serial: detected port #1
[ 1.429064] msm_serial 78b1000.serial: uartclk = 19200000
[ 1.435148] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 79, base_baud = 1200000) is a MSM
[ 1.441109] msm_serial: driver initialized
[ 1.449547] msm_serial_hsl_init: driver initialized
[ 1.461778] brd: module loaded
[ 1.466057] loop: module loaded
[ 1.466879] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.469485] m25p80 spi32766.0: found gd25lq32, expected n25q128a11
[ 1.475326] m25p80 spi32766.0: gd25lq32 (4096 Kbytes)
[ 1.481326] 11 ofpart partitions found on MTD device spi32766.0
[ 1.486419] Creating 11 MTD partitions on "spi32766.0":
[ 1.492134] 0x000000000000-0x000000040000 : "0:SBL1"
[ 1.498013] 0x000000040000-0x000000050000 : "0:MIBIB"
[ 1.503124] 0x000000050000-0x0000001b0000 : "0:QSEE"
[ 1.508111] 0x0000001b0000-0x0000001c0000 : "0:DEVCFG"
[ 1.513123] 0x0000001c0000-0x0000001e0000 : "0:RPM"
[ 1.518091] 0x0000001e0000-0x0000001f0000 : "0:CDT"
[ 1.522872] 0x0000001f0000-0x000000200000 : "0:APPSBLENV"
[ 1.527736] 0x000000200000-0x0000002a0000 : "0:APPSBL"
[ 1.533273] 0x0000002a0000-0x0000002e0000 : "0:ART"
[ 1.538319] 0x0000002e0000-0x0000002f0000 : "0:OEM"
[ 1.543065] 0x0000002f0000-0x000000310000 : "0:CRASH"
[ 1.548946] libphy: Fixed MDIO Bus: probed
[ 1.553101] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[0]' - status (0)
[ 1.773174] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[1]' - status (0)
[ 1.993230] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[2]' - status (0)
[ 2.213384] libphy: qca_mdio: probed
[ 2.214095] qca-mdio 90000.mdio: qca-mdio driver was registered
[ 2.216225] cnss: INFO: IPC Logging is disabled!
[ 2.221917] Skip QCA8074V1 in V2 platform
[ 2.226795] cnss[2]: INFO: Platform driver probed successfully. plat ffffffc01ab48018 tgt 0xfffe
[ 2.232181] dwc3-of-simple 8af8800.usb3: unable to get dbm device
[ 2.241093] msm-usb-ssphy-qmp 58000.ssphy: Initializing QMP phy
[ 2.254791] msm-usb-ssphy-qmp 58000.ssphy: QMP PHY initialization timeout
[ 2.254820] msm-usb-ssphy-qmp 58000.ssphy: USB3_PHY_PCS_STATUS:68686868
[ 2.461446] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.461487] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.466000] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010
[ 2.473415] xhci-hcd xhci-hcd.0.auto: irq 189, io mem 0x08c00000
[ 2.482592] hub 1-0:1.0: USB hub found
[ 2.488335] hub 1-0:1.0: 1 port detected
[ 2.492116] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.495958] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.501288] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.509247] hub 2-0:1.0: USB hub found
[ 2.517146] hub 2-0:1.0: 1 port detected
[ 2.520990] usbcore: registered new interface driver uas
[ 2.524857] usbcore: registered new interface driver usb-storage
[ 2.530056] i2c /dev entries driver
[ 2.545383] sdhci: Secure Digital Host Controller Interface driver
[ 2.545412] sdhci: Copyright(c) Pierre Ossman
[ 2.550453] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.555818]
[ 2.555818] Version Rollback Feature Disabled
[ 2.561118] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000008b04000
[ 2.566278] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000008b04000
[ 2.583530] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000008b04000
[ 2.599428] sps:BAM 0x0000000008b04000 is registered.<6>[ 2.608398] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 2.612292] SPMI VADC - Min ch: 0 Max ch: 15
[ 2.619980] of_graph_get_next_endpoint(): no port node found in /soc/csr@6001000
[ 2.622418] coresight-csr 6001000.csr: CSR initialized
[ 2.629881] of_graph_get_next_endpoint(): no port node found in /soc/cti@6010000
[ 2.634835] of_graph_get_next_endpoint(): no port node found in /soc/cti@6011000
[ 2.642356] of_graph_get_next_endpoint(): no port node found in /soc/cti@6012000
[ 2.649745] of_graph_get_next_endpoint(): no port node found in /soc/cti@6013000
[ 2.657134] of_graph_get_next_endpoint(): no port node found in /soc/cti@6014000
[ 2.664489] of_graph_get_next_endpoint(): no port node found in /soc/cti@6015000
[ 2.671888] of_graph_get_next_endpoint(): no port node found in /soc/cti@6016000
[ 2.679263] of_graph_get_next_endpoint(): no port node found in /soc/cti@6017000
[ 2.686648] of_graph_get_next_endpoint(): no port node found in /soc/cti@6018000
[ 2.694009] of_graph_get_next_endpoint(): no port node found in /soc/cti@6019000
[ 2.701398] of_graph_get_next_endpoint(): no port node found in /soc/cti@601a000
[ 2.708779] of_graph_get_next_endpoint(): no port node found in /soc/cti@601b000
[ 2.716153] of_graph_get_next_endpoint(): no port node found in /soc/cti@601c000
[ 2.723524] of_graph_get_next_endpoint(): no port node found in /soc/cti@601d000
[ 2.730922] of_graph_get_next_endpoint(): no port node found in /soc/cti@601e000
[ 2.738301] of_graph_get_next_endpoint(): no port node found in /soc/cti@601f000
[ 2.745675] of_graph_get_next_endpoint(): no port node found in /soc/cti@6198000
[ 2.753039] of_graph_get_next_endpoint(): no port node found in /soc/cti@6199000
[ 2.760442] of_graph_get_next_endpoint(): no port node found in /soc/cti@619a000
[ 2.767821] of_graph_get_next_endpoint(): no port node found in /soc/cti@619b000
[ 2.775208] of_graph_get_next_endpoint(): no port node found in /soc/cti@610c000
[ 2.782731] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000
[ 2.789798] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000
[ 2.806889] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000
[ 2.822775] sps:BAM 0x0000000006044000 is registered.<6>[ 2.830589] coresight-tmc 6028000.tmc: TMC initialized
[ 2.835285] coresight-tmc 6027000.tmc: TMC initialized
[ 2.840384] coresight-funnel 6021000.funnel: FUNNEL initialized
[ 2.845423] coresight-funnel 6100000.funnel: FUNNEL initialized
[ 2.851221] coresight-funnel 6120000.funnel: FUNNEL initialized
[ 2.857145] coresight-funnel 6130000.funnel: FUNNEL initialized
[ 2.863043] coresight-funnel 61a1000.funnel: FUNNEL initialized
[ 2.869478] coresight-etm4x 619c000.etm: ETM 4.0 initialized
[ 2.875104] coresight-etm4x 619d000.etm: ETM 4.0 initialized
[ 2.880974] coresight-etm4x 619e000.etm: ETM 4.0 initialized
[ 2.886656] coresight-etm4x 619f000.etm: ETM 4.0 initialized
[ 2.892046] coresight-replicator-qcom 6026000.replicator: REPLICATOR 1.0 initialized
[ 2.897806] coresight-stm 6002000.stm: STM initialized
[ 2.906429] of_graph_get_next_endpoint(): no port node found in /soc/hwevent@6101000
[ 2.910193] coresight-hwevent 6101000.hwevent: Hardware Event driver initialized
[ 2.921450] NET: Registered protocol family 10
[ 2.926233] NET: Registered protocol family 17
[ 2.929655] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 2.934089] Bridge firewalling registered
[ 2.946830] 8021q: 802.1Q VLAN Support v1.8
[ 3.324345] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 3.324617] pmd9655_s3: supplied by e-smps1-reg
[ 3.330648] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[ 3.334998] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[ 3.341567] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[ 3.349251] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[ 3.356754] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[ 3.365884] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV
[ 3.372822] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 816000 uV
[ 3.382816] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 880000 uV
[ 3.392624] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 976000 uV
[ 3.402490] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 668, quot_offset[ 7]= 0
[ 3.412246] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 882, quot_offset[ 7]= 210
[ 3.423138] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]= 991, quot_offset[ 7]= 105
[ 3.434033] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1166, quot_offset[ 7]= 175
[ 3.445095] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[ 3.456453] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2
[ 3.462782] pmd9655_s4: supplied by e-smps1-reg
[ 3.469917] cpr3_mem_acc_init: npu: not using memory accelerator regulator
[ 3.474206] npu_corner: fused NOM: open-loop= 800000 uV
[ 3.481159] npu_corner: fused TURBO: open-loop= 872000 uV
[ 3.487010] npu_corner: fused NOM: open-loop= 800000 uV
[ 3.492604] npu_corner: fused TURBO: open-loop= 872000 uV
[ 3.498280] npu_corner: Normal and Cold condition init done. Default to normal.
[ 3.505950] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy
[ 3.520529] msm-usb-ssphy-qmp 78000.ssphy: QMP PHY initialization timeout
[ 3.520558] msm-usb-ssphy-qmp 78000.ssphy: USB3_PHY_PCS_STATUS:68686868
[ 3.726486] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.726525] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 3.731037] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010
[ 3.738466] xhci-hcd xhci-hcd.1.auto: irq 190, io mem 0x08a00000
[ 3.747622] hub 3-0:1.0: USB hub found
[ 3.753357] hub 3-0:1.0: 1 port detected
[ 3.757177] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.760984] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 3.766361] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.774274] hub 4-0:1.0: USB hub found
[ 3.782186] hub 4-0:1.0: 1 port detected
[ 3.786523] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 800000 KHz
[ 3.789940] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1017600 KHz
[ 3.797764] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 3.805935] hctosys: unable to open rtc device (rtc0)
[ 3.817238] pmd9655_ldo11: disabling
[ 3.817670] ALSA device list:
[ 3.820516] No soundcards found.
[ 3.823667] Waiting for root device /dev/sda2...
[ 4.074701] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 4.355762] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 4.355877] scsi host0: usb-storage 3-1:1.0
[ 4.361717] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 4.365848] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 6.184946] scsi 0:0:0:0: Direct-Access Generic Storage Device 0.00 PQ: 0 ANSI: 2
[ 6.186136] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 6.192547] sd 0:0:0:0: [sda] 7829504 512-byte logical blocks: (4.01 GB/3.73 GiB)
[ 6.198591] sd 0:0:0:0: [sda] Write Protect is off
[ 6.205822] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[ 6.205953] sd 0:0:0:0: [sda] No Caching mode page found
[ 6.210493] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 6.217842] sda: sda1 sda2
[ 6.222724] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.245681] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
[ 6.432474] EXT4-fs (sda2): recovery complete
[ 6.436859] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.436912] VFS: Mounted root (ext4 filesystem) on device 8:2.
[ 6.443420] Freeing unused kernel memory: 244K (ffffffc000805000 - ffffffc000842000)
[ 6.449247] Freeing alternatives memory: 44K (ffffffc000842000 - ffffffc00084d000)
[ 6.620833] init: Console is alive
[ 6.620959] init: - watchdog -
[ 7.045281] Button Hotplug driver version 0.4.1
[ 7.050278] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 7.050548] ohci-platform: OHCI generic platform driver
[ 7.056578] ohci-pci: OHCI PCI platform driver
[ 7.623634] init: - preinit -
[ 9.699048] procd: - early -
[ 9.699117] procd: - watchdog -
[ 10.323196] procd: - ubus -
[ 11.324804] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.324936] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.332661] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.341666] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.350544] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.359510] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.368447] random: ubusd: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
[ 11.377462] procd: - init -
[ 11.687519] NET: Registered protocol family 38
[ 11.698350] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 11.702435] Initializing XFRM netlink socket
[ 11.702869] NET: Registered protocol family 15
[ 11.844827] ssdk_switch_device_num_init[1160]:INFO:ess-switch dts node number: 1
[ 11.844900] ssdk_dt_get_switch_node[971]:INFO:ess-switch DT exist!
[ 11.851285] ssdk_dt_parse_access_mode[857]:INFO:switch_access_mode: local bus
[ 11.857283] ssdk_dt_parse_access_mode[870]:INFO:switchreg_base_addr: 0x3a000000
[ 11.864476] ssdk_dt_parse_access_mode[871]:INFO:switchreg_size: 0x1000000
[ 11.871598] ssdk_dt_parse_mac_mode[296]:INFO:mac mode = 0x0
[ 11.878540] ssdk_dt_parse_mac_mode[305]:INFO:mac mode1 = 0xf
[ 11.883919] ssdk_dt_parse_mac_mode[314]:INFO:mac mode2 = 0xf
[ 11.889839] ssdk_dt_parse_phy_info[660]:INFO:[PORT 5] port_mac_sel = QGMAC_PORT
[ 11.895473] ssdk_dt_parse_phy_info[660]:INFO:[PORT 6] port_mac_sel = QGMAC_PORT
[ 11.902510] ssdk_dt_parse_uniphy[333]:INFO:ess-uniphy DT exist!
[ 11.909881] ssdk_dt_parse_intf_mac[802]:INFO:dp1 MAC 00:03:7f:ba:db:ad
[ 11.915806] ssdk_plat_init start
[ 11.997174] ssdk_gcc_clock_init[1033]:INFO:SSDK gcc clock init successfully!
[ 11.997343] ssdk_probe[2025]:INFO:ess_rst doesn't exist!
[ 12.004234] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 12.004519] HPPE initializing...
[ 12.004645] ssdk_phy_driver_init[328]:INFO:dev_id = 0, phy_adress = 2, phy_id = 0xffffffff phytype doesn't match
[ 12.004674] ssdk_phy_driver_init[328]:INFO:dev_id = 0, phy_adress = 3, phy_id = 0xffffffff phytype doesn't match
[ 12.004725] ssdk_phy_driver_init[328]:INFO:dev_id = 0, phy_adress = 24, phy_id = 0xffffffff phytype doesn't match
[ 12.004754] ssdk_phy_driver_init[328]:INFO:dev_id = 0, phy_adress = 28, phy_id = 0xffffffff phytype doesn't match
[ 12.004758] malibu_phy_api_ops_init[2848]:INFO:qca probe malibu phy driver succeeded!
[ 12.006307] regi_init[3568]:INFO:Initializing HPPE!!
[ 12.224697] ssdk_ppe_reset_init[1265]:INFO:ppe reset successfully!
[ 12.227775] qca_hppe_tdm_hw_init[684]:INFO:tdm setup num=96
[ 12.230040] qca_hppe_portctrl_hw_init[110]:INFO:Hawkeye PPE port initializing
[ 14.711752] ssdk_switch_register[1719]:INFO:Chip version 0x1500
[ 14.711785] qca_link_polling_select[1315]:INFO:link-polling-required node does not exist
[ 14.716473] ssdk_switch_register[1745]:INFO:polling is selected
[ 14.724803] regi_init[3572]:INFO:Initializing HPPE Done!!
[ 14.730502] regi_init[3632]:INFO:qca-ssdk module init succeeded!
[ 14.741265] tun: Universal TUN/TAP device driver, 1.6
[ 14.742070] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 14.752240] EDMA ver 1 hw init
[ 14.753314] EDMA HW Reset completed succesfully
[ 14.756228] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[ 14.760558] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 14.767372] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 14.767638] GMAC2(ffffffc019bee880) Invalid MAC@ - using 76:88:74:27:c4:06
[ 14.768662] GMAC3(ffffffc01987a880) Invalid MAC@ - using 92:ec:95:f3:24:d0
[ 14.768795] libphy: PHY 90000.mdio:02 not found
[ 14.768819] nss-dp: probe of 3a001400.dp3 failed with error -14
[ 14.768851] GMAC4(ffffffc01987a880) Invalid MAC@ - using da:7d:c7:c7:c5:12
[ 14.768890] libphy: PHY 90000.mdio:03 not found
[ 14.768896] nss-dp: probe of 3a001600.dp4 failed with error -14
[ 14.768922] GMAC5(ffffffc01987a880) Invalid MAC@ - using 2e:6c:c1:49:f6:35
[ 14.768954] libphy: PHY 90000.mdio:18 not found
[ 14.768962] nss-dp: probe of 3a001800.dp5 failed with error -14
[ 14.768987] GMAC6(ffffffc01987a880) Invalid MAC@ - using ce:b6:67:4f:25:31
[ 14.769019] libphy: PHY 90000.mdio:1c not found
[ 14.769026] nss-dp: probe of 3a001a00.dp6 failed with error -14
[ 14.769136] **********************************************************
[ 14.769136] * NSS Data Plane driver
[ 14.769137] **********************************************************
[ 14.835755] l2tp_core: L2TP core driver, V2.0
[ 14.836092] l2tp_netlink: L2TP netlink interface
[ 14.874804] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 14.952388] nss_driver - fw of size 779896 bytes copied to load addr: 40000000, nss_id : 0
[ 14.954264] Supported Frequencies -
[ 14.959578] 748.8 MHz 1.4976 GHz
[ 14.965521] 1.6896 GHz <1>[ 14.966559]
[ 14.968923] ffffffbffc540b80: set sdma ffffffc01a3d4e00
[ 14.970465] ffffffbffc540b80: meminfo init succeed
[ 14.979196] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 15.006528] node size 2 # items 4
[ 15.006549] memory: 40000000 536870912 (avl 433659904) items 4 active_cores 2
[ 15.008832] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[ 15.015949] ffffffbffc540b80: nss core 0 booted successfully
[ 15.016023] nss_driver - fw of size 291644 bytes copied to load addr: 40800000, nss_id : 1
[ 15.016881] Supported Frequencies -
[ 15.016882] 748.8 MHz
[ 15.016883] 1.4976 GHz
[ 15.016883] 1.6896 GHz
[ 15.016884]
[ 15.016986] ffffffbffc547b00: set sdma ffffffc0193a7000
[ 15.017053] ffffffbffc547b00: meminfo init succeed
[ 15.037329] sit: IPv6 over IPv4 tunneling driver
[ 15.059087] node size 2 # items 4
[ 15.063680] memory: 40000000 536870912 (avl 433659904) items 4 active_cores 2
[ 15.065070] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded.
[ 15.067790] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 15.081838] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[ 15.088212] ffffffbffc547b00: nss core 1 booted successfully
[ 15.095658] gre: GRE over IPv4 demultiplexor driver
[ 15.101709] ip_gre: GRE over IPv4 tunneling driver
[ 15.108399] ip6_gre: GRE over IPv6 tunneling driver
[ 15.116403] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 15.122940] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 15.128043] rmnet_nss_init(): initializing rmnet_nss
[ 15.135324] nf_conntrack version 0.5.0 (3196 buckets, 12784 max)
[ 15.139329] openvswitch: Open vSwitch switching datapath
[ 15.153097] PPP generic driver version 2.4.2
[ 15.178598] NET: Registered protocol family 24
[ 15.181061] PPTP driver version 0.8.5
[ 15.186935] nss_wifi_meshmgr_init_module[1993]:Module Build Id: 08/02/26, 20:12:04 loaded
[ 15.191385] diag: IPC Logging disabled
[ 15.194431] TRACK: P[0] PMask[4]
[ 15.197766] TRACK: P[1] PMask[4]
[ 15.201107] TRACK: P[2] PMask[4]
[ 15.204435] TRACK: P[3] PMask[4]
[ 15.207607] nik 4097 info->svc_id
[ 15.253316] <NSS-CRYPTO>:module loaded Build_ID - 08/02/26, 20:11:11 SoC=ipq807x_64
[ 15.258677] nss-macsec0 DT exist!
[ 15.259830] nss-macsec1 DT exist!
[ 15.261976] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 15.266676] cannot find nss-macsec2 node
[ 15.272959] nss_macsec init success
[ 15.297729] u32 classifier
[ 15.297747] input device check on
[ 15.299317] Actions configured
[ 15.303514] Mirror/redirect action on
[ 15.316461] fuse init (API version 7.23)
[ 15.338317] arp_tables: (C) 2002 David S. Miller
[ 15.340081] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 15.344295] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 15.348686] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 15.365870] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 15.419191] nf_conntrack_rtsp v0.6.21 loading
[ 15.517471] nf_nat_rtsp v0.6.21 loading
[ 15.519714] PPP MPPE Compression module registered
[ 15.532349] xt_time: kernel timezone is -0000
[ 16.534634] random: nonblocking pool is initialized
[ 17.039788] ECM init
[ 17.039839] ECM database jhash random seed: 0x110a9750
[ 17.095000] ECM init complete
[ 17.104495] ECM OVS Test INIT
[ 17.384742] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 17.449617] device eth1 entered promiscuous mode
[ 17.450232] br-lan: port 1(eth1) entered forwarding state
[ 17.453345] br-lan: port 1(eth1) entered forwarding state
[ 17.466022] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.558723] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss
[ 18.074305] sh (1256): drop_caches: 3
[ 18.444779] br-lan: port 1(eth1) entered disabled state
[ 27.569768] usb 1-1: USB disconnect, device number 2
[/DEVICES]
permanent link