Unlock U-boot
hi,
i want change u-boot in linino enviroment. how can unlock it?
in general openwrt, can unlock changing:
target/linux/ar71xx/files/drivers/mtd/tplinkpart.c)static struct mtd_partition tl_wr1043nd_partitions[] = {
{
.name = "u-boot",
.offset = 0,
.size = 0x020000,
.mask_flags = mtd_writeable, -->> comment link.
}
but doesn't work linino. art default unlock btw.
i want change u-boot in linino enviroment. how can unlock it?
in general openwrt, can unlock changing:
target/linux/ar71xx/files/drivers/mtd/tplinkpart.c)static struct mtd_partition tl_wr1043nd_partitions[] = {
{
.name = "u-boot",
.offset = 0,
.size = 0x020000,
.mask_flags = mtd_writeable, -->> comment link.
}
but doesn't work linino. art default unlock btw.
code: [select]
root@arduino:~# mtd unlock u-boot
could not open mtd device: u-boot
could not open mtd device: u-boot
root@arduino:~# mtd unlock art
unlocking art ...
root@arduino:~#
Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Unlock U-boot
arduino
Comments
Post a Comment