Re: [ptxdist] ptxdist and Rpi

2015-03-31 Thread Alejandro Vázquez
Hi.
I think the problem is in the creation of the bootloader.
I uploaded the image, if someone can to try if it works correctly.

https://drive.google.com/folderview?id=0B5UG6eK__Z_SfmZvSlpsWWNSZ1Z4d1JXc0h1RjZQei16eUdJdV9vYkVoRTdrRzZNdUdlRTA&usp=sharing

Thanks!

2015-03-30 13:23 GMT+02:00 Alexander Dahl :

> Hei hei,
>
> On 30.03.2015 12:08, Bernhard Walle wrote:
> > there's already a BSP for RPi
> >
> > http://git.pengutronix.de/?p=DistroKit.git;a=summary
> >
> http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary
>
> I tried that last year and had some trouble getting it to run in the
> first place. Unfortunatly I didn't take some time to get my changes
> upstream, but if anyone is interested in a more recent version where
> ptxdist version of distrokit and platform matches, see the branches
> called "migrate" on those three forks:
>
> https://github.com/LeSpocky/platform-pengutronix-raspberrypi
> https://github.com/LeSpocky/platform-pengutronix-beaglebone
> https://github.com/LeSpocky/DistroKit
>
> HTH && Greets
> Alex
>
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
>
-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Alejandro Vázquez
Something I'm doing wrong.
I re-create the image, but and I have the same problem as before.
any ideas?
The steps I am already following the've said it before, but changing I'm
now using DistroKit
Thanks!
Alex

2015-03-30 12:08 GMT+02:00 Bernhard Walle :

>  Hello,
>
> there's already a BSP for RPi
>
> http://git.pengutronix.de/?p=DistroKit.git;a=summary
> http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary
> and
>
>
>
> Regards,
> Bernhard
>
> Am 2015-03-30 12:04, schrieb Alejandro Vázquez:
>
>  Hello!
> I am trying to create an image for raspberry using ptxdist, but I can not
> create an image that works well.
>
> 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
> sudo dd bs=1M if=hd.img of=/dev/sdc
>
> The image is successfully created, copy it to a card but don't work only
> black screen but if I change the files * .elf by the Raspbian. the Rpi
> starts and I can access via telnet. This is a temporal solutions i don't
> want copy this files every times that i create the image.
>
> 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.
>
> Thanks! Regards!
>
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
>
-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Alexander Dahl
Hei hei,

On 30.03.2015 12:08, Bernhard Walle wrote:
> there's already a BSP for RPi 
> 
> http://git.pengutronix.de/?p=DistroKit.git;a=summary
> http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary

I tried that last year and had some trouble getting it to run in the
first place. Unfortunatly I didn't take some time to get my changes
upstream, but if anyone is interested in a more recent version where
ptxdist version of distrokit and platform matches, see the branches
called "migrate" on those three forks:

https://github.com/LeSpocky/platform-pengutronix-raspberrypi
https://github.com/LeSpocky/platform-pengutronix-beaglebone
https://github.com/LeSpocky/DistroKit

HTH && Greets
Alex




signature.asc
Description: OpenPGP digital signature
-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Bernhard Walle
 

Hello, 

there's already a BSP for RPi 

http://git.pengutronix.de/?p=DistroKit.git;a=summary
http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary
and 

Regards,
Bernhard 

Am 2015-03-30 12:04, schrieb Alejandro Vázquez: 

> Hello! I am trying to create an image for raspberry using ptxdist, but I can 
> not create an image that works well.
> 
> 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 
> sudo dd bs=1M if=hd.img of=/dev/sdc
> 
> The image is successfully created, copy it to a card but don't work only 
> black screen but if I change the files * .elf by the Raspbian. the Rpi starts 
> and I can access via telnet. This is a temporal solutions i don't want copy 
> this files every times that i create the image.
> 
> 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.
> 
> Thanks! Regards!

 -- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] ptxdist and Rpi

2015-03-30 Thread Alejandro Vázquez
Hello!
I am trying to create an image for raspberry using ptxdist, but I can not
create an image that works well.

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
sudo dd bs=1M if=hd.img of=/dev/sdc

The image is successfully created, copy it to a card but don't work only
black screen but if I change the files * .elf by the Raspbian. the Rpi
starts and I can access via telnet. This is a temporal solutions i don't
want copy this files every times that i create the image.

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.

Thanks! Regards!
-- 
ptxdist mailing list
ptxdist@pengutronix.de