Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

RE: RZ/A1L GPIO versus RZ/A1H GPIO

$
0
0

Phil,

First...are you following the BPS porting guide????

renesasrulz.com/.../2719.aspx

Yes, it's a pain in the ass following it step by step, but it will pay off in the long run. There are some hints in there also about RZ/A1H vs RZ/A1L.

> I've also integrated your pfc-r7s72100.c file from the above post.

You don't need that anymore (if you pull from github). A couple weeks ago I added in all the I/O for RZ/A1L so now everything is supported.

github.com/.../c71d821aae4a

> The problem is that the board hangs immediately at the following line with now console output:

> I've enabled early printk and low level debugging in the Kernel but do not get any output to debug.

Are you using SCIF2 like the RSK board? If not, you'll need to make some adjustments (see the porting guide).

Are you doing XIP? If so, then maybe you need to fist make sure your QSPI is set up correctly for XIP mode....otherwise you code will crash right off the bat.

> Do you have a board file for the RZ/A1L?

That's not really needed. The peripherals are the same, and at the same register address. Like the porting guide says..you just need to go through and delete the stuff  you are not using. A couple peripherals come out on different port numbers on the RZ/A1L...but that's about it.

Chris


Viewing all articles
Browse latest Browse all 1583