Search found 6 matches

by amod1
16 Oct 2020, 12:41
Forum: Software
Topic: Configure Revpi DIO without pictory??
Replies: 4
Views: 23866

Re: Configure Revpi DIO without pictory??

Hello Dirk,

I resolved the issue, I matched the /boot/config.txt contents as it was in stretch image and then copied the config.rsc to /etc/revpi. It is working now.
by amod1
13 Oct 2020, 16:08
Forum: Software
Topic: Configure Revpi DIO without pictory??
Replies: 4
Views: 23866

Re: Configure Revpi DIO without pictory??

Hello Dirk, Thank you for the response. I double-checked the PiBridge connector and seems like the connection is fine. I can tell this because with stretch image, I have no problem in recognizing DIO module or even playing with the i/p o/p. Also, I did perform piTest -x and when that did not work, I...
by amod1
12 Oct 2020, 18:19
Forum: Software
Topic: Configure Revpi DIO without pictory??
Replies: 4
Views: 23866

Configure Revpi DIO without pictory??

I have a revolutionpi connect+ and I have built a custom image with yocto. I used the kernel from https://github.com/RevolutionPi/linux and have also installed picontrol and pitest. Uptill now, everything is working fine. When I enter the command > piTest -d Found 1 devices: Address: 0 module type: ...
by amod1
05 Oct 2020, 15:41
Forum: Software
Topic: Yocto image with uboot not working!
Replies: 4
Views: 4233

Re: Yocto image with uboot not working!

I am bit late to reply, but I happened to make this work. The problem was with version of uboot 2019.07 which seems to be a common issue for raspberrypi compute modules. I used the older version of uboot 2018.11 and everything worked fine.
by amod1
03 Jul 2020, 12:21
Forum: Software
Topic: Yocto image with uboot not working!
Replies: 4
Views: 4233

Re: Yocto image with uboot not working!

I am using Revpi Connect+, for this i have set: MACHINE = "raspberrypi-cm3". Also, again I would like to let you know without uboot, image successfully boots.
by amod1
30 Jun 2020, 18:02
Forum: Software
Topic: Yocto image with uboot not working!
Replies: 4
Views: 4233

Yocto image with uboot not working!

I have built a rpi-basic-image provided by the meta-raspberrypi layer for raspberrypi and and revolution pi. But now for my implementation I need to use uboot. With meta-raspberrypi this is also quite simple, just add RPI_USE_U_BOOT = "1" in local.conf. But with this configuration, the ima...