←back to thread

623 points magicalhippo | 2 comments | | HN request time: 0.419s | source
Show context
ryao ◴[] No.42619962[source]
This looks like a successor to the Nvidia Jetson AGX Orin 64GB Developer Kit:

https://www.okdo.com/wp-content/uploads/2023/03/jetson-agx-o...

I wonder what the specifications are in terms of memory bandwidth and computational capability.

replies(3): >>42619979 #>>42620718 #>>42622001 #
kcb ◴[] No.42619979[source]
Hopefully, the OS support isn't as awful as the Jetson platforms usually are. Unless they change, you'll get 1 or 2 major kernel updates ever and have to do bizarre stuff like install a 6 year old Ubuntu on your x86 PC to run the utility to flash the OS.
replies(1): >>42620030 #
ryao ◴[] No.42620030[source]
The community likely will make instructions for installing mainstream Linux distributions on it.
replies(1): >>42620055 #
kcb ◴[] No.42620055[source]
Doesn't really help though if it requires an nvidia kernel.
replies(2): >>42620082 #>>42620257 #
1. snerbles ◴[] No.42620257[source]
The official Linux kernel driver for Blackwell is GPL/MIT licensed: https://developer.nvidia.com/blog/nvidia-transitions-fully-t...
replies(1): >>42620462 #
2. sliken ◴[] No.42620462[source]
Keep in mind that a kernel module != driver. It's just doing initialization and passing data to/from the driver, which is closed source and in user space.