Giter Club home page Giter Club logo

Comments (3)

bztsrc avatar bztsrc commented on July 27, 2024

You are telling qemu to directly load the kernel with the "-kernel" command line option (and not "-bios"). As you haven't specified FAT32 storage with "-drive" at all, it is not used. See the README.md for details.
https://github.com/bztsrc/raspi3-tutorial#emulation

It is absolutely normal to have a blank screen, only the 09_framebuffer and 0A_pcscreenfont displays something. All the other tutorials writes to the serial line, either to UART0 or UART1. Therefore you have to tell qemu to display the serial output on your terminal with "-serial stdio" otherwise you see nothing.

from raspi3-tutorial.

xubenji avatar xubenji commented on July 27, 2024

In 03_uart1, I emulate the os in qemu with this insturction: qemu-system-aarch64 -M raspi3 -kernel kernel8.img -serial stdio
I added -serial stdio, but I still can't see anything in qemu.

from raspi3-tutorial.

bztsrc avatar bztsrc commented on July 27, 2024

Try running make run. There's a correct qemu invocation in all Makefile. For 03_uart1, that is

qemu-system-aarch64 -M raspi3 -kernel kernel8.img -serial null -serial stdio

Cheers,
bzt

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.