Sign in
coral
/
uboot-imx-debian
/
376f6b5674b45941a7bef3ae89e7f452840353ff
/
.
/
debian
/
postinst
blob: f9910135db6182c0e2ebccd21b6a29e2a9af55cb [
file
] [
log
] [
blame
]
#!/bin/bash
systemctl enable uboot
-
imx
if
[[
-
e
/
dev
/
mmcblk0boot0
]];
then
systemctl start uboot
-
imx
fi