ILD

IPQ5018 QSDK spf 11.5 编译
2023-1-3
qsdk分成两部分代码,开源的部分在codeaurora,私有部分在高通chipcode。目前SPF支持IPQ8074/6018/8064/4019/5018系列芯片。1 下载chip code需要有chip code的下载权限。https://chipcode.qti.qualcomm.com。进

ipq5018 uboot go失败的问题
2022-5-29
上传一个bare metal 二进制,使用go跳转执行,出现prefetch abort。日志如下:IPQ5018# tftpboot led.binIPQ5018# go 44000000## Starting application at 0x44000000 ...prefetch abort

ipq5018 bare metal 实现led灯闪烁
2022-5-20
写一个bare metal程序,使用uboot go执行:start.S .text .global _start_start: b mainloop: b loopled.cstruct ipq_timer_platdata { unsigned int gcnt_cntc

ipq5018内核起不来问题调试过程
2022-5-21
最近在移植最新的longterm内核5.15到ipq5018平台。改动是参考QSDK官方内核仓库:https://git.codelinaro.org/clo/qsdk/oss/kernel/linux-ipq-5.4.git分支是origin/NHSS.QSDK.12.1.r3。移植好后,创建一个

ipq5018路由器支持
2022-6-13
Qualcomm Innovation Center维护的仓库已经从codeaurora迁移到codelinaro。2022年3月31日起codeaurora不接受任何更新,且将在2023年3月31日删除。https://git.codelinaro.org/explore/ 1 QSDK版本下载1

ipq5018 toolchain编译出的可执行程序出现illegal instruction的问题
2022-6-6
使用crosstool-ng编译的toolchain,开启了vfp:CT_ARCH_FPU="neon-vfpv4"CT_ARCH_FLOAT="hard"编译进入rootfs后,概率性出现illegal instruction,也不知道是啥指令。今天在使用bare metal的时候,也出现了ill

ipq5018移植后reboot最后阶段卡住不能重启问题
2022-5-29
执行reboot后,卡在reboot: Restarting system/ # rebootThe system is going down NOW!Sent SIGTERM to all processesSent SIGKILL to all processesRequesting syste

ipq5018使用soft fp后,仍然出现illegal instruction
2022-6-2
进入rootfs后,执行top命令,一段时间后,仍然出现Illegal instruction。于是开启core dump:# ulimit -c unlimited# echo "/tmp/core-%e-%s-%u-%g-%p-%t" > /proc/sys/kernel/core_patter

initramfs解压出现corrupt分析
2022-6-8
initramfs开启xz压缩。在启动过程中出现下列日志:[ 2.510114] Initramfs unpacking failed: XZ-compressed data is corrupt可以启动到rootfs,但是rootfs中的/web/wifi.htm损坏。md5 checksu

IPQ5018 qsdk 12.1 open (ath11k) 版本编译
2022-7-18
qsdk提供两种软件,私有的和开源的。私有的使用不开源的wifi驱动。开源的(open)使用ath11k驱动。各个路由器厂商使用私有的sdk。openwrt一般使用开源的wifi驱动。下载的qsdk 12.1 r3,手册里面没有提,以为是不支持open (ath11k)的,以为是ath11.4才支持

Copyright © linuxdev.cc 2017-2024. Some Rights Reserved.