I am trying to create an image for raspberry using ptxdist, but I can not create an image that works.
I followed the tutorial "OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf"
Step:
- Compile and install 2014.05.0.
- Donwload toolchain.
- Download OSELAS.BSP-Pengutronix-Generic-2014.07.0
- Download platform-pengutronix-raspberrypi
- ptxdist migrate (version plarform is ptxdist 2014.05.0)
- ptxdist go
- ptxdist image
The image is successfully created, copy it to a card but don't work only black screen.
ptxdist someone previously used and has managed to create a functional image?
System:
- OSELAS.BSP-Pengutronix-Generic-2014.07.0
- platform-pengutronix-raspberrypi
- Toolchain :OSELAS.Toolchain-2013.12.0-arm-1136jfs-linux-gnueabihf-gcc-4.8.2-glibc-2.18-binutils-2.24-kernel-3.12-sanitized
- ptxdist-2014.05.0
- Ubuntu 14.04
- Raspberry Pi model B.
start.elfor the kernel failed to load. No green light ever will happen if there is no SD card or the SD card does not have an MBR. So your problem could be that there's something about the card it doesn't like. – goldilocks Mar 24 '15 at 12:03other with the system (bin,etc,home...)
– Alex Mar 24 '15 at 12:23*.elffiles in the first partition to the stuff on a card that works. That seems the most likely place for it to be stuck. – goldilocks Mar 24 '15 at 12:28bootcode.bin, which gets no mention in the led-flashes-troubleshooting thing. There's a description of the process here. You could in fact just copy thebootcode.binand*.elfstuff from a card that works and see what happens with that. You do need to keep your kernel though. – goldilocks Mar 24 '15 at 12:30start.elf, etc.? Well, that sounds like a solution. See if you can put that into an answer yourself -- the interface here might say you have to wait 24 hours or something, if so let me know and I'll do it. Then this question is resolved. – goldilocks Mar 24 '15 at 12:56