Replies: 18 comments 2 replies
-
Hi @kangjiamu! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How do you modify |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Can you take a screenshot of the root directory? And , Does the terminal have any output of bootcode logs? |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I can't see any output in serial console. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Still can not work ... |
Beta Was this translation helpful? Give feedback.
-
Could you please provide more details on how you operated it? |
Beta Was this translation helpful? Give feedback.
-
I'm going to try this also. I'll let you know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm facing the same issue. Is there any update on this? |
Beta Was this translation helpful? Give feedback.
-
I used raspberry imager to format SD card and followed the steps from doc. |
Beta Was this translation helpful? Give feedback.
-
Actually, Even I am facing the same issue. I am not getting any output in serial console after following the steps too. I also want to add that my zephyr.bin file is just 101Kb. Like it is the OS that we are trying to flash. Can this be in a small size? Am i missing out something? Before that i formatted my disk using raspberry pi imager for preparing TF card with MBR. Then i copied my zephyr.bin file from hello world build directory. Can someone help me regarding that. If possible, can anyone show your TF card file and its sizes for reference? |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this issue? I am also facing same problem. |
Beta Was this translation helpful? Give feedback.
-
OK,I will test this weekend
THK ***@***.***> 于2024年7月9日周二 22:08写道:
…
1. Format the SD Card using Raspberry Pi Imager as FAT32
2. Copy the following 5 files to root directory on SD Card
- bcm2711-rpi-4-b.dtb
- bootcode.bin
- start4.elf
- config.txt
- zephyrproject/zephyr/samples/hello_world/build/zephyr/zephyr.bin
3. Connect Raspberry Pi 4B to laptop using the USB to TTL adapter
4. Run Putty(Windows) to check serial outputs
But no output on Putty
—
Reply to this email directly, view it on GitHub
<#65262 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDYHUT2BOQMCQIBMPWBNH3ZLPVGHAVCNFSM6AAAAABCT7H6CCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSOJZGA4TK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I followed your instruction https://docs.zephyrproject.org/latest/boards/arm64/rpi_4b/doc/index.html to use Zephyr on Rasberry Pi 4 Model B, but I didn't see any output on the serial console (GPIO 14/15).
To Reproduce
bcm2711-rpi-4-b.dtb
bootcode.bin
start4.elf
Expected behavior
I should see the following output on the serial console (GPIO 14/15):
Impact
I need to use rtest on Zephyr on Rasberry Pi 4B, but the Zephyr didn't have any output, so I couldn't finish my task .
Logs and console output
no output.
Environment (please complete the following information):
Additional context
The baud rate and serial settings (usually 115200 8N1) configured for Zephyr OS on the Raspberry Pi.
Beta Was this translation helpful? Give feedback.
All reactions