We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述 系统烧录到tf卡和emmc都是一样的问题,试过Armbian_24.8.0_rockchip_smart-am40_bookworm_6.1.98_server_2024.07.15.img也是一样的问题 详细的log文件在附件,或者从这查看:https://github.com/pch666777/otherfs/tree/main/am40 putty.log
从0行到1070行为reboot命令关机过程 从1071行到1188行,为reboot的上电过程, 在Starting kernel ...卡死 从1190行到最后,为手动关闭电源开关,重新上电后正常启动到登录的过程
对比了不同点: reboot过程: DDR Version 1.24 20191016 In soft reset SRX ...省略N行... ChipType = 0x10, 426 ...省略N行... StorageInit ok = 78103 ...省略N行... Reset cause: RST ...省略N行... 正常上电过程: In ...省略N行... ChipType = 0x10, 336 ...省略N行... StorageInit ok = 99713 ...省略N行... Reset cause: POR ...省略N行...
The text was updated successfully, but these errors were encountered:
补充一下,问题通常发生在登录后,启动时间大于5分钟以上。如果正常启动后立即使用reboot命令是有很大概率可以启动的。
Sorry, something went wrong.
No branches or pull requests
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
系统烧录到tf卡和emmc都是一样的问题,试过Armbian_24.8.0_rockchip_smart-am40_bookworm_6.1.98_server_2024.07.15.img也是一样的问题
详细的log文件在附件,或者从这查看:https://github.com/pch666777/otherfs/tree/main/am40
putty.log
从0行到1070行为reboot命令关机过程
从1071行到1188行,为reboot的上电过程,
在Starting kernel ...卡死
从1190行到最后,为手动关闭电源开关,重新上电后正常启动到登录的过程
对比了不同点:
reboot过程:
DDR Version 1.24 20191016
In
soft reset
SRX
...省略N行...
ChipType = 0x10, 426
...省略N行...
StorageInit ok = 78103
...省略N行...
Reset cause: RST
...省略N行...
正常上电过程:
In
...省略N行...
ChipType = 0x10, 336
...省略N行...
StorageInit ok = 99713
...省略N行...
Reset cause: POR
...省略N行...
The text was updated successfully, but these errors were encountered: