Is it possible to update the eboot (ands psd and bmp) using a usb stick like when updating a kernel?
i can update the kernel using a scriptfile:
X 'KernelUpdate.exe -f -k "\Hard Disk\efusa9\XIPiMX6_C8E_V200_160229.bin"'
Is it possible to update the eboot (ands psd and bmp) using a usb stick like when updating a kernel?
i can update the kernel using a scriptfile:
X 'KernelUpdate.exe -f -k "\Hard Disk\efusa9\XIPiMX6_C8E_V200_160229.bin"'
Hello,
yes this is possibel. ndcucfg provides the commands:
boot write <filename> (eboot)
psd write <filename>
boot bmp write <filename> (soon with kernel V2.10).
You may call ndcucfg with corresponding command line direct vai X-command in the update script. Or wrap the functionallty into an own program using ndcucfg library (refer myf&s->tools->ndcucfg->NDCUCFG_Library_eng.pdf).