You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've patched successfuly (a git library command peculiarity meant git was checking out master instead of 2019.04 when I reported issue #11).
However, I now encounter the following error:
$ make ARCH=arm CROSS_COMPILE=${CC}<snip>
scripts/Makefile.build:278: recipe for target 'board/ti/am335x/board.o' failed
Makefile:1531: recipe for target 'board/ti/am335x' failed
STDERR: In file included from include/post.h:15:0,
from include/serial.h:4,
from board/ti/am335x/board.c:14:
board/ti/am335x/board.c: In function‘board_init’:
board/ti/am335x/board.c:756:22: error: ‘RTC_OSC’ undeclared (first use in this function)
sys_rtc_osc = readl(RTC_OSC);
The text was updated successfully, but these errors were encountered:
I'm following:
https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black
I've patched successfuly (a git library command peculiarity meant git was checking out master instead of
2019.04
when I reported issue #11).However, I now encounter the following error:
The text was updated successfully, but these errors were encountered: