Giter Club home page Giter Club logo

Comments (5)

bztsrc avatar bztsrc commented on July 27, 2024

Okay, first thing first, which tutorial are you talking about?

If I understand right, the UART1 tutorials (1-4) were okay, and there was at least one (or more?) with UART0 (>4) that worked?
Also, what kind of terminal emulator are you using? Is it minicom? Have you specified it's arguments correctly (device file exists, accessible and set to 115200,8n1)?
Finally which commit are you using? There was a copy'n'paste bug that used UART1's bin mapping for UART0 too (obviously not good, requires alt0 instead of alt5, fixed 3 days ago). Use the latest version to be sure.

from raspi3-tutorial.

btauro avatar btauro commented on July 27, 2024

Hey,
1] All tutorials before 0F_executionlevel have worked.
2]It is minicom terminal emulator
3] Yes it is set to 115200,8n1
4]I am using the recent commit
Strangely running on qemu does give me the output but not on my raspberry pi 3

from raspi3-tutorial.

bztsrc avatar bztsrc commented on July 27, 2024

Thank you for the feedback, I'll look into that!

I can confirm. I've also checked my original source, which works perfectly. I'll have to figure out what copy'n'paste bug have I done this time; shouldn't take long.

from raspi3-tutorial.

bztsrc avatar bztsrc commented on July 27, 2024

Hi btauro,

Bad news, I'm afraid. It turned out that my first test failed because of a sync error. I've compared the code in the tutorial with my original code, and there was only one difference, setting the virtual mpidr register. I've tested with and without it, both worked.
Since I'm unable to reproduce your error, I'm not sure what the problem could be. I've attached a screenshot, first I've tried my original code, then the tutorial with vmpidr code, then the unmodified tutorial. Finally I've tested the unmodified tutorial again, just to be sure.

Cheers,
bzt
minicom

from raspi3-tutorial.

btauro avatar btauro commented on July 27, 2024

Could you please tell me what could cause no display in raspberry pi3 .i guess start.S may be causing the problem

This is my config.txt
arm_control=0x200
kernel_old=1
disable_commandline_tags=1

My qemu Output

screenshot from 2018-01-19 13-19-52

Unfortunately not working on Raspberry Pi3 for some reason

Do i require any additional files on my sd card.These are the files on my SD card
bootcode.bin
config.txt
start.elf
kernel8.img
fixup.dat

Minicom (No Output)

screenshot from 2018-01-19 13-24-03

from raspi3-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.