Bludot has quit [Quit: Connection closed for inactivity]
Yao has quit [Ping timeout: 245 seconds]
hipboi has quit [Ping timeout: 240 seconds]
hipboi has joined #radxa
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #radxa
qloogkm has quit [Ping timeout: 260 seconds]
qloogkm has joined #radxa
Yao has joined #radxa
paowz_afk is now known as PaowZ
<PaowZ>
hi there ! I'm trying to flash a rootfs on NAND using upgrade_tool.. but I'm getting this error :
<PaowZ>
Write LBA from file (0%)
<PaowZ>
Rockusb>wl 0x00E000000 rock_rootfs.img
<PaowZ>
Error:Write LBA failed!
<PaowZ>
Any idea ??
Yao has quit [Ping timeout: 268 seconds]
Yao has joined #radxa
kaspter has joined #radxa
kaspter has quit [Client Quit]
PaowZ is now known as PaowZ_afk
naobsd has joined #radxa
ganbold___ has joined #radxa
rperier_ has joined #radxa
jcarlos_ has joined #radxa
ganbold__ has quit [Ping timeout: 260 seconds]
rperier has quit [Ping timeout: 260 seconds]
jcarlos has quit [Ping timeout: 260 seconds]
jcarlos_ is now known as jcarlos
geekf00 has quit [Read error: Connection reset by peer]
geekf00 has joined #radxa
rperier_ is now known as rperier
rperier has joined #radxa
rperier has quit [Changing host]
<hipboi>
PaowZ_afk, you can only flash the rk nand format image with upgrade_tool
PaowZ_afk is now known as PaowZ
<PaowZ>
hi hipboi, what do you mean by "rk nand format" ?
<PaowZ>
I can't flash raw data at a specified address ?
<hipboi>
PaowZ, you use the WL command
<hipboi>
which is not what you expect
<hipboi>
you should use di command
<PaowZ>
di command ??
<PaowZ>
how can I supply an address with di command ?
<PaowZ>
hipboi: di -r <root_fs> is the command ??
<hipboi>
PaowZ, di only supports android partitions :(
<hipboi>
-r is recovery partition
<PaowZ>
ah.. where it is supposed to write, then ?? If I only have 2 mtd partitions in my parameter file, how do I proceed ?
<PaowZ>
I believe `di` command uses parameter file, is it this ??
<hipboi>
PaowZ, yes
<PaowZ>
ok.. then I have to declare a 'recover' partition in my parameter file in order to get `di -r <root_fs>` to work.. right ?
<hipboi>
PaowZ, i just tried rl command
<PaowZ>
rl works.
<hipboi>
PaowZ, yes, it works
<PaowZ>
try 'RL 0x0 1' and you'd get parameter file
<PaowZ>
I was expecting WL to work as well..
<hipboi>
PaowZ, the wl command is not valid if you run it in command line
<hipboi>
sudo upgrade_tool wl 0x2000 boot.img
<hipboi>
command is invalid,please press upgrade_tool -h to check usage!
<PaowZ>
hipboi: I use it once I launched upgrade_tool
<hipboi>
PaowZ, it just stops at %0...
<PaowZ>
indeed.. it hangs and then fails.
<PaowZ>
shame.. it would be nice if we could access NAND throughout its map address.. this way, we would not have to modify parameter partition to gain access to a specific address..
<hipboi>
PaowZ, you can use the opensource rkflash tool
<hipboi>
it supports address reading and writing
<PaowZ>
it's windows based, right ??
<hipboi>
PaowZ, no, it's linux cmd
<PaowZ>
Microsoft Windows, I mean..
<PaowZ>
ah ok..
<PaowZ>
I know rkflashkit.. but not rkflashtool..
<hipboi>
i will add it on the wiki
<hipboi>
i thought too many tools just confuse people ...