Git Product home page Git Product logo

Comments (15)

huskeyw avatar huskeyw commented on July 29, 2024 1

from pigfx.

CGizmos avatar CGizmos commented on July 29, 2024

It works for me. Have you tried different SD cards? Do you have all of the files (not just the one) in the root on the card?

from pigfx.

huskeyw avatar huskeyw commented on July 29, 2024

from pigfx.

CGizmos avatar CGizmos commented on July 29, 2024

Mine boots without the keyboard.

The files on the card:
bootcode.bin
config.txt
kernel.img
start.elf

I happen to be using an early model Pi because I didn't have any use for this particular board.

from pigfx.

huskeyw avatar huskeyw commented on July 29, 2024

from pigfx.

huskeyw avatar huskeyw commented on July 29, 2024

ok I got it working, incase someone else has the same problem..
so while the microSD works for linux.. this did not like it.. and not it.. in particular.. I removed all partitions and made a 1gig partition only.. formatted as fat (not fat 32 but fat) and now it boots and works

https://www.dropbox.com/s/kuufatufvrmozcc/20190222_132451.mp4?dl=0
https://www.dropbox.com/s/lxpfhm6gyavaxz8/20190222_132836.mp4?dl=0
https://www.dropbox.com/s/6xnb34w8r8ytfi3/20190222_134045.mp4?dl=0

from pigfx.

bkg2018 avatar bkg2018 commented on July 29, 2024

Sorry to be late on this issue I'm quite busy on this year's beginning.
The PiZero will boot with or without a USB keyboard. If you want to use one you must boot with the keyboard already attached: it won't hot plug. I use my PiZero board without keyboard, via a
serial/FTDI cable on the Serial board. On the PiZero board, the RX jumper is on the right (FTDI) side and the TX jumper on the left (PI) side, so I receive datas from my terminal program on my Mac, while the Pi also can send its keyboard input.
About the microSD, I just checked and I use a 32GB formatted as FAT16 with one 1GB partition just like you do, although I don't really remember how/when/why I did this. I'll update the README for this.

from pigfx.

huskeyw avatar huskeyw commented on July 29, 2024

so new issue, this happened while testing colors and lines.. I have three brand new pi Zeros.. and while running the system rebooted.. and I get this https://www.dropbox.com/s/8grdggr0ggk10a3/20190308_213709.mp4?dl=0

just a Charater on the screen.. there is nothing connected but the pi.. I recreated from new everything.. new pi, new card, new files downloaded, new partition.. the PI boots NOOB zero issues.. but no matter what I do I just boot to a single Char in the corner

OK --- So apparently with out serial connected this what is does.. wiered it back to my Z80 board and it worked.. no ideal why

from pigfx.

GrantMeStrength avatar GrantMeStrength commented on July 29, 2024

I couldn't get it to work at all. Would just hang. Then I tried formatting the SD-CARD on a PC, not a Mac, and it started working.

from pigfx.

rolfmobile99 avatar rolfmobile99 commented on July 29, 2024

Hey Filippo and Francis,
I love the idea of using a Pi as a simple terminal.
But, I can't get it working.
I have a Rasp Pi 3, not a Pi Zero.
I have formatted a 16GB SD card with FAT32, and put the 4 files on it.
That didn't work (just saw a rainbow colored screen).
Then I tried again by reducing the partition to about 1GB (hard to get the exact numbers in fdisk).
I copied the same files onto the card again. Didn't work.
I'm really not sure what to try next?
Does this only work with Pi Zero?

I should mention that I got bootcode.bin and start.elf from
https://github.com/raspberrypi/firmware.
(they weren't in your "bin" directory as your Readme says)
I have no idea if those are compatible with your kernel.

-Rolf

from pigfx.

huskeyw avatar huskeyw commented on July 29, 2024

from pigfx.

bkg2018 avatar bkg2018 commented on July 29, 2024

I just checked on a SD card from the PiZero Terminal I got recently from Spencer : it’s a 1GB card formatted in FAT (not FAT32). However I use 32GB cards formatted FAT32 with no particular problems on the PiZero 1.3.

Still, PiGfx doesn’t start on my PI3B neither. I’m no specialist of ARM assembler language but think the problem is probably that PiGfx is really close to the PiZero CPU.

You can use Raspbian on your Pi, and an FTDI USB adapter to get a serial connection to the RC2014 : the USB goes in your Pi, and the FTDI goes to the SIO ftdi connector on the RC2014. It should create a /dev/ttysomething in your Raspbian which you can link to in your terminal software. I never tried that, but I do something similar on my macbook. All Unix-like OSes benefit from their 1970 ancestor teletypes-oriented design and are natively good with serial devices.

Unfortunately, I have no idea of how to make PiGfx work on a PI3. That is too far from my knowledge level.

from pigfx.

rolfmobile99 avatar rolfmobile99 commented on July 29, 2024

Merci Francis!
I didn't realize that PiGFX was specific to the Pi Zero. Ahhh ok.
So, I ordered a Pi Zero and hope to get it by end of the week!
I appreciate the quick feedback.
By the way, I met Spencer at a recent conference in Pasadena.. nice guy and cool Z80 project.
-Rolf

PS: huskeyw - thanks for your answer too. It's nice you got yours working.

from pigfx.

fbergama avatar fbergama commented on July 29, 2024

Hi all,
PiGFX was developed for raspi model 1 and Zero. It can be ported to other platforms (2 and 3) but this requires some changes in the initialization code. Unfortunately, I've no time now to take care of it, so the easiest solution is to just buy a Pi Zero :(

Good luck

from pigfx.

chregu82 avatar chregu82 commented on July 29, 2024

PiGFX now works on all Raspberry Pis generation 1 to 3.

from pigfx.

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.