imx-kobs
imx-kobs copied to clipboard
kobs-ng 5.5 with imx28
Trying to switch from a working kobs-ng 3.10.53-1.1.0 to kobs-ng 5.5
But I got this Error:
kobs-ng -r mx28 init -f -d -v imx28_aeslinux.sb
Couldn't find Boot ROM version
We can not find the right ROM version!
I guess he complain about the ROM on imx28 CPU
I'am using this CPU:
cat /proc/cpuinfo
processor : 0
model name : ARM926EJ-S rev 5 (v5l)
BogoMIPS : 226.30
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part : 0x926
CPU revision : 5
Hardware : Freescale MXS (Device Tree)
Revision : 0000
Serial : 0000000000000000
This Kernel:
uname -a
Linux DNT3202 4.14.13 #68 Thu Jan 18 11:35:35 CET 2018 armv5tejl GNU/Linux
This patch worked for me: https://github.com/benavrhm/kobs-ng-patches/blob/master/kobs-ng-3.0.35-4.0.0_explicit_rom.patch
When applied to imx-kobs I was able to rebuild and burn a u-boot to flash using: (in a SO running from sdcard)
kobs-ng-patched -r mx28 init -v --chip_0_device_path=/dev/mtd0 u-boot.sb
Kudos to @benavrhm