10-20-2017, 12:58 PM
gene83, if you're talking about porting hm2_rpspi.c to support the 7i90 you'll need to spend time with the technical reference manual, chapter 20, available here http://opensource.rock-chips.com/wiki_Main_Page - it's the RK3328 TRM link. The rpspi solution bitbangs the hardware directly and requires the standard "spidev" driver is unloaded.
The existing RPi3 hardware addresses and offsets will need to be updated to reflect the RK3328 layout.
Another option to consider is acquiring a 7i92 and connecting via wired ethernet, hm2_eth driver.
Is the 4.11.12-rt15 kernel build available?
All the best, Joe
The existing RPi3 hardware addresses and offsets will need to be updated to reflect the RK3328 layout.
Another option to consider is acquiring a 7i92 and connecting via wired ethernet, hm2_eth driver.
Is the 4.11.12-rt15 kernel build available?
All the best, Joe