-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JP 6.2: Unrecognized module SKU 0005 #25
Comments
To be more specific I am trying to make |
FWIW,
And I was able to boot my device, probably not 100% seeed studio compatible but it might help someone |
HI @paroque28 with 6.2 do you able to turn on max power mode? Called super boost or something |
@deadmerc yes, I am able, but you need to create this file: recomputer-orin-j401-super.conf source "${LDK_DIR}/p3768-0000-p3767-0000-a0.conf";
update_flash_args_p3768_0000_p3767_0000()
{
if [ "${board_sku}" = "0004" ]; then
DTB_FILE=tegra234-p3768-0000+p3767-0004-nv-super.dtb;
elif [ "${board_sku}" = "0005" ]; then
DTB_FILE=tegra234-p3768-0000+p3767-0005-nv-super.dtb;
elif [ "${board_sku}" = "0003" ]; then
DTB_FILE=tegra234-p3768-0000+p3767-0003-nv-super.dtb;
elif [ "${board_sku}" = "0000" ]; then
DTB_FILE=tegra234-p3768-0000+p3767-0000-nv-super.dtb;
elif [ "${board_sku}" = "0001" ]; then
DTB_FILE=tegra234-p3768-0000+p3767-0001-nv-super.dtb;
else
echo "Error: Unrecognized module SKU ${board_sku}";
exit 1;
fi
TBCDTB_FILE="${DTB_FILE}";
}
update_flash_args()
{
update_flash_args_common
update_flash_args_p3768_0000_p3767_0000
p3767_super_overlay
}
PINMUX_CONFIG="tegra234-mb1-bct-pinmux-p3767-hdmi-a03.dtsi";
PMC_CONFIG="tegra234-mb1-bct-padvoltage-p3767-hdmi-a03.dtsi";
OVERLAY_DTB_FILE+=",tegra234-dcb-p3767-0000-hdmi.dtbo,tegra234-p3767-camera-p3768-imx219-dual-seeed.dtbo";
DCE_OVERLAY_DTB_FILE="tegra234-dcb-p3767-0000-hdmi.dtbo"; And then flash using:
|
@paroque28 thanks a lot |
@paroque28 Is the new power mode working for you? If it works for you, then it's probably an issue with my setup or maybe the way I am stressing the system, so I would love to know. Thanks in advance :) |
@dduuukk no it seems you are right :( I thought it was that easy |
@paroque28 The SKU 0005 is the main board of orin nx 8g(specially for development kit) with jetson official carrier board. |
@paroque28 Just fyi, the J401 cannot support super mode if you are using an Orin NX. seeed mentioned it here a little while ago. The current J401is hardware limited to 5V VDD_SYS. I assumed that I could disconnect the VDD_IN plane for the Orin NX and supply it with boosted 8V at 5A while keeping the rest of the board at normal system voltage with a quick hardware mod. Unfortunately, even though the drivers suggest the max input current now 5A @ 8V with this configuration, I couldn't get it to pull more than ~22W. Super weird. Probably best to wait for the new hardware revision or buy an official carrier board when they come back in stock :/ |
Hi guys,
I got this error today, do you guys have any idea what SKU 0005 is? And why is it not supported?
Thanks a lot,
Pablo
The text was updated successfully, but these errors were encountered: