How to update uboot into warp board

14 views
Skip to first unread message

TitusRathinaraj Stalin

unread,
Jul 19, 2017, 5:37:40 AM7/19/17
to >warpx.io
Hello Experts,

Can you please tell me that how can I update the new modified uboot into warp board ?

I think, we should copy the uboot binary into on board flash (first FAT partiton) and it should be possible to put the uboot binary into RAM using "fatload" command and we can update the uboot from uboot prompt itself.
Is that right or any other way is available ?
If yes, also I want to know which location we need to use to update the uboot ?

Thanks for your help.

Regards,
Titus S.

TitusRathinaraj Stalin

unread,
Jul 19, 2017, 5:44:30 AM7/19/17
to >warpx.io
Can I use the following commands to update the uboot ?

#make boot partition writable
echo 0 > /sys/block/mmcblk0boot0/force_ro && sync

#clear uboot params
dd if=/dev/zero of=/dev/mmcblk1 bs=512 seek=1536 count=16

#write uboot
dd if=uboot.imx of=/dev/mmcblk1boot0 bs=512 seek=2 && sync



Regards,
Titus S.

TitusRathinaraj Stalin

unread,
Jul 20, 2017, 2:57:24 AM7/20/17
to >warpx.io
Hello All,

The above commands are can be used to update the uboot in Warp Linux.

PS : Those commands shoule be entered in warp board and not Ubuntu Linx PC.

Regards,
Titus S.

diego....@kynetics.com

unread,
Jul 20, 2017, 4:34:34 AM7/20/17
to >warpx.io

Hi Titus,

you are right.

As you have seen the above instructions are published also in the Software Reference Manual.

Bests,
Diego Rondini
Sr. Embedded Engineer

Kynetics
www.kynetics.com
Reply all
Reply to author
Forward
0 new messages