I need help creating a XML for one of my devices, I do not know what formula is used to calculate the usbjtag nt partition sizes
http://www.usbjtag.com/vbforum/showthread.php?t=9410
I figured out that you calculate 64k decimal which equals 40 hex, 256k = 100 hex, 1024k = 400 hex. All these work fine if I add 0x before and 000 after, but I run into problems when doing the same with the rootfs size 6528k = 1980 hex
Could somebody shine some light on the subject?
Code:
256k(u-boot),64k(u-boot-env),1024k(kernel),6528k(rootfs),256k(cfg),64k(EEPROM)
http://www.usbjtag.com/vbforum/showthread.php?t=9410
I figured out that you calculate 64k decimal which equals 40 hex, 256k = 100 hex, 1024k = 400 hex. All these work fine if I add 0x before and 000 after, but I run into problems when doing the same with the rootfs size 6528k = 1980 hex
Could somebody shine some light on the subject?