UEFI: TC2: Shell cannot write to SD card when booting from A7 core
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro UEFI |
Confirmed
|
Medium
|
Ryan Harkin |
Bug Description
I configured my TC2 to boot from the A7 cluster, rather than the A15 cluster.
board.txt:
SCC: 0x700 0x1032F003 ;booting from the A7 cluster
ArmPlatformPkg/
gArmTokenSpaceG
gArmTokenSpaceG
Then rebuilt the code.
TC2 fails when trying to create a directory:
2.0 Shell> mkdir fs0:\test3
MciWriteBlockDa
ASSERT /linaro/
If I use a directory created previously when booted from the A15 core, creating a file also fails:
2.0 Shell> edit fs0:\test\test.txt
MciWriteBlockDa
ASSERT /linaro/
This works fine when booting with the A15 cluster.
Changed in linaro-landing-team-arm: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ryan Harkin (ryanharkin) |
Changed in linaro-uefi: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ryan Harkin (ryanharkin) |
milestone: | 13.05 → none |
milestone: | none → 13.05 |
Changed in linaro-landing-team-arm: | |
milestone: | none → 2013.05 |
Changed in linaro-uefi: | |
milestone: | 13.05 → 13.06 |
Changed in linaro-uefi: | |
milestone: | 13.06 → 13.07 |
Changed in linaro-uefi: | |
milestone: | 13.07 → none |
Changed in linaro-landing-team-arm: | |
milestone: | 2013.05 → none |
I also tried this with an A15x2 RTSM, and it also failed:
2.0 Shell> mkdir fs0:\test ta(): Data End timeout Number of words written 0x80 ta(): Data End timeout Number of words written 0x80 ta(): Data End timeout Number of words written 0x80
MciWriteBlockDa
MciWriteBlockDa
MciWriteBlockDa
Directory 'fs0:\test' unable to create.