I am currently trying to do my fist steps with the Nvidia Drive Development Platform Xavier. I am new to the system and ubuntu so i need some help from you.
I currently having two problems:
Cannot access the internet with my xavier plattform
When ubuntu has successfully booted and the chromium browser is opened, it says “my clock is behind”
I should update date and time.
Ubuntu says its the 24 Oct in 2002.
This is set when using the Time&Date Settings Automatically from the internet. When switching to manually and editing the time, it switches shortly to the selected date and then back to the 24 of october. I also tried some npt commands and tried to set the hwclock but that didn’t work.
Besides that when I open the Hyperion Launcher and try to start the Drive AV or something different, the application closes and I just see the normal screen.
Did you connected E3556(CAN RTC and PPS module) module to CAN 6&4 port on DriveAGX harness cable?
When booting DRIVE AGX Development Platform; you will be greeted with the following UI automatically
However, this UI will not work unless you have a full DRIVE Hyperion Development Kit. If you do not have a DRIVE Hyperion Development Kit, you may safely ignore and close this UI.
Regarding “Approval pending issue”, we will check and update it.
Please try this workaround. You might have to run these commands as “sudo.”
First, go to https://www.epochconverter.com and convert any arbitrary human readable date/time to epoch time format - this will be a decimal value so be sure to convert it to hex
On Aurix shell
Check current epoch time
date
Set epoch time
date 0x[epoch in hex format]
Confirm the time you set above
date
Enable gPTP
gptpon
On Tegra shell
Read system time
date
Take down br0.200
ifconfig br0.200 down
Create a new VLAN to communicate with Aurix
ip link add link eth0 name eth0.200 type vlan id 200
Set ip addr of eth0.200 (x.x.x.28 if Tegra A, x.x.x.29 if Tegra B)